mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
46 lines
862 B
Text
46 lines
862 B
Text
# Firejail profile for godot
|
|
# Description: multi-platform 2D and 3D game engine with a feature-rich editor
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include godot.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.cache/godot
|
|
noblacklist ${HOME}/.config/godot
|
|
noblacklist ${HOME}/.local/share/godot
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
include disable-programs.inc
|
|
include disable-xdg.inc
|
|
|
|
include whitelist-var-common.inc
|
|
|
|
caps.drop all
|
|
netfilter
|
|
nodvd
|
|
nogroups
|
|
noinput
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix,inet,inet6,netlink
|
|
seccomp
|
|
tracelog
|
|
|
|
|
|
# private-bin godot
|
|
private-cache
|
|
private-dev
|
|
private-etc @games,@tls-ca,@x11,mono
|
|
private-tmp
|
|
|
|
dbus-user none
|
|
dbus-system none
|
|
|
|
restrict-namespaces
|