mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-22 06:05:38 -06:00
* profiles: refactor log viewers Introduces system-log-common.profile as a common profile for existing GUI log viewer applications. * system-log-common: enable no3d
20 lines
533 B
Text
20 lines
533 B
Text
# Firejail profile for gnome-logs
|
|
# Description: Viewer for the systemd journal
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include gnome-logs.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
whitelist /usr/share/gnome-logs
|
|
|
|
private-bin gnome-logs
|
|
private-lib gdk-pixbuf-2.*,gio,gvfs/libgvfscommon.so,libgconf-2.so.*,librsvg-2.so.*
|
|
|
|
dbus-user filter
|
|
dbus-user.own org.gnome.Logs
|
|
dbus-user.talk ca.desrt.dconf
|
|
ignore dbus-user none
|
|
|
|
# Redirect
|
|
include system-log-common.profile
|