summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-03-01 00:22:30 +0000
committerLibravatar GitHub <noreply@github.com>2019-03-01 00:22:30 +0000
commitfe1094230b97214751595e92424cb953955f4b2a (patch)
tree6c17efcf4a8bb899faa5d58af4c7a0ce4a4180dc /etc
parentAdd new profile for gnome-nettool (#2485) (diff)
downloadfirejail-fe1094230b97214751595e92424cb953955f4b2a.tar.gz
firejail-fe1094230b97214751595e92424cb953955f4b2a.tar.zst
firejail-fe1094230b97214751595e92424cb953955f4b2a.zip
Add new profile for gnome-system-log (#2486)
* Create gnome-system-log.profile * Add gnome-system-log to firecfg
Diffstat (limited to 'etc')
-rw-r--r--etc/gnome-system-log.profile57
1 files changed, 57 insertions, 0 deletions
diff --git a/etc/gnome-system-log.profile b/etc/gnome-system-log.profile
new file mode 100644
index 000000000..67a2213be
--- /dev/null
+++ b/etc/gnome-system-log.profile
@@ -0,0 +1,57 @@
1# Firejail profile for gnome-system-log
2# Description: View your system logs
3# This file is overwritten after every install/update
4# Persistent local customizations
5include gnome-system-log.local
6# Persistent global definitions
7include globals.local
8
9include disable-common.inc
10include disable-devel.inc
11include disable-interpreters.inc
12include disable-passwdmgr.inc
13include disable-programs.inc
14include disable-xdg.inc
15
16include whitelist-common.inc
17
18noblacklist /var/log
19whitelist /var/log
20include whitelist-var-common.inc
21
22apparmor
23caps.drop all
24ipc-namespace
25machine-id
26net none
27no3d
28# nodbus
29nodvd
30# When using 'volatile' storage (https://www.freedesktop.org/software/systemd/man/journald.conf.html),
31# comment both 'nogroups' and 'noroot'
32nogroups
33nonewprivs
34noroot
35nosound
36notv
37nou2f
38novideo
39protocol unix
40seccomp
41shell none
42
43disable-mnt
44private-bin gnome-system-log
45private-cache
46private-dev
47private-etc alternatives,fonts,localtime,machine-id
48private-lib
49private-tmp
50writable-var-log
51
52memory-deny-write-execute
53noexec ${HOME}
54noexec /tmp
55
56# uncomment this if you never export logs to a file in your ${HOME}
57#read-only ${HOME}