aboutsummaryrefslogtreecommitdiffstats
path: root/etc/templates
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2023-10-18 22:47:07 +0000
committerLibravatar GitHub <noreply@github.com>2023-10-18 22:47:07 +0000
commit17590553045f40e8c7628608c8330b72412fd7f4 (patch)
treea1c5d0888101865866492269f5f194ce0ecffc3c /etc/templates
parentsteam.profile: Allow Baba Is You (#6054) (diff)
downloadfirejail-17590553045f40e8c7628608c8330b72412fd7f4.tar.gz
firejail-17590553045f40e8c7628608c8330b72412fd7f4.tar.zst
firejail-17590553045f40e8c7628608c8330b72412fd7f4.zip
profiles: exchange private-opt with a whitelist (#6021)
* profiles: drop private-opt (existing whitelist) * profiles: replace private-opt with whitelist In most profiles. Kept private-opt for enpass (~85MB), mate-dictionary (<20MB), minecraft-launcher (~1.6MB) and ppsspp (~44MB). The only app I couldn't check: xmr-stak. * docs: note potential issues with private-opt
Diffstat (limited to 'etc/templates')
-rw-r--r--etc/templates/profile.template7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/templates/profile.template b/etc/templates/profile.template
index 9329fe297..6299d42cd 100644
--- a/etc/templates/profile.template
+++ b/etc/templates/profile.template
@@ -196,6 +196,13 @@ include globals.local
196# Extra: gai.conf,proxychains.conf 196# Extra: gai.conf,proxychains.conf
197# Qt: Trolltech.conf 197# Qt: Trolltech.conf
198##private-lib LIBS 198##private-lib LIBS
199## Note: private-opt copies the entire path(s) to RAM, which may break
200## file-copy-limit in firejail.config (see firejail(1)).
201## For sizeable apps (if in doubt, do this):
202## - never use 'private-opt NAME'
203## - place 'whitelist /opt/NAME' in the whitelist section above
204## For acceptable apps:
205## - use 'private-opt NAME'
199##private-opt NAME 206##private-opt NAME
200#private-tmp 207#private-tmp
201##writable-etc 208##writable-etc