apparmor/parser/tst/simple_tests/file/ok_2.sd
Steve Beattie 5bae654061 parser: add additional language tests to get wider test coverage
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>
2014-01-17 23:20:51 -08:00

7 lines
130 B
Text

#
#=Description basic uppercase permission file rule (should emit warning)
#=EXRESULT PASS
#
/usr/bin/foo {
/usr/bin/foo RWM,
}