2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-09-05 08:45:22 +00:00
Files
apparmor/parser/tst/simple_tests/unix/bad_regex_03.sd
John Johansen 112af14dd5 Remove the use of dbus from comments and policy from unix tests
Note one use of dbus is left because it is represnative of a unix
socket name used for communication with dbus

Signed-off-by: John Johansen <john.johansen@canonical.com>
Acked-by: Christian Boltz <apparmor@cboltz.de>
2017-10-09 13:18:08 -07:00

9 lines
129 B
Plaintext

#
#=DESCRIPTION unix rule with a bad peer regex expansion
#=EXRESULT FAIL
#
profile foo {
unix send peer=(label=spla{t,r ),
}