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:
@@ -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
|
||||
|
Reference in New Issue
Block a user