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
130 B
Text
7 lines
130 B
Text
#
|
|
#=Description basic uppercase permission file rule (should emit warning)
|
|
#=EXRESULT PASS
|
|
#
|
|
/usr/bin/foo {
|
|
/usr/bin/foo RWM,
|
|
}
|