aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2024-04-28 10:18:05 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2024-04-28 10:18:05 -0400
commit58e8b0613d47b266cb2242815de3f8e52d333ac4 (patch)
treeb696113c3ff5e7004ffea77254bce8b2561a9d5e /etc
parent--fbuilder cleanup (diff)
parentprofiles: fluffychat: remove option already present in disable-common.inc (#6... (diff)
downloadfirejail-58e8b0613d47b266cb2242815de3f8e52d333ac4.tar.gz
firejail-58e8b0613d47b266cb2242815de3f8e52d333ac4.tar.zst
firejail-58e8b0613d47b266cb2242815de3f8e52d333ac4.zip
Merge branch 'master' of ssh://github.com/netblue30/firejail
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-a-l/audacity.profile13
-rw-r--r--etc/profile-a-l/fluffychat.profile1
2 files changed, 6 insertions, 8 deletions
diff --git a/etc/profile-a-l/audacity.profile b/etc/profile-a-l/audacity.profile
index e70215891..2893dda5a 100644
--- a/etc/profile-a-l/audacity.profile
+++ b/etc/profile-a-l/audacity.profile
@@ -6,10 +6,9 @@ include audacity.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9# Add the below lines to your audacity.local if you need online plugins. 9# To disable networking, add the following lines to audacity.local:
10#ignore net none 10#ignore netfilter
11#netfilter 11#net none
12#protocol inet6
13 12
14noblacklist ${HOME}/.audacity-data 13noblacklist ${HOME}/.audacity-data
15noblacklist ${HOME}/.cache/audacity 14noblacklist ${HOME}/.cache/audacity
@@ -34,7 +33,7 @@ allow-debuggers
34## Enabling App Armor appears to break some Fedora / Arch installs 33## Enabling App Armor appears to break some Fedora / Arch installs
35#apparmor 34#apparmor
36caps.drop all 35caps.drop all
37net none 36netfilter
38no3d 37no3d
39nodvd 38nodvd
40nogroups 39nogroups
@@ -44,13 +43,13 @@ noroot
44notv 43notv
45nou2f 44nou2f
46novideo 45novideo
47protocol unix,inet 46protocol unix,inet,inet6
48seccomp 47seccomp
49tracelog 48tracelog
50 49
51private-bin audacity 50private-bin audacity
52private-dev 51private-dev
53private-etc @x11 52private-etc @network,@sound,@tls-ca,@x11
54private-tmp 53private-tmp
55 54
56# problems on Fedora 27 55# problems on Fedora 27
diff --git a/etc/profile-a-l/fluffychat.profile b/etc/profile-a-l/fluffychat.profile
index 1c5db09e9..63fe28f2f 100644
--- a/etc/profile-a-l/fluffychat.profile
+++ b/etc/profile-a-l/fluffychat.profile
@@ -25,7 +25,6 @@ include disable-xdg.inc
25# there isn't a Firefox instance running with the default profile; see #5352) 25# there isn't a Firefox instance running with the default profile; see #5352)
26noblacklist ${HOME}/.mozilla 26noblacklist ${HOME}/.mozilla
27whitelist ${HOME}/.mozilla/firefox/profiles.ini 27whitelist ${HOME}/.mozilla/firefox/profiles.ini
28read-only ${HOME}/.mozilla/firefox/profiles.ini
29 28
30mkdir ${HOME}/.local/share/fluffychat 29mkdir ${HOME}/.local/share/fluffychat
31whitelist ${DOWNLOADS} 30whitelist ${DOWNLOADS}