mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
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:
parent
3c51893da2
commit
84491563e5
4 changed files with 8 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue