Ubuntu Pastebin

Paste from tyhicks at Fri, 2 Sep 2016 15:30:41 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
diff --git a/src/snap-confine.apparmor.in b/src/snap-confine.apparmor.in
index 8da9068..2147fa0 100644
--- a/src/snap-confine.apparmor.in
+++ b/src/snap-confine.apparmor.in
@@ -200,7 +200,7 @@
 	owner @{PROC}/*/mountinfo r,
 	capability sys_chroot,
 
-	^mount-namespace-capture-helper {
+	^mount-namespace-capture-helper (attach_disconnected) {
 		# We run privileged, so be fanatical about what we include and don't use
 		# any abstractions
 		/etc/ld.so.cache r,
Download as text