mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
44 lines
889 B
Text
44 lines
889 B
Text
# Firejail profile for transmission-daemon
|
|
# Description: Fast, easy and free BitTorrent client (daemon)
|
|
# This file is overwritten after every install/update
|
|
quiet
|
|
# Persistent local customizations
|
|
include transmission-daemon.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.cache/transmission
|
|
noblacklist ${HOME}/.config/transmission
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
include disable-passwdmgr.inc
|
|
include disable-programs.inc
|
|
|
|
apparmor
|
|
caps.drop all
|
|
machine-id
|
|
netfilter
|
|
nodbus
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol inet,inet6
|
|
seccomp
|
|
shell none
|
|
tracelog
|
|
|
|
# private-bin transmission-daemon
|
|
private-dev
|
|
private-etc alternatives,ca-certificates,crypto-policies,nsswitch.conf,pki,resolv.conf,ssl
|
|
private-lib
|
|
private-tmp
|
|
|
|
memory-deny-write-execute
|