This patchset adds support for wildcards in the cgrules ignore rule destination field. Note that wildcards are only supported at the end of the destination string.
The branch is available on github here: https://github.com/drakenclimber/libcgroup/tree/issues/destination_wildcard All new lines were covered, and code coverage increased slightly from 17.86% to 17.93%: https://coveralls.io/builds/28575309 All automated testes passed: https://github.com/drakenclimber/libcgroup/runs/430515925 Tom Hromatka (2): api.c: Add wildcard logic to ignore rule destinations tests: Add unit tests for ignore rule destination wildcards src/api.c | 13 +++ tests/gunit/004-cgroup_compare_ignore_rule.cpp | 151 +++++++++++++++++++++++++ 2 files changed, 164 insertions(+) -- 1.8.3.1 _______________________________________________ Libcg-devel mailing list Libcg-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libcg-devel