aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar Ted Robertson <10043369+tredondo@users.noreply.github.com>2021-03-13 20:37:25 -1000
committerLibravatar GitHub <noreply@github.com>2021-03-13 20:37:25 -1000
commit6e74079f8dd9c9343fd01d5864d10d7afc23b915 (patch)
tree3789bb7b90acae6aab844fad3505a8a307430aa2 /etc
parentCreate bcompare.profile (diff)
downloadfirejail-6e74079f8dd9c9343fd01d5864d10d7afc23b915.tar.gz
firejail-6e74079f8dd9c9343fd01d5864d10d7afc23b915.tar.zst
firejail-6e74079f8dd9c9343fd01d5864d10d7afc23b915.zip
Allow comparing ${DOCUMENTS}, ${PICTURES} etc.
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-a-l/bcompare.profile7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/profile-a-l/bcompare.profile b/etc/profile-a-l/bcompare.profile
index 8a166266d..355c971dc 100644
--- a/etc/profile-a-l/bcompare.profile
+++ b/etc/profile-a-l/bcompare.profile
@@ -1,5 +1,5 @@
1# Firejail profile for Scootersoft Beyond Compare 1# Firejail profile for Beyond Compare by Scooter Software
2# Description: directory compare and file compare utility 2# Description: directory and file compare utility
3# Disables the network, which only impacts checking for updates. 3# Disables the network, which only impacts checking for updates.
4# This file is overwritten after every install/update 4# This file is overwritten after every install/update
5 5
@@ -18,7 +18,8 @@ include disable-passwdmgr.inc
18# Uncommenting this breaks launch 18# Uncommenting this breaks launch
19# include disable-shell.inc 19# include disable-shell.inc
20include disable-write-mnt.inc 20include disable-write-mnt.inc
21include disable-xdg.inc 21# Don't disable ${DOCUMENTS}, ${MUSIC}, ${PICTURES}, ${VIDEOS}
22# include disable-xdg.inc
22 23
23# include whitelist-common.inc 24# include whitelist-common.inc
24# include whitelist-runuser-common.inc 25# include whitelist-runuser-common.inc