mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
72 lines
2.1 KiB
Text
72 lines
2.1 KiB
Text
# Firejail profile for cyberfox
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include /etc/firejail/cyberfox.local
|
|
# Persistent global definitions
|
|
include /etc/firejail/globals.local
|
|
|
|
noblacklist ${HOME}/.8pecxstudios
|
|
noblacklist ${HOME}/.cache/8pecxstudios
|
|
noblacklist ${HOME}/.config/okularpartrc
|
|
noblacklist ${HOME}/.config/okularrc
|
|
noblacklist ${HOME}/.config/qpdfview
|
|
noblacklist ${HOME}/.kde/share/apps/okular
|
|
noblacklist ${HOME}/.kde4/share/apps/okular
|
|
noblacklist ${HOME}/.local/share/okular
|
|
noblacklist ${HOME}/.local/share/qpdfview
|
|
noblacklist ${HOME}/.pki
|
|
|
|
include /etc/firejail/disable-common.inc
|
|
include /etc/firejail/disable-devel.inc
|
|
include /etc/firejail/disable-programs.inc
|
|
|
|
mkdir ${HOME}/.8pecxstudios
|
|
mkdir ${HOME}/.cache/8pecxstudios
|
|
mkdir ${HOME}/.pki
|
|
whitelist ${DOWNLOADS}
|
|
whitelist ${HOME}/.8pecxstudios
|
|
whitelist ${HOME}/.cache/8pecxstudios
|
|
whitelist ${HOME}/.cache/gnome-mplayer/plugin
|
|
whitelist ${HOME}/.config/gnome-mplayer
|
|
whitelist ${HOME}/.config/okularpartrc
|
|
whitelist ${HOME}/.config/okularrc
|
|
whitelist ${HOME}/.config/pipelight-silverlight5.1
|
|
whitelist ${HOME}/.config/pipelight-widevine
|
|
whitelist ${HOME}/.config/qpdfview
|
|
whitelist ${HOME}/.kde/share/apps/okular
|
|
whitelist ${HOME}/.kde4/share/apps/okular
|
|
whitelist ${HOME}/.keysnail.js
|
|
whitelist ${HOME}/.lastpass
|
|
whitelist ${HOME}/.local/share/okular
|
|
whitelist ${HOME}/.local/share/qpdfview
|
|
whitelist ${HOME}/.pentadactyl
|
|
whitelist ${HOME}/.pentadactylrc
|
|
whitelist ${HOME}/.pki
|
|
whitelist ${HOME}/.vimperator
|
|
whitelist ${HOME}/.vimperatorrc
|
|
whitelist ${HOME}/.wine-pipelight
|
|
whitelist ${HOME}/.wine-pipelight64
|
|
whitelist ${HOME}/.zotero
|
|
whitelist ${HOME}/dwhelper
|
|
include /etc/firejail/whitelist-common.inc
|
|
|
|
caps.drop all
|
|
netfilter
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
protocol unix,inet,inet6,netlink
|
|
seccomp
|
|
shell none
|
|
tracelog
|
|
|
|
# private-bin cyberfox,which,sh,dbus-launch,dbus-send,env
|
|
private-dev
|
|
# private-dev might prevent video calls going out
|
|
# private-etc passwd,group,hostname,hosts,localtime,nsswitch.conf,resolv.conf,xdg,gtk-2.0,gtk-3.0,X11,pango,fonts,cyberfox,mime.types,mailcap,asound.conf,pulse
|
|
private-tmp
|
|
|
|
noexec ${HOME}
|
|
noexec /tmp
|