mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
test_multi: fix testcase_dbus_09.profile
peer name=... is invalid in dbus message rules. Note that this testcase is currently disabled in the utils tests because it's based on a multiline log.
This commit is contained in:
parent
209dd851b3
commit
183d00e087
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
/tmp/apparmor-2.8.0/tests/regression/apparmor/dbus_service {
|
||||
dbus send bus=system path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=LookupDynamicUserByName peer=( name=org.freedesktop.systemd1, label=unconfined),
|
||||
dbus send bus=system path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=LookupDynamicUserByName peer=(label=unconfined),
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue