mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
45 lines
1.1 KiB
Text
45 lines
1.1 KiB
Text
# Firejail profile for gnome-logs
|
|
# Description: Viewer for the systemd journal
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include /etc/firejail/gnome-logs.local
|
|
# Persistent global definitions
|
|
include /etc/firejail/globals.local
|
|
|
|
include /etc/firejail/disable-common.inc
|
|
include /etc/firejail/disable-devel.inc
|
|
include /etc/firejail/disable-interpreters.inc
|
|
include /etc/firejail/disable-passwdmgr.inc
|
|
include /etc/firejail/disable-programs.inc
|
|
include /etc/firejail/disable-xdg.inc
|
|
|
|
whitelist /var/log/journal
|
|
include /etc/firejail/whitelist-var-common.inc
|
|
|
|
caps.drop all
|
|
net none
|
|
no3d
|
|
nodbus
|
|
nodvd
|
|
# When using 'volatile' storage (https://www.freedesktop.org/software/systemd/man/journald.conf.html),
|
|
# comment both 'nogroups' and 'noroot'
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
novideo
|
|
protocol unix
|
|
seccomp
|
|
shell none
|
|
|
|
disable-mnt
|
|
private-bin gnome-logs
|
|
private-dev
|
|
private-etc fonts,localtime,machine-id
|
|
private-lib gdk-pixbuf-2.*,gio,gvfs/libgvfscommon.so,libgconf-2.so.*,librsvg-2.so.*
|
|
private-tmp
|
|
writable-var-log
|
|
|
|
noexec ${HOME}
|
|
noexec /tmp
|