aboutsummaryrefslogtreecommitdiffstats
path: root/etc
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
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')
-rw-r--r--etc/profile-a-l/git-cola.profile2
-rw-r--r--etc/profile-a-l/gnome-logs.profile3
-rw-r--r--etc/profile-a-l/gnome-system-log.profile6
-rw-r--r--etc/profile-m-z/yelp.profile2
4 files changed, 5 insertions, 8 deletions
diff --git a/etc/profile-a-l/git-cola.profile b/etc/profile-a-l/git-cola.profile
index 5e4249376..888ef6449 100644
--- a/etc/profile-a-l/git-cola.profile
+++ b/etc/profile-a-l/git-cola.profile
@@ -84,5 +84,5 @@ dbus-system none
84 84
85read-only ${HOME}/.git-credentials 85read-only ${HOME}/.git-credentials
86 86
87# Add 'ignore read-only ${HOME}/.ssh' to your git-cola.local if you need to allow hosts. 87# Add 'read-write ${HOME}/.ssh' to your git-cola.local if you need to allow hosts.
88read-only ${HOME}/.ssh 88read-only ${HOME}/.ssh
diff --git a/etc/profile-a-l/gnome-logs.profile b/etc/profile-a-l/gnome-logs.profile
index e54bb7b8e..7d4566c53 100644
--- a/etc/profile-a-l/gnome-logs.profile
+++ b/etc/profile-a-l/gnome-logs.profile
@@ -51,6 +51,5 @@ dbus-user.own org.gnome.Logs
51dbus-user.talk ca.desrt.dconf 51dbus-user.talk ca.desrt.dconf
52dbus-system none 52dbus-system none
53 53
54# comment this if you export logs to a file in your ${HOME} 54# Add 'read-write ${HOME}' to your gnome-logs.local if you export logs to a file under your ${HOME}.
55# or put 'ignore read-only ${HOME}' in your gnome-logs.local.
56read-only ${HOME} 55read-only ${HOME}
diff --git a/etc/profile-a-l/gnome-system-log.profile b/etc/profile-a-l/gnome-system-log.profile
index 067f9f814..c71f80aa3 100644
--- a/etc/profile-a-l/gnome-system-log.profile
+++ b/etc/profile-a-l/gnome-system-log.profile
@@ -27,8 +27,7 @@ ipc-namespace
27no3d 27no3d
28nodvd 28nodvd
29# When using 'volatile' storage (https://www.freedesktop.org/software/systemd/man/journald.conf.html), 29# When using 'volatile' storage (https://www.freedesktop.org/software/systemd/man/journald.conf.html),
30# comment both 'nogroups' and 'noroot' 30# put 'ignore nogroups' and 'ignore noroot' in your gnome-system-log.local.
31# or put 'ignore nogroups' and 'ignore noroot' in your gnome-system-log.local.
32nogroups 31nogroups
33noinput 32noinput
34nonewprivs 33nonewprivs
@@ -54,6 +53,5 @@ writable-var-log
54# dbus-system none 53# dbus-system none
55 54
56memory-deny-write-execute 55memory-deny-write-execute
57# Comment the line below if you export logs to a file in your ${HOME} 56# Add 'read-write ${HOME}' to your gnome-system-log.local if you export logs to a file under your ${HOME}.
58# or put 'ignore read-only ${HOME}' in your gnome-system-log.local
59read-only ${HOME} 57read-only ${HOME}
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}