mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
20 lines
476 B
Text
20 lines
476 B
Text
# Firejail profile for sysprof-cli
|
|
# Description: Kernel based performance profiler (CLI)
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include sysprof-cli.local
|
|
# Persistent global definitions
|
|
# added by included profile
|
|
#include globals.local
|
|
|
|
# There is no GUI help menu to break in the CLI version
|
|
private-bin sysprof-cli
|
|
private-lib
|
|
|
|
dbus-user none
|
|
dbus-system none
|
|
|
|
memory-deny-write-execute
|
|
|
|
# Redirect
|
|
include sysprof.profile
|