mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Command used to search for the relevant profiles:
git grep -El 'allow-debuggers|allusers|keep-|writable-' -- etc
59 lines
1.2 KiB
Text
59 lines
1.2 KiB
Text
# Firejail profile for lbreakouthd
|
|
# Persistent local customizations
|
|
include lbreakouthd.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
# Note: this profile requires the current user to be a member of games group
|
|
|
|
noblacklist ${HOME}/.lbreakouthd
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
include disable-programs.inc
|
|
include disable-shell.inc
|
|
include disable-xdg.inc
|
|
|
|
mkdir ${HOME}/.lbreakouthd
|
|
whitelist ${HOME}/.lbreakouthd
|
|
whitelist ${RUNUSER}/pulse
|
|
whitelist /run/host/container-manager
|
|
whitelist /run/udev/control
|
|
whitelist /usr/share/games/lbreakouthd
|
|
include whitelist-common.inc
|
|
include whitelist-run-common.inc
|
|
include whitelist-runuser-common.inc
|
|
include whitelist-usr-share-common.inc
|
|
include whitelist-var-common.inc
|
|
|
|
writable-var # game scores are stored under /var/games
|
|
|
|
apparmor
|
|
caps.drop all
|
|
ipc-namespace
|
|
net none
|
|
netfilter
|
|
nodvd
|
|
noinput
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix
|
|
seccomp
|
|
tracelog
|
|
|
|
disable-mnt
|
|
private-bin lbreakouthd
|
|
private-dev
|
|
private-etc @games,@sound,@x11
|
|
private-tmp
|
|
|
|
dbus-user none
|
|
dbus-system none
|
|
|
|
memory-deny-write-execute
|
|
restrict-namespaces
|