mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3655] Simplify profile creating process #2303
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#2303
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Thaodan on GitHub (Oct 6, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3655
Currently creating an application profile requires creating a long file which contains boilerplate code that is duplicated over every app.
I there should be a way by providing more abstract permissions by moving them to templates that the app profile can than include.
Also it would be useful to restrict the files an profile can include by separating profiles that define permissions from those that request them.
I was thinking of something like a profile for an XDG-App which gives the permission to all XDG-provided config/datata/runtime data just for the app and then permissions for every resource an app can request like Pictures-folder or the internet for example.
@rusty-snake commented on GitHub (Nov 9, 2020):
There are almost ever some differences (e.g.
nosound,no3d). This make it look really the same even it differs all the time. chiraag-natarajs profiles (https://github.com/chiraag-nataraj/firejail-profiles) uses ainclude common.incfor that.There are https://github.com/netblue30/firejail/issues/3424 and https://github.com/netblue30/firejail/issues/3412 for which I eagerly wait. However apart from
private-etc, D-Bus and thing like Mails-in-/var/spool/mail they don't help here because all the no* are already different things.