mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
50 lines
988 B
Text
50 lines
988 B
Text
# Firejail profile for blobwars
|
|
# Description: Mission and Objective based 2D Platform Game
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include blobwars.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.parallelrealities/blobwars
|
|
|
|
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}/.parallelrealities/blobwars
|
|
whitelist ${HOME}/.parallelrealities/blobwars
|
|
whitelist /usr/share/blobwars
|
|
include whitelist-common.inc
|
|
include whitelist-usr-share-common.inc
|
|
include whitelist-var-common.inc
|
|
|
|
apparmor
|
|
caps.drop all
|
|
net none
|
|
nodvd
|
|
nogroups
|
|
noinput
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix,netlink
|
|
seccomp
|
|
shell none
|
|
tracelog
|
|
|
|
disable-mnt
|
|
private-bin blobwars
|
|
private-cache
|
|
private-dev
|
|
private-etc machine-id
|
|
private-tmp
|
|
|
|
dbus-user none
|
|
dbus-system none
|