From 90a8298a7893152597172d16d176b6d34966e2d6 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Thu, 31 Dec 2020 17:06:40 +0100 Subject: update firefox profile --- usr.lib.firefox.firefox | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/usr.lib.firefox.firefox b/usr.lib.firefox.firefox index fa721b5..086ec49 100644 --- a/usr.lib.firefox.firefox +++ b/usr.lib.firefox.firefox @@ -5,6 +5,7 @@ #include #include #include + #include #include #include #include @@ -16,20 +17,36 @@ /bin/readlink rix, /bin/which rix, /usr/bin/dirname ix, + + /etc/firefox/ r, /etc/firefox/** r, /etc/mime.types r, /etc/mailcap r, + /usr/share/xulrunner-*/** r, /usr/share/firefox/** r, /usr/share/mozilla/** r, /usr/share/mime/ r, /usr/share/doc/** r, /usr/share/fontconfig/** r, + + /usr/lib/firefox/firefox ix, + /usr/share/glib-2.0/schemas/gschemas.compiled r, - @{HOME}/.mozilla/firefox/** rwk, - @{HOME}/.cache/mozilla/** rw, - @{HOME}/.pentadactylrc rw, - @{HOME}/.pentadactyl/** rw, - @{PROC}/[0-9]*/mountinfo r, + /sys/devices/system/cpu/present r, + /sys/devices/pci[0-9]*/**/{device,subsystem_device,subsystem_vendor,uevent,vendor} r, + owner @{PROC}/[0-9]*/{mountinfo,smaps,stat,statm} r, + /dev/ r, + /dev/dri/ r, + owner /{dev,run}/shm/org.chromium.* mrw, + owner /{dev,run}/shm/org.mozilla.ipc.* mrw, + + owner @{HOME}/.mozilla/ w, + owner @{HOME}/.mozilla/firefox/ w, + owner @{HOME}/.mozilla/firefox/** rwk, + owner @{HOME}/.cache/mozilla/** rwk, + owner @{HOME}/.cache/dconf/user rw, + owner @{HOME}/.config/mimeapps.list.* w, + owner @{HOME}/Downloads/** rw, } -- cgit v1.2.3