From 84491563e5902131627433ebecbc4c8a3ccc752c Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Thu, 2 May 2019 00:14:26 +0000 Subject: 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 --- etc/eog.profile | 2 +- etc/eom.profile | 2 +- etc/gnome-logs.profile | 3 ++- etc/gnome-system-log.profile | 7 ++++--- 4 files changed, 8 insertions(+), 6 deletions(-) (limited to 'etc') diff --git a/etc/eog.profile b/etc/eog.profile index d353fe127..1dcc687fc 100644 --- a/etc/eog.profile +++ b/etc/eog.profile @@ -40,7 +40,7 @@ tracelog # private-bin, private-etc and private-lib break 'Open With' / 'Open in file manager' # comment those if you need that functionality -# or put 'ignore private-bin' and 'ignore private-etc' in your eog.local +# or put 'ignore private-bin', 'ignore private-etc' and 'ignore private-lib' in your eog.local private-bin eog private-cache private-dev diff --git a/etc/eom.profile b/etc/eom.profile index 09327c9e1..7cb3f98cd 100644 --- a/etc/eom.profile +++ b/etc/eom.profile @@ -37,7 +37,7 @@ tracelog # private-bin, private-etc and private-lib break 'Open With' / 'Open in file manager' # comment those if you need that functionality -# or put 'ignore private-bin' and 'ignore private-etc' in your eog.local +# or put 'ignore private-bin', 'ignore private-etc' and 'ignore private-lib' in your eom.local private-bin eom private-dev private-etc alternatives,fonts 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 nodvd # When using 'volatile' storage (https://www.freedesktop.org/software/systemd/man/journald.conf.html), # comment both 'nogroups' and 'noroot' -# or put 'ignore nogroups' and 'ignore noroot' to your gnome-logs.local. +# or put 'ignore nogroups' and 'ignore noroot' in your gnome-logs.local. nogroups nonewprivs noroot @@ -48,4 +48,5 @@ private-tmp writable-var-log # comment this if you export logs to a file in your ${HOME} +# or put 'ignore read-only ${HOME}' in your gnome-logs.local. read-only ${HOME} diff --git a/etc/gnome-system-log.profile b/etc/gnome-system-log.profile index f0cb25d66..f1347a8dc 100644 --- a/etc/gnome-system-log.profile +++ b/etc/gnome-system-log.profile @@ -29,7 +29,7 @@ no3d nodvd # When using 'volatile' storage (https://www.freedesktop.org/software/systemd/man/journald.conf.html), # comment both 'nogroups' and 'noroot' -# or put 'ignore nogroups' and 'ignore noroot' to your gnome-logs.local. +# or put 'ignore nogroups' and 'ignore noroot' in your gnome-system-log.local. nogroups nonewprivs noroot @@ -52,5 +52,6 @@ writable-var-log memory-deny-write-execute -# uncomment this if you never export logs to a file in your ${HOME} -#read-only ${HOME} +# comment this if you export logs to a file in your ${HOME} +# or put 'ignore read-only ${HOME}' in your gnome-system-log.local +read-only ${HOME} -- cgit v1.2.3-54-g00ecf