mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-05 08:45:22 +00:00
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>
9 lines
129 B
Plaintext
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 ),
|
|
}
|