mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +00:00
Add a new testcase for #include statements that are on the same line as
file rules.
This commit is contained in:
8
parser/tst/simple_tests/includes_okay2.sd
Normal file
8
parser/tst/simple_tests/includes_okay2.sd
Normal file
@@ -0,0 +1,8 @@
|
||||
#
|
||||
#=DESCRIPTION includes testing - test some "odd" locations of includes
|
||||
#=EXRESULT PASS
|
||||
#
|
||||
/does/not/exist {
|
||||
/does/not/exist mr, #include <includes/base> /bin/true Px,
|
||||
#include <includes_okay_helper.include> #include <includes/base>
|
||||
}
|
Reference in New Issue
Block a user