mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3857] [Question] Is it possible to modify the profile while firejail is running? #2425
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#2425
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 @Nathoufresh on GitHub (Dec 31, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3857
Sorry if this question has already been asked.
A neat feature would be: when an app requires a permission, firejail suspend the subprocess and then a dialog appears "appname wants to access this permission" then you could choose from allow this time, allow permanently, etc... But it would need firejail to be able to modify the profile while it's already running. Is it feasible?
@rusty-snake commented on GitHub (Dec 31, 2020):
For filesystem (e.g. whitelist) permissions yes, for others like nonoewprivs no.
@Nathoufresh commented on GitHub (Dec 31, 2020):
Tanks for your prompt answer!
For the permissions that cannot be changed on the go we could tell the user that we need to restart the app.
What would be the disadvantages/problems of such a GUI interface?
@rusty-snake commented on GitHub (Jan 1, 2021):
--static-permissionsto disable such prompts everything is fine.@Nathoufresh commented on GitHub (Jan 2, 2021):
I don't know how firejail works internally. I thought there would be an obvious way to get that information in firejail maybe I should create a new program from scratch.. Thanks for your time.
@rusty-snake commented on GitHub (Mar 8, 2021):
I'm closing here due to inactivity, please fell free to request to reopen if you have more questions.