mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-18 06:06:05 -06:00
* 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.
20 lines
452 B
Text
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
|