firejail/etc/sysprof-cli.profile
glitsj16 e97746745e
mdwx changes for sysprof profiles (#2526)
* mdwx breakage in sysprof.profile

Recent mdwx (block memfd_create) work now breaks memory-deny-write-execute for the sysprof GUI on Arch.

* mdwx fixes for sysprof-cli.profile

While the GUI is now broken with mdwx on Arch, the CLI works just fine with it enabled.
2019-03-06 04:37:17 +00:00

20 lines
452 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
nodbus
# There is no GUI help menu to break in the CLI version
private-bin sysprof-cli
private-lib
memory-deny-write-execute
# Redirect
include sysprof.profile