aboutsummaryrefslogtreecommitdiffstats
path: root/etc/firefox.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-08-26 00:22:59 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-08-26 00:22:59 +0200
commit2373fcd74da27dae0e6896d8e63fddc81b6dc34a (patch)
tree8f19fa3192696edfe8140c62d8f38d62a2fd0ed9 /etc/firefox.profile
parentadd support for seccomp to sort.py [skip ci] (diff)
downloadfirejail-2373fcd74da27dae0e6896d8e63fddc81b6dc34a.tar.gz
firejail-2373fcd74da27dae0e6896d8e63fddc81b6dc34a.tar.zst
firejail-2373fcd74da27dae0e6896d8e63fddc81b6dc34a.zip
many profile fixes (1)
- add novideo to a lot of profiles (there are still more profiles where novideo can be added) - remove commente mdwe from some gnome applications - add descriptions to some profiles - blacklist ${HOME}/.cargo/credentials - move ${HOME}/.git-credentials and ${HOME}/.git-credential-cache to 'top secret' in disable-common.inc - some ordering in disable-programs.inc - merge tor browser blacklists to ${HOME}/.tor-browser* - qupzilla.profile redirect to falkon.profile - blacklist gnome-builder paths - fix transmission profiles inlude - much more
Diffstat (limited to 'etc/firefox.profile')
-rw-r--r--etc/firefox.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/firefox.profile b/etc/firefox.profile
index 0c143f569..8d90a0917 100644
--- a/etc/firefox.profile
+++ b/etc/firefox.profile
@@ -17,7 +17,7 @@ whitelist ${HOME}/.mozilla
17# firefox requires a shell to launch on Arch. 17# firefox requires a shell to launch on Arch.
18#private-bin bash,dbus-launch,dbus-send,env,firefox,sh,which 18#private-bin bash,dbus-launch,dbus-send,env,firefox,sh,which
19# Fedora use shell scripts to launch firefox, at least this is required 19# Fedora use shell scripts to launch firefox, at least this is required
20#private-bin awk,basename,bash,cat,dirname,env,expr,false,firefox,firefox-wayland,ln,mkdir,pidof,rm,rmdir,sed,sh,tclsh,true,uname,which 20#private-bin awk,basename,bash,cat,dbus-launch,dbus-send,dirname,env,expr,false,firefox,firefox-wayland,ln,mkdir,pidof,rm,rmdir,sed,sh,tclsh,true,uname,which
21# private-etc must first be enabled in firefox-common.profile 21# private-etc must first be enabled in firefox-common.profile
22#private-etc firefox 22#private-etc firefox
23 23