28 lines
689 B
Plaintext
28 lines
689 B
Plaintext
# Whitelist-based profile for "Battle for Wesnoth" (game).
|
|
noblacklist ${HOME}/.config/wesnoth
|
|
noblacklist ${HOME}/.cache/wesnoth
|
|
noblacklist ${HOME}/.local/share/wesnoth
|
|
|
|
include /etc/firejail/disable-common.inc
|
|
include /etc/firejail/disable-programs.inc
|
|
include /etc/firejail/disable-devel.inc
|
|
include /etc/firejail/disable-passwdmgr.inc
|
|
|
|
caps.drop all
|
|
nonewprivs
|
|
noroot
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
|
|
private-dev
|
|
|
|
whitelist /tmp/.X11-unix
|
|
|
|
mkdir ${HOME}/.local/share/wesnoth
|
|
mkdir ${HOME}/.config/wesnoth
|
|
mkdir ${HOME}/.cache/wesnoth
|
|
whitelist ${HOME}/.local/share/wesnoth
|
|
whitelist ${HOME}/.config/wesnoth
|
|
whitelist ${HOME}/.cache/wesnoth
|
|
include /etc/firejail/whitelist-common.inc
|