aboutsummaryrefslogtreecommitdiffstats
path: root/etc/ristretto.profile
diff options
context:
space:
mode:
authorLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2017-05-06 10:09:24 -0500
committerLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2017-05-06 10:09:24 -0500
commitba0e6f5dd6ac18d8a564227a7263f42537c879ee (patch)
treeca5a6cf88f1408c707e07ed79e6c9b44cb33dca6 /etc/ristretto.profile
parentMerge pull request #1266 from SYN-cook/patch-2 (diff)
downloadfirejail-ba0e6f5dd6ac18d8a564227a7263f42537c879ee.tar.gz
firejail-ba0e6f5dd6ac18d8a564227a7263f42537c879ee.tar.zst
firejail-ba0e6f5dd6ac18d8a564227a7263f42537c879ee.zip
Allow common image viewers to access ~/steam/steam/userdata (Fix for #1267)
These are all the image viewers I know of. We'll probably need to edit a few that I missed in the future.
Diffstat (limited to 'etc/ristretto.profile')
-rw-r--r--etc/ristretto.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/ristretto.profile b/etc/ristretto.profile
index 4d47f4ddb..01cf7d5e5 100644
--- a/etc/ristretto.profile
+++ b/etc/ristretto.profile
@@ -3,6 +3,8 @@
3include /etc/firejail/risretto.local 3include /etc/firejail/risretto.local
4 4
5noblacklist ${HOME}/.config/ristretto 5noblacklist ${HOME}/.config/ristretto
6noblacklist ~/steam/steam/userdata
7
6include /etc/firejail/disable-common.inc 8include /etc/firejail/disable-common.inc
7include /etc/firejail/disable-programs.inc 9include /etc/firejail/disable-programs.inc
8include /etc/firejail/disable-passwdmgr.inc 10include /etc/firejail/disable-passwdmgr.inc