mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
It's used by libdvdcss (which is used to play copy-restricted dvds). It seems to be just a cache directory, so just allow without mkdir. Relates to #5391. Suggested-by: @reinerh
41 lines
771 B
Text
41 lines
771 B
Text
# Firejail profile for handbrake
|
|
# Description: Versatile DVD ripper and video transcoder (GTK GUI)
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include handbrake.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.config/ghb
|
|
noblacklist ${HOME}/.dvdcss
|
|
noblacklist ${MUSIC}
|
|
noblacklist ${VIDEOS}
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
include disable-programs.inc
|
|
include disable-xdg.inc
|
|
|
|
include whitelist-var-common.inc
|
|
|
|
apparmor
|
|
caps.drop all
|
|
net none
|
|
nogroups
|
|
noinput
|
|
nonewprivs
|
|
noroot
|
|
nou2f
|
|
novideo
|
|
protocol unix,inet,inet6,netlink
|
|
seccomp
|
|
|
|
private-dev
|
|
private-tmp
|
|
|
|
dbus-user none
|
|
dbus-system none
|
|
|
|
restrict-namespaces
|