mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
41 lines
933 B
Text
41 lines
933 B
Text
# Firejail profile for xiphos
|
|
# Description: Environment for Bible reading, study, and research
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include /etc/firejail/xiphos.local
|
|
# Persistent global definitions
|
|
include /etc/firejail/globals.local
|
|
|
|
blacklist ${HOME}/.bashrc
|
|
|
|
noblacklist ${HOME}/.sword
|
|
noblacklist ${HOME}/.xiphos
|
|
|
|
include /etc/firejail/disable-common.inc
|
|
include /etc/firejail/disable-devel.inc
|
|
include /etc/firejail/disable-interpreters.inc
|
|
include /etc/firejail/disable-passwdmgr.inc
|
|
include /etc/firejail/disable-programs.inc
|
|
|
|
whitelist ${HOME}/.sword
|
|
whitelist ${HOME}/.xiphos
|
|
include /etc/firejail/whitelist-common.inc
|
|
|
|
caps.drop all
|
|
netfilter
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
novideo
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
shell none
|
|
tracelog
|
|
|
|
private-bin xiphos
|
|
private-dev
|
|
private-etc fonts,resolv.conf,sword,ca-certificates,ssl,pki,crypto-policies
|
|
private-tmp
|