aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/gnome-system-log.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2020-04-21 08:24:28 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2020-04-21 08:24:28 -0400
commit018d75775eab4a0f045949a9d069c57686ca2686 (patch)
treeaac3a1a65cca0d4875795c55109a5c3e35efdefb /etc/profile-a-l/gnome-system-log.profile
parentsmall fixes (diff)
downloadfirejail-018d75775eab4a0f045949a9d069c57686ca2686.tar.gz
firejail-018d75775eab4a0f045949a9d069c57686ca2686.tar.zst
firejail-018d75775eab4a0f045949a9d069c57686ca2686.zip
reorganize github etc directory
Diffstat (limited to 'etc/profile-a-l/gnome-system-log.profile')
-rw-r--r--etc/profile-a-l/gnome-system-log.profile58
1 files changed, 58 insertions, 0 deletions
diff --git a/etc/profile-a-l/gnome-system-log.profile b/etc/profile-a-l/gnome-system-log.profile
new file mode 100644
index 000000000..f597f5cd3
--- /dev/null
+++ b/etc/profile-a-l/gnome-system-log.profile
@@ -0,0 +1,58 @@
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-exec.inc
12include disable-interpreters.inc
13include disable-passwdmgr.inc
14include disable-programs.inc
15include disable-xdg.inc
16
17whitelist /var/log
18include whitelist-common.inc
19include whitelist-usr-share-common.inc
20include whitelist-var-common.inc
21
22apparmor
23caps.drop all
24ipc-namespace
25# net none - breaks dbus
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-system-log.local.
31nogroups
32nonewprivs
33noroot
34nosound
35notv
36nou2f
37novideo
38protocol unix
39seccomp
40shell none
41
42disable-mnt
43private-bin gnome-system-log
44private-cache
45private-dev
46private-etc alternatives,fonts,localtime,machine-id
47private-lib
48private-tmp
49writable-var-log
50
51# dbus-user none
52# dbus-system none
53
54memory-deny-write-execute
55
56# comment this if you export logs to a file in your ${HOME}
57# or put 'ignore read-only ${HOME}' in your gnome-system-log.local
58read-only ${HOME}