mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Requested by @nyancat18 in https://github.com/netblue30/firejail/issues/1139#issuecomment-314527143
47 lines
966 B
Text
47 lines
966 B
Text
# Firejail profile for utox
|
|
# Description: Lightweight Tox client
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include utox.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.config/tox
|
|
|
|
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}/.config/tox
|
|
whitelist ${DOWNLOADS}
|
|
whitelist ${HOME}/.config/tox
|
|
include whitelist-common.inc
|
|
include whitelist-var-common.inc
|
|
|
|
apparmor
|
|
caps.drop all
|
|
ipc-namespace
|
|
netfilter
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
nou2f
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
shell none
|
|
tracelog
|
|
|
|
disable-mnt
|
|
private-bin utox
|
|
private-cache
|
|
private-dev
|
|
private-etc alternatives,fonts,resolv.conf,ld.so.cache,localtime,ca-certificates,ssl,pki,crypto-policies,machine-id,pulse,openal
|
|
private-tmp
|
|
|
|
memory-deny-write-execute
|