Ubuntu Pastebin

Paste from jhodapp at Thu, 17 Nov 2016 14:03:08 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
$ sudo cat /etc/apparmor.d/usr.bin.snap
# Last Modified: Mon Oct 24 13:21:22 2016
#include <tunables/global>

/usr/bin/snap {
  #include <abstractions/base>

  /usr/bin/snap mr,

}
Download as text