aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/gnome-logs.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-a-l/gnome-logs.profile')
-rw-r--r--etc/profile-a-l/gnome-logs.profile57
1 files changed, 57 insertions, 0 deletions
diff --git a/etc/profile-a-l/gnome-logs.profile b/etc/profile-a-l/gnome-logs.profile
new file mode 100644
index 000000000..4b6453015
--- /dev/null
+++ b/etc/profile-a-l/gnome-logs.profile
@@ -0,0 +1,57 @@
1# Firejail profile for gnome-logs
2# Description: Viewer for the systemd journal
3# This file is overwritten after every install/update
4# Persistent local customizations
5include gnome-logs.local
6# Persistent global definitions
7include globals.local
8
9include disable-common.inc
10include disable-devel.inc
11include disable-exec.inc
12include disable-interpreters.inc
13include disable-passwdmgr.inc
14include disable-programs.inc
15include disable-xdg.inc
16
17whitelist /var/log/journal
18include whitelist-runuser-common.inc
19include whitelist-usr-share-common.inc
20include whitelist-var-common.inc
21
22apparmor
23caps.drop all
24ipc-namespace
25net none
26no3d
27nodvd
28# When using 'volatile' storage (https://www.freedesktop.org/software/systemd/man/journald.conf.html),
29# comment both 'nogroups' and 'noroot'
30# or put 'ignore nogroups' and 'ignore noroot' in your gnome-logs.local.
31nogroups
32nonewprivs
33noroot
34nosound
35notv
36nou2f
37novideo
38protocol unix
39seccomp
40shell none
41tracelog
42
43disable-mnt
44private-bin gnome-logs
45private-cache
46private-dev
47private-etc alternatives,fonts,localtime,machine-id
48private-lib gdk-pixbuf-2.*,gio,gvfs/libgvfscommon.so,libgconf-2.so.*,librsvg-2.so.*
49private-tmp
50writable-var-log
51
52dbus-user none
53dbus-system none
54
55# comment this if you export logs to a file in your ${HOME}
56# or put 'ignore read-only ${HOME}' in your gnome-logs.local.
57read-only ${HOME}