aboutsummaryrefslogtreecommitdiffstats
path: root/etc/gnome-logs.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-05-02 00:14:26 +0000
committerLibravatar GitHub <noreply@github.com>2019-05-02 00:14:26 +0000
commit84491563e5902131627433ebecbc4c8a3ccc752c (patch)
tree94fff6d3d2850db15816565f9d677d2b22cef420 /etc/gnome-logs.profile
parentUpdate thunderbird.profile (diff)
downloadfirejail-84491563e5902131627433ebecbc4c8a3ccc752c.tar.gz
firejail-84491563e5902131627433ebecbc4c8a3ccc752c.tar.zst
firejail-84491563e5902131627433ebecbc4c8a3ccc752c.zip
Comment fixes (#2674)
* Fix comments in eom.profile * Fix comments in eog.profile * Fix comments in gnome-system-log.profile * Fix comments in gnome-logs.profile
Diffstat (limited to 'etc/gnome-logs.profile')
-rw-r--r--etc/gnome-logs.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/gnome-logs.profile b/etc/gnome-logs.profile
index 9a12162db..67256852c 100644
--- a/etc/gnome-logs.profile
+++ b/etc/gnome-logs.profile
@@ -26,7 +26,7 @@ nodbus
26nodvd 26nodvd
27# When using 'volatile' storage (https://www.freedesktop.org/software/systemd/man/journald.conf.html), 27# When using 'volatile' storage (https://www.freedesktop.org/software/systemd/man/journald.conf.html),
28# comment both 'nogroups' and 'noroot' 28# comment both 'nogroups' and 'noroot'
29# or put 'ignore nogroups' and 'ignore noroot' to your gnome-logs.local. 29# or put 'ignore nogroups' and 'ignore noroot' in your gnome-logs.local.
30nogroups 30nogroups
31nonewprivs 31nonewprivs
32noroot 32noroot
@@ -48,4 +48,5 @@ private-tmp
48writable-var-log 48writable-var-log
49 49
50# comment this if you export logs to a file in your ${HOME} 50# comment this if you export logs to a file in your ${HOME}
51# or put 'ignore read-only ${HOME}' in your gnome-logs.local.
51read-only ${HOME} 52read-only ${HOME}