aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/gnome-system-log.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-a-l/gnome-system-log.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-a-l/gnome-system-log.profile')
-rw-r--r--etc/profile-a-l/gnome-system-log.profile6
1 files changed, 2 insertions, 4 deletions
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}