=== modified file 'tests/regression/apparmor/dbus.conf'
--- tests/regression/apparmor/dbus.conf 2013-08-20 19:14:03 +0000
+++ tests/regression/apparmor/dbus.conf 2015-05-20 21:11:36 +0000
@@ -15,7 +15,7 @@
the behavior of child processes. -->
<keep_umask/>
- <listen>unix:tmpdir=/tmp</listen>
+ <listen>unix:path=/tmp/sock</listen>
<standard_session_servicedirs />
=== modified file 'tests/regression/apparmor/dbus.inc'
--- tests/regression/apparmor/dbus.inc 2014-09-11 02:30:29 +0000
+++ tests/regression/apparmor/dbus.inc 2015-05-20 21:14:48 +0000
@@ -13,7 +13,8 @@
${__dbus_var_decl}
$test {
@{gen $test}
- unix,
+ unix (create connect),
+ /tmp/sock wr,
$@
signal receive peer=unconfined,
}