mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
44 lines
800 B
Text
44 lines
800 B
Text
# Firejail profile for opencity
|
|
# Description: Full 3D city simulator game project
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include opencity.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.opencity
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
include disable-passwdmgr.inc
|
|
include disable-programs.inc
|
|
include disable-xdg.inc
|
|
|
|
mkdir ${HOME}/.opencity
|
|
whitelist ${HOME}/.opencity
|
|
include whitelist-common.inc
|
|
include whitelist-var-common.inc
|
|
|
|
caps.drop all
|
|
ipc-namespace
|
|
net none
|
|
nodbus
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix
|
|
seccomp
|
|
shell none
|
|
tracelog
|
|
|
|
disable-mnt
|
|
private-bin opencity
|
|
private-cache
|
|
private-dev
|
|
private-tmp
|