aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2020-12-09 23:23:28 +0000
committerLibravatar GitHub <noreply@github.com>2020-12-09 23:23:28 +0000
commitbafe6d641ed45da2967a7296cbb9059eb9fa0678 (patch)
tree7b4f71c0b1444588cd407362fb4890d1941328f8 /etc/profile-m-z
parentharden sysprof (#3802) (diff)
downloadfirejail-bafe6d641ed45da2967a7296cbb9059eb9fa0678.tar.gz
firejail-bafe6d641ed45da2967a7296cbb9059eb9fa0678.tar.zst
firejail-bafe6d641ed45da2967a7296cbb9059eb9fa0678.zip
Update yelp.profile (#3803)
Diffstat (limited to 'etc/profile-m-z')
-rw-r--r--etc/profile-m-z/yelp.profile10
1 files changed, 7 insertions, 3 deletions
diff --git a/etc/profile-m-z/yelp.profile b/etc/profile-m-z/yelp.profile
index 3ba1dca1a..c06634d4c 100644
--- a/etc/profile-m-z/yelp.profile
+++ b/etc/profile-m-z/yelp.profile
@@ -8,6 +8,7 @@ include globals.local
8 8
9noblacklist ${HOME}/.config/yelp 9noblacklist ${HOME}/.config/yelp
10 10
11noblacklist ${DOCUMENTS}
11include disable-common.inc 12include disable-common.inc
12include disable-devel.inc 13include disable-devel.inc
13include disable-exec.inc 14include disable-exec.inc
@@ -19,6 +20,7 @@ include disable-xdg.inc
19 20
20mkdir ${HOME}/.config/yelp 21mkdir ${HOME}/.config/yelp
21whitelist ${HOME}/.config/yelp 22whitelist ${HOME}/.config/yelp
23whitelist ${DOCUMENTS}
22whitelist /usr/share/doc 24whitelist /usr/share/doc
23whitelist /usr/share/groff 25whitelist /usr/share/groff
24whitelist /usr/share/help 26whitelist /usr/share/help
@@ -54,12 +56,14 @@ private-dev
54private-etc alsa,alternatives,asound.conf,crypto-policies,cups,dconf,drirc,fonts,gcrypt,groff,gtk-3.0,machine-id,man_db.conf,openal,os-release,pulse,sgml,xml 56private-etc alsa,alternatives,asound.conf,crypto-policies,cups,dconf,drirc,fonts,gcrypt,groff,gtk-3.0,machine-id,man_db.conf,openal,os-release,pulse,sgml,xml
55private-tmp 57private-tmp
56 58
59dbus-user filter
60dbus-user.own org.gnome.Yelp
61dbus-user.talk ca.desrt.dconf
57dbus-system none 62dbus-system none
58 63
59# read-only ${HOME} breaks some not necesarry featrues, comment it if 64# read-only ${HOME} breaks some unnecesarry features:
60# you need them or put 'ignore read-only ${HOME}' into your yelp.local.
61# broken features:
62# 1. yelp --editor-mode 65# 1. yelp --editor-mode
63# 2. saving the window geometry 66# 2. saving the window geometry
67# comment the line below or put 'ignore read-only ${HOME}' into your yelp.local if you need it
64read-only ${HOME} 68read-only ${HOME}
65read-write ${HOME}/.cache 69read-write ${HOME}/.cache