2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 10:07:12 +00: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:
Christian Boltz 2024-10-20 22:14:47 +02:00
parent 209dd851b3
commit 183d00e087
No known key found for this signature in database
GPG Key ID: C6A682EA63C82F1C

View File

@ -1,3 +1,4 @@
/tmp/apparmor-2.8.0/tests/regression/apparmor/dbus_service { /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),
} }