aboutsummaryrefslogtreecommitdiffstats
path: root/etc/transmission-remote-cli.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/transmission-remote-cli.profile')
-rw-r--r--etc/transmission-remote-cli.profile28
1 files changed, 28 insertions, 0 deletions
diff --git a/etc/transmission-remote-cli.profile b/etc/transmission-remote-cli.profile
new file mode 100644
index 000000000..a2e950176
--- /dev/null
+++ b/etc/transmission-remote-cli.profile
@@ -0,0 +1,28 @@
1# Firejail profile for transmission-remote-cli
2# Description: A remote control utility for transmission-daemon (CLI)
3# This file is overwritten after every install/update
4# Persistent local customizations
5include transmission-remote-cli.local
6# Persistent global definitions
7# added by included profile
8#include globals.local
9
10# Allow python (disabled by disable-interpreters.inc)
11noblacklist ${PATH}/python2*
12noblacklist ${PATH}/python3*
13noblacklist /usr/lib/python2*
14noblacklist /usr/lib/python3*
15
16mkdir ${HOME}/.cache/transmission
17mkdir ${HOME}/.config/transmission
18whitelist ${HOME}/.cache/transmission
19whitelist ${HOME}/.config/transmission
20include whitelist-common.inc
21include whitelist-var-common.inc
22
23# private-bin python*
24private-etc fonts
25
26
27# Redirect
28include transmission-remote.profile