summaryrefslogtreecommitdiff
path: root/config/default.rules (follow)
AgeCommit message (Collapse)Author
2018-03-09Improve the performances of our default rulesjvoisin
2018-03-05Improve a bit the performances (+10%)jvoisin
2018-02-26Improve the previous commitjvoisin
2018-02-26Add a rule to prevent various sandbox escapesjvoisin
This used to be private, but since it apparently isn't anymore, we should forbid it ;)
2018-02-22Refactor a bit our rulesjvoisin
2018-01-17Our configuration files are ending in .rules, not .inijvoisin
This commit fixes the documentation, our shipped configuration files, and the related tests. Thanks to @remicollet for the tip