mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00

This patch adds several assorted language tests, to exercise various parts of the parser that were not being covered by the language tests previously. Areas lacking were found using the coverage compilation option; coverage from the language tests is still incomplete. Signed-off-by: Steve Beattie <steve@nxnw.org> Acked-by: Christian Boltz <apparmor@cboltz.de>
7 lines
132 B
Text
7 lines
132 B
Text
#
|
|
#=Description basic inherit uppercase exec permission (should emit warning)
|
|
#=EXRESULT PASS
|
|
#
|
|
/usr/bin/foo {
|
|
/usr/bin/foo iX,
|
|
}
|