mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
51 lines
915 B
Text
51 lines
915 B
Text
# Firejail profile for nyx
|
|
# Description: Command-line status monitor for tor
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include nyx.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${PATH}/python2*
|
|
noblacklist ${PATH}/python3*
|
|
noblacklist /usr/lib/python2*
|
|
noblacklist /usr/lib/python3*
|
|
|
|
noblacklist ${HOME}/.nyx
|
|
mkdir ${HOME}/.nyx
|
|
whitelist ${HOME}/.nyx
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-interpreters.inc
|
|
include disable-passwdmgr.inc
|
|
include disable-programs.inc
|
|
include disable-xdg.inc
|
|
|
|
caps.drop all
|
|
netfilter
|
|
no3d
|
|
nodbus
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
shell none
|
|
|
|
disable-mnt
|
|
private-bin nyx,python*
|
|
private-cache
|
|
private-dev
|
|
private-etc alternatives,passwd,tor,fonts
|
|
private-opt none
|
|
private-srv none
|
|
private-tmp
|
|
|
|
noexec ${HOME}
|
|
noexec /tmp
|