mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
49 lines
904 B
Text
49 lines
904 B
Text
# Firejail profile for torcs
|
|
# Description: The Open Racing Car Simulator
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include torcs.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.torcs
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
include disable-programs.inc
|
|
include disable-xdg.inc
|
|
|
|
mkdir ${HOME}/.torcs
|
|
whitelist ${HOME}/.torcs
|
|
whitelist /usr/share/games/torcs
|
|
whitelist /var/games/torcs
|
|
include whitelist-common.inc
|
|
include whitelist-usr-share-common.inc
|
|
include whitelist-var-common.inc
|
|
|
|
caps.drop all
|
|
ipc-namespace
|
|
net none
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix
|
|
seccomp
|
|
tracelog
|
|
|
|
disable-mnt
|
|
private-bin bash,chmod,cp,mkdir,rm,torcs
|
|
private-cache
|
|
private-dev
|
|
private-tmp
|
|
|
|
dbus-user none
|
|
dbus-system none
|
|
|
|
restrict-namespaces
|