aboutsummaryrefslogtreecommitdiffstats
path: root/etc/transmission-remote-cli.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-08-26 00:22:59 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-08-26 00:22:59 +0200
commit2373fcd74da27dae0e6896d8e63fddc81b6dc34a (patch)
tree8f19fa3192696edfe8140c62d8f38d62a2fd0ed9 /etc/transmission-remote-cli.profile
parentadd support for seccomp to sort.py [skip ci] (diff)
downloadfirejail-2373fcd74da27dae0e6896d8e63fddc81b6dc34a.tar.gz
firejail-2373fcd74da27dae0e6896d8e63fddc81b6dc34a.tar.zst
firejail-2373fcd74da27dae0e6896d8e63fddc81b6dc34a.zip
many profile fixes (1)
- add novideo to a lot of profiles (there are still more profiles where novideo can be added) - remove commente mdwe from some gnome applications - add descriptions to some profiles - blacklist ${HOME}/.cargo/credentials - move ${HOME}/.git-credentials and ${HOME}/.git-credential-cache to 'top secret' in disable-common.inc - some ordering in disable-programs.inc - merge tor browser blacklists to ${HOME}/.tor-browser* - qupzilla.profile redirect to falkon.profile - blacklist gnome-builder paths - fix transmission profiles inlude - much more
Diffstat (limited to 'etc/transmission-remote-cli.profile')
-rw-r--r--etc/transmission-remote-cli.profile4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/transmission-remote-cli.profile b/etc/transmission-remote-cli.profile
index d69e70ece..8b3a966c1 100644
--- a/etc/transmission-remote-cli.profile
+++ b/etc/transmission-remote-cli.profile
@@ -5,15 +5,13 @@ quiet
5# Persistent local customizations 5# Persistent local customizations
6include transmission-remote-cli.local 6include transmission-remote-cli.local
7# Persistent global definitions 7# Persistent global definitions
8# added by included profile 8include globals.local
9#include globals.local
10 9
11# Allow python (blacklisted by disable-interpreters.inc) 10# Allow python (blacklisted by disable-interpreters.inc)
12include allow-python2.inc 11include allow-python2.inc
13include allow-python3.inc 12include allow-python3.inc
14 13
15private-bin python*,transmission-remote-cli 14private-bin python*,transmission-remote-cli
16private-etc
17 15
18# Redirect 16# Redirect
19include transmission-common.profile 17include transmission-common.profile