mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 01:57:43 +00:00
This patch converts the path= modifier to the af_unix rules to use addr= instead. Signed-off-by: Steve Beattie <steve@nxnw.org> Acked-by: Seth Arnold <seth.arnold@canonical.com>
9 lines
143 B
Plaintext
9 lines
143 B
Plaintext
#
|
|
#=DESCRIPTION unix rule with a bad addr regex expansion
|
|
#=EXRESULT FAIL
|
|
#
|
|
|
|
profile foo {
|
|
unix send addr=@foo{one,two peer=(label=splat),
|
|
}
|