netblue30 / firejail

Linux namespaces and seccomp-bpf sandbox
https://firejail.wordpress.com
GNU General Public License v2.0
5.83k stars 568 forks source link

profiles: refactor dbus debugger profiles #6420

Closed glitsj16 closed 4 months ago

glitsj16 commented 4 months ago

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.

glitsj16 commented 4 months ago

@kmk3

Yes, I've tested both with the additional tracelog. Thanks for the review.

Side note: This refactoring should make it easier to add similar programs. I'm testing a TUI-based dbus debugger at the moment and will add a new profile for that shortly. Just wanted to keep the PR's separate, do this first and open a follow-up later. Trying to improve my git skills ;)