firejail/etc/gnome-system-log.profile
glitsj16 84491563e5
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
2019-05-02 00:14:26 +00:00

57 lines
1.2 KiB
Text

# Firejail profile for gnome-system-log
# Description: View your system logs
# This file is overwritten after every install/update
# Persistent local customizations
include gnome-system-log.local
# Persistent global definitions
include globals.local
noblacklist /var/log
include disable-common.inc
include disable-devel.inc
include disable-exec.inc
include disable-interpreters.inc
include disable-passwdmgr.inc
include disable-programs.inc
include disable-xdg.inc
whitelist /var/log
include whitelist-common.inc
include whitelist-var-common.inc
apparmor
caps.drop all
ipc-namespace
# net none - breaks dbus
no3d
# 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' in your gnome-system-log.local.
nogroups
nonewprivs
noroot
nosound
notv
nou2f
novideo
protocol unix
seccomp
shell none
disable-mnt
private-bin gnome-system-log
private-cache
private-dev
private-etc alternatives,fonts,localtime,machine-id
private-lib
private-tmp
writable-var-log
memory-deny-write-execute
# 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}