aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-05-30 09:37:00 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-05-30 09:37:00 +0200
commit360b066fbafa55c873d52e77ff90ce5a8d109f5b (patch)
treea7f1bba3894588c022af05eb0da0308575fe9719 /etc
parentadd row for new release (diff)
downloadfirejail-360b066fbafa55c873d52e77ff90ce5a8d109f5b.tar.gz
firejail-360b066fbafa55c873d52e77ff90ce5a8d109f5b.tar.zst
firejail-360b066fbafa55c873d52e77ff90ce5a8d109f5b.zip
profile housekeeping
Diffstat (limited to 'etc')
-rw-r--r--etc/bitlbee.profile2
-rw-r--r--etc/spotify.profile4
-rw-r--r--etc/transgui.profile2
3 files changed, 3 insertions, 5 deletions
diff --git a/etc/bitlbee.profile b/etc/bitlbee.profile
index 2c2f88ed5..287e5f52e 100644
--- a/etc/bitlbee.profile
+++ b/etc/bitlbee.profile
@@ -33,6 +33,6 @@ private
33private-cache 33private-cache
34private-dev 34private-dev
35private-tmp 35private-tmp
36read-write /var/lib/bitlbee
37 36
38noexec /tmp 37noexec /tmp
38read-write /var/lib/bitlbee
diff --git a/etc/spotify.profile b/etc/spotify.profile
index 6f7f6ec85..00c2aabe2 100644
--- a/etc/spotify.profile
+++ b/etc/spotify.profile
@@ -6,9 +6,6 @@ include spotify.local
6include globals.local 6include globals.local
7 7
8blacklist ${HOME}/.bashrc 8blacklist ${HOME}/.bashrc
9blacklist /lost+found
10blacklist /sbin
11blacklist /srv
12 9
13noblacklist ${HOME}/.cache/spotify 10noblacklist ${HOME}/.cache/spotify
14noblacklist ${HOME}/.config/spotify 11noblacklist ${HOME}/.config/spotify
@@ -49,5 +46,6 @@ private-bin spotify,bash,sh,zenity
49private-dev 46private-dev
50private-etc alternatives,fonts,group,ld.so.cache,machine-id,pulse,resolv.conf,hosts,nsswitch.conf,host.conf,ca-certificates,ssl,pki,crypto-policies 47private-etc alternatives,fonts,group,ld.so.cache,machine-id,pulse,resolv.conf,hosts,nsswitch.conf,host.conf,ca-certificates,ssl,pki,crypto-policies
51private-opt spotify 48private-opt spotify
49private-srv none
52private-tmp 50private-tmp
53 51
diff --git a/etc/transgui.profile b/etc/transgui.profile
index 8043bfa01..0d09cef87 100644
--- a/etc/transgui.profile
+++ b/etc/transgui.profile
@@ -2,7 +2,7 @@
2# Description: Cross-platform Transmission BitTorrent client 2# Description: Cross-platform Transmission BitTorrent client
3# This file is overwritten after every install/update 3# This file is overwritten after every install/update
4# Persistent local customizations 4# Persistent local customizations
5include /etc/firejail/transgui.local 5include transgui.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8