mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
51 lines
2 KiB
Text
51 lines
2 KiB
Text
# Firejail profile for firefox-common
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include /etc/firejail/firefox-common.local
|
|
# Persistent global definitions
|
|
# already included by caller profile
|
|
#include /etc/firejail/globals.local
|
|
|
|
# uncomment the following line to allow access to common programs/addons/plugins
|
|
#include /etc/firejail/firefox-common-addons.inc
|
|
|
|
noblacklist ${HOME}/.pki
|
|
|
|
include /etc/firejail/disable-common.inc
|
|
include /etc/firejail/disable-devel.inc
|
|
include /etc/firejail/disable-interpreters.inc
|
|
include /etc/firejail/disable-programs.inc
|
|
|
|
mkdir ${HOME}/.pki
|
|
whitelist ${DOWNLOADS}
|
|
whitelist ${HOME}/.pki
|
|
include /etc/firejail/whitelist-common.inc
|
|
include /etc/firejail/whitelist-var-common.inc
|
|
|
|
apparmor
|
|
caps.drop all
|
|
# machine-id breaks pulse audio; it should work fine in setups where sound is not required
|
|
#machine-id
|
|
netfilter
|
|
# Breaks Gnome connector - disable if you use that
|
|
# Also seems to break Ubuntu titlebar menu
|
|
nodbus
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
protocol unix,inet,inet6,netlink
|
|
seccomp.drop @clock,@cpu-emulation,@debug,@module,@obsolete,@raw-io,@reboot,@resources,@swap,acct,add_key,bpf,fanotify_init,io_cancel,io_destroy,io_getevents,io_setup,io_submit,ioprio_set,kcmp,keyctl,mount,name_to_handle_at,nfsservctl,ni_syscall,open_by_handle_at,personality,pivot_root,process_vm_readv,ptrace,remap_file_pages,request_key,setdomainname,sethostname,syslog,umount,umount2,userfaultfd,vhangup,vmsplice
|
|
shell none
|
|
#disable tracelog, it breaks or causes major issues with many firefox based browsers, see github issue #1930
|
|
#tracelog
|
|
|
|
disable-mnt
|
|
private-dev
|
|
# private-etc below works fine on most distributions. There are some problems on CentOS.
|
|
#private-etc ca-certificates,ssl,machine-id,dconf,selinux,passwd,group,hostname,hosts,localtime,nsswitch.conf,resolv.conf,xdg,gtk-2.0,gtk-3.0,X11,pango,fonts,mime.types,mailcap,asound.conf,pulse,pki,crypto-policies,ld.so.cache
|
|
private-tmp
|
|
|
|
noexec ${HOME}
|
|
noexec /tmp
|