mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -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
18 lines
407 B
Text
18 lines
407 B
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
|
|
|
|
# 'net none' breaks dbus
|
|
ignore net none
|
|
|
|
private-bin gnome-system-log
|
|
private-lib
|
|
|
|
memory-deny-write-execute
|
|
|
|
# Redirect
|
|
include system-log-common.profile
|