git » apparmor » commit a22dc1b

Firefox/Iceweasel plugin container needs openssl.cnf

author Alberto Bertogli
2014-07-28 22:43:01 UTC
committer Alberto Bertogli
2014-07-28 22:43:01 UTC
parent 8c451fa8032d8149abaacf5fa5942dc83d631686

Firefox/Iceweasel plugin container needs openssl.cnf

usr.bin.iceweasel +5 -0

diff --git a/usr.bin.iceweasel b/usr.bin.iceweasel
index 4c8e153..2b646aa 100644
--- a/usr.bin.iceweasel
+++ b/usr.bin.iceweasel
@@ -45,6 +45,7 @@
   owner @{HOME}/.gnome2/** rw,
   owner @{HOME}/.gnome2_private/ rw,
   owner @{HOME}/.gnome2_private/** rw,
+  owner @{HOME}/.config/user-dirs.dirs r,
 
   # System level stuff.
   /proc/*/** r,
@@ -56,6 +57,7 @@
   /etc/mime.types r,
   /etc/mailcap r,
   /sys/devices/system/cpu/present r,
+  /etc/udev/udev.conf r,
 
   # It needs to run m4 when ran for the first time.
   /usr/bin/m4 ixr,
@@ -113,6 +115,9 @@
     /etc/vdpau_wrapper.cfg r,
     /etc/machine-id r,
 
+    /etc/ssl/openssl.cnf r,
+    /usr/lib/ssl/openssl.cnf r,
+
     # We're not giving it full nameservice permissions, but it needs these.
     /etc/nsswitch.conf r,
     /etc/group r,