aboutsummaryrefslogtreecommitdiffstats
path: root/etc
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
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')
-rw-r--r--etc/eog.profile2
-rw-r--r--etc/eom.profile2
-rw-r--r--etc/gnome-logs.profile3
-rw-r--r--etc/gnome-system-log.profile7
4 files changed, 8 insertions, 6 deletions
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
40 40
41# private-bin, private-etc and private-lib break 'Open With' / 'Open in file manager' 41# private-bin, private-etc and private-lib break 'Open With' / 'Open in file manager'
42# comment those if you need that functionality 42# comment those if you need that functionality
43# or put 'ignore private-bin' and 'ignore private-etc' in your eog.local 43# or put 'ignore private-bin', 'ignore private-etc' and 'ignore private-lib' in your eog.local
44private-bin eog 44private-bin eog
45private-cache 45private-cache
46private-dev 46private-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
37 37
38# private-bin, private-etc and private-lib break 'Open With' / 'Open in file manager' 38# private-bin, private-etc and private-lib break 'Open With' / 'Open in file manager'
39# comment those if you need that functionality 39# comment those if you need that functionality
40# or put 'ignore private-bin' and 'ignore private-etc' in your eog.local 40# or put 'ignore private-bin', 'ignore private-etc' and 'ignore private-lib' in your eom.local
41private-bin eom 41private-bin eom
42private-dev 42private-dev
43private-etc alternatives,fonts 43private-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
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}
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
29nodvd 29nodvd
30# When using 'volatile' storage (https://www.freedesktop.org/software/systemd/man/journald.conf.html), 30# When using 'volatile' storage (https://www.freedesktop.org/software/systemd/man/journald.conf.html),
31# comment both 'nogroups' and 'noroot' 31# comment both 'nogroups' and 'noroot'
32# or put 'ignore nogroups' and 'ignore noroot' to your gnome-logs.local. 32# or put 'ignore nogroups' and 'ignore noroot' in your gnome-system-log.local.
33nogroups 33nogroups
34nonewprivs 34nonewprivs
35noroot 35noroot
@@ -52,5 +52,6 @@ writable-var-log
52 52
53memory-deny-write-execute 53memory-deny-write-execute
54 54
55# uncomment this if you never export logs to a file in your ${HOME} 55# comment this if you export logs to a file in your ${HOME}
56#read-only ${HOME} 56# or put 'ignore read-only ${HOME}' in your gnome-system-log.local
57read-only ${HOME}