aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/yelp.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2021-05-07 16:44:41 +0000
committerLibravatar GitHub <noreply@github.com>2021-05-07 16:44:41 +0000
commita8723fd2956365c2b85c00c244e6af7d14586d45 (patch)
treeac3987b1b25cffe6d8d1bbca91924bbfc0e03db1 /etc/profile-m-z/yelp.profile
parentMerge pull request #4251 from pirate486743186/patch-2 (diff)
downloadfirejail-a8723fd2956365c2b85c00c244e6af7d14586d45.tar.gz
firejail-a8723fd2956365c2b85c00c244e6af7d14586d45.tar.zst
firejail-a8723fd2956365c2b85c00c244e6af7d14586d45.zip
read-write fixes (#4257)
* [comment] use 'read-write' instead of 'ignore read-only' * [comment] use 'read-write' instead of 'ignore read-only' * [comment] use 'read-write' instead of 'ignore read-only' * [comment] use 'read-write' instead of 'ignore read-only'
Diffstat (limited to 'etc/profile-m-z/yelp.profile')
-rw-r--r--etc/profile-m-z/yelp.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/profile-m-z/yelp.profile b/etc/profile-m-z/yelp.profile
index 93054bfed..7a3c4dddf 100644
--- a/etc/profile-m-z/yelp.profile
+++ b/etc/profile-m-z/yelp.profile
@@ -67,7 +67,7 @@ dbus-system none
67# read-only ${HOME} breaks some features: 67# read-only ${HOME} breaks some features:
68# 1. yelp --editor-mode 68# 1. yelp --editor-mode
69# 2. saving the window geometry 69# 2. saving the window geometry
70# add 'ignore read-only ${HOME}' to your yelp.local if you need these features. 70# add 'read-write ${HOME}' to your yelp.local if you need these features.
71read-only ${HOME} 71read-only ${HOME}
72read-write ${HOME}/.cache 72read-write ${HOME}/.cache
73# 3. printing to PDF in ${DOCUMENTS} 73# 3. printing to PDF in ${DOCUMENTS}