mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2662] 'sudo firejail --apparmor' = Root shell #1676
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#1676
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 @VltraHeaven on GitHub (Apr 23, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2662
Hey, I noticed that when I run 'sudo firejail --apparmor' as my admin user account I get spit into a root shell. My account is a sudoer and is in the 'firejail.users' file. Is this behaviour intended or known?
Tested on the following systems:
-Linux Pop!OS
-4.18.0-17-generic #18~18.04.1-Ubuntu x86_64 x86_64 x86_64 GNU/Linux
-firejail - version 0.9.52
and
-Linux 4.19.0-kali4-amd64 #1 SMP Debian
-4.19.28-2kali1 (2019-03-18) x86_64 GNU/Linux
-firejail - firejail - version 0.9.58.2
@Vincent43 commented on GitHub (Apr 23, 2019):
Yes,
sudomakes you root. If you want use firejail as unprivileged user runfirejail --apparmorwithout sudo.