firejail/etc/profile-a-l/d-feet.profile
glitsj16 86bc5bd602
profiles: refactor dbus debugger profiles (#6420)
There are a lot of common options in the `d-feet` and `d-spy` profiles.

Create a new common include file and refactor the existing profiles as
redirects.

Relates to #2492 #6328.
2024-07-27 22:38:07 +00:00

27 lines
640 B
Text

# Firejail profile for d-feet
# Description: D-Bus debugger for GNOME
# This file is overwritten after every install/update
# Persistent local customizations
include d-feet.local
# Persistent global definitions
include globals.local
noblacklist ${HOME}/.config/d-feet
# Allow python (disabled by disable-interpreters.inc)
include allow-python2.inc
include allow-python3.inc
mkdir ${HOME}/.config/d-feet
whitelist ${HOME}/.config/d-feet
whitelist /usr/share/d-feet
# breaks on Ubuntu
ignore net none
private-bin d-feet,python*
#memory-deny-write-execute # breaks on Arch (see issue #1803)
# Redirect
include dbus-debug-common.profile