mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Since nss 3.42, '$HOME/.local/share/pki' is supported dir for storing certs https://hg.mozilla.org/projects/nss/rev/da45424cb9a0b4d8e45e5040e2e3b574d994e254
35 lines
745 B
Text
35 lines
745 B
Text
# Firejail profile for rambox
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include rambox.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.config/Rambox
|
|
noblacklist ${HOME}/.pki
|
|
noblacklist ${HOME}/.local/share/pki
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-interpreters.inc
|
|
include disable-programs.inc
|
|
|
|
mkdir ${HOME}/.config/Rambox
|
|
mkdir ${HOME}/.pki
|
|
mkdir ${HOME}/.local/share/pki
|
|
whitelist ${DOWNLOADS}
|
|
whitelist ${HOME}/.config/Rambox
|
|
whitelist ${HOME}/.pki
|
|
whitelist ${HOME}/.local/share/pki
|
|
include whitelist-common.inc
|
|
|
|
caps.drop all
|
|
netfilter
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
protocol unix,inet,inet6,netlink
|
|
seccomp
|
|
# tracelog
|