diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2016-03-11 18:14:01 +0100 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2016-03-11 18:14:01 +0100 |
| commit | c1afa91b13e3104d9026042c54d0a9e902cb4f9b (patch) | |
| tree | 18961db225c61e22bd44aaaab8eb889c263afb4a /usr.lib.firefox.firefox | |
| parent | d5f50a1e26454d963f2d5ce0f53168805c46f115 (diff) | |
iceweasel is now firefox again :(
Diffstat (limited to 'usr.lib.firefox.firefox')
| -rw-r--r-- | usr.lib.firefox.firefox | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/usr.lib.firefox.firefox b/usr.lib.firefox.firefox new file mode 100644 index 0000000..99a5da3 --- /dev/null +++ b/usr.lib.firefox.firefox @@ -0,0 +1,34 @@ +#include <tunables/global> + +/usr/lib/firefox/firefox { + #include <abstractions/X> + #include <abstractions/audio> + #include <abstractions/base> + #include <abstractions/bash> + #include <abstractions/gnome> + #include <abstractions/consoles> + #include <abstractions/fonts> + #include <abstractions/nameservice> + #include <abstractions/freedesktop.org> + #include <abstractions/user-tmp> + + /bin/dash ix, + /bin/readlink rix, + /bin/which rix, + /usr/bin/dirname ix, + /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, + @{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, +} |
