mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
New profile: tvnamer.profile (#6256)
Description: Automatic TV episode file renamer. https://github.com/dbr/tvnamer
This commit is contained in:
parent
d6c32c1105
commit
898273ac8e
3 changed files with 76 additions and 0 deletions
|
|
@ -665,6 +665,7 @@ blacklist ${HOME}/.config/tuir
|
|||
blacklist ${HOME}/.config/tuta_integration
|
||||
blacklist ${HOME}/.config/tutanota-desktop
|
||||
blacklist ${HOME}/.config/tvbrowser
|
||||
blacklist ${HOME}/.config/tvnamer
|
||||
blacklist ${HOME}/.config/uGet
|
||||
blacklist ${HOME}/.config/ueberzugpp
|
||||
blacklist ${HOME}/.config/ungoogled-chromium
|
||||
|
|
|
|||
74
etc/profile-m-z/tvnamer.profile
Normal file
74
etc/profile-m-z/tvnamer.profile
Normal file
|
|
@ -0,0 +1,74 @@
|
|||
# Firejail profile for tvnamer
|
||||
# Description: Automatic TV episode file renamer
|
||||
quiet
|
||||
# Persistent local customizations
|
||||
include tvnamer.local
|
||||
# Persistent global definitions
|
||||
include globals.local
|
||||
|
||||
blacklist /tmp/.X11-unix
|
||||
blacklist /usr/libexec
|
||||
blacklist ${RUNUSER}
|
||||
|
||||
noblacklist ${HOME}/.config/tvnamer
|
||||
noblacklist ${VIDEOS}
|
||||
|
||||
# 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-programs.inc
|
||||
include disable-proc.inc
|
||||
include disable-shell.inc
|
||||
include disable-xdg.inc
|
||||
|
||||
mkdir ${HOME}/.config/tvnamer
|
||||
whitelist ${HOME}/.config/tvnamer
|
||||
whitelist ${DOWNLOADS}
|
||||
whitelist ${VIDEOS}
|
||||
include whitelist-common.inc
|
||||
include whitelist-run-common.inc
|
||||
include whitelist-usr-share-common.inc
|
||||
include whitelist-var-common.inc
|
||||
|
||||
apparmor
|
||||
caps.drop all
|
||||
ipc-namespace
|
||||
machine-id
|
||||
netfilter
|
||||
no3d
|
||||
nodvd
|
||||
nogroups
|
||||
noinput
|
||||
nonewprivs
|
||||
noprinters
|
||||
noroot
|
||||
nosound
|
||||
notv
|
||||
nou2f
|
||||
novideo
|
||||
protocol unix,inet,inet6
|
||||
seccomp
|
||||
seccomp.block-secondary
|
||||
tracelog
|
||||
x11 none
|
||||
|
||||
#disable-mnt
|
||||
private-bin python*,tvnamer
|
||||
private-cache
|
||||
private-dev
|
||||
private-etc @network,@tls-ca
|
||||
private-tmp
|
||||
|
||||
dbus-user none
|
||||
dbus-system none
|
||||
|
||||
read-only ${HOME}
|
||||
read-write ${HOME}/.config/tvnamer
|
||||
read-write ${DOWNLOADS}
|
||||
read-write ${VIDEOS}
|
||||
restrict-namespaces
|
||||
|
|
@ -915,6 +915,7 @@ tuir
|
|||
tutanota-desktop
|
||||
tuxguitar
|
||||
tvbrowser
|
||||
tvnamer
|
||||
twitch
|
||||
udiskie
|
||||
uefitool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue