Ubuntu Pastebin

Paste from tyhicks at Wed, 20 May 2015 21:17:08 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
=== 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,
 }
Download as text