2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-09-03 15:55:46 +00:00

Enable usage of IncludeRule in the tools

For now, only 'include if exists' rules will be handled by IncludeRule.
Using it also for 'include' rules needs some more code changes so that
included files still get checked etc.

Also remove some testcases from test-parser-simple-tests.py unknown_line
which no longer fail.
This commit is contained in:
Christian Boltz
2020-05-03 13:55:03 +02:00
parent 4df5ac780d
commit 295bb6469a
3 changed files with 11 additions and 3 deletions

View File

@@ -270,12 +270,9 @@ unknown_line = [
'bare_include_tests/ok_80.sd',
'bare_include_tests/ok_81.sd',
'bare_include_tests/ok_82.sd',
'bare_include_tests/ok_83.sd',
'bare_include_tests/ok_84.sd',
'bare_include_tests/ok_85.sd',
'bare_include_tests/ok_86.sd',
'bare_include_tests/ok_87.sd',
'bare_include_tests/ok_88.sd',
]
# testcases with various unexpected failures