mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
58 lines
1.3 KiB
Text
58 lines
1.3 KiB
Text
# Firejail profile for rtv
|
|
# Description: Browse Reddit from your terminal
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include rtv.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
blacklist /tmp/.X11-unix
|
|
blacklist ${RUNUSER}/wayland-*
|
|
|
|
noblacklist ${HOME}/.config/rtv
|
|
noblacklist ${HOME}/.local/share/rtv
|
|
|
|
# Allow python (blacklisted by disable-interpreters.inc)
|
|
include allow-python2.inc
|
|
include allow-python3.inc
|
|
|
|
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/rtv
|
|
mkdir ${HOME}/.local/share/rtv
|
|
whitelist ${HOME}/.config/rtv
|
|
whitelist ${HOME}/.local/share/rtv
|
|
include whitelist-var-common.inc
|
|
|
|
apparmor
|
|
caps.drop all
|
|
machine-id
|
|
netfilter
|
|
no3d
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
shell none
|
|
tracelog
|
|
|
|
disable-mnt
|
|
private-bin python*,rtv,sh,xdg-settings
|
|
private-cache
|
|
private-dev
|
|
private-etc alternatives,ca-certificates,crypto-policies,host.conf,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,locale,locale.alias,locale.conf,localtime,mime.types,nsswitch.conf,pki,protocols,resolv.conf,rpc,services,ssl,terminfo,xdg
|
|
|
|
dbus-user none
|
|
dbus-system none
|