mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3677] Disable user-defined profile #2315
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#2315
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 @johnwmail on GitHub (Oct 18, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3677
Hi, is it possible disable user-define profile?
I don't want the user ignore the system rules/profile.
Thanks.
@rusty-snake commented on GitHub (Oct 18, 2020):
It would be possible to add a option to e.g. firejail.config to disable ~/.config/firejail and commanline args. However firejail can not make sure a program is started in a sandbox (
/usr/bin/thunderbirdis still possible). So if your use-case is to force restrictions for some user-started programs, you should use a LSM such as SELinux or AppArmor.@johnwmail commented on GitHub (Oct 18, 2020):
Hi, it is what I am looking for, would you please show me an example?
Which option should I add it to /etc/firejail/firejail.config?
Thanks.
@rusty-snake commented on GitHub (Oct 18, 2020):
I meant it would be possible to implement. ATM there is no such option. Though I'm still not sure if this is useful as running w/o firejail is still possible. What scenario do you target?
@johnwmail commented on GitHub (Oct 18, 2020):
Yes, you are right, user can always override the parameter with command line, so I close this.
Thanks.