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
This commit is contained in:
glitsj16 2019-05-02 00:14:26 +00:00 committed by GitHub
parent 3c51893da2
commit 84491563e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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}

View file

@ -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}