mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4609] Firejail on Kubuntu 21.10 not working (missing SUID bit) #2723
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#2723
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 @MrFrank17 on GitHub (Oct 16, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4609
Description
After upgrading from Kubuntu 21.04 to Kubuntu 21.10 firejail is not working anymore
Steps to Reproduce
What I tried so far:
sudo firecfg --cleanandsudo firecfgto recreate the symlinks.However starting a firejailed program, even as
firejail --noprofile kategets me the message:This does not work as well - so maybe something is wrong with the Kubuntu setup? However creating symlinks as root worked beforehand.
firejail --versionThanks!
@rusty-snake commented on GitHub (Oct 16, 2021):
Can you run
firejail --noprofile --debug trueto see where it dies.@MrFrank17 commented on GitHub (Oct 16, 2021):
Same effect:
@rusty-snake commented on GitHub (Oct 16, 2021):
If I'm right, this happens at
main->preproc_build_firejail_dir->create_empty_dir_as_root.Has there anything changed in ubu with
/run? I don't think so. Sounds more like #4367 maybe. What doesls -l /usr/bin/firejailshow?How did you installed firejail?
@MrFrank17 commented on GitHub (Oct 16, 2021):
That's the output:
ls -l /usr/bin/firejail -rwxr-xr-x 1 root root 458416 Feb 27 2021 /usr/bin/firejailI installed it with the old version of the distribution, 21.04 or even before - I guess I used KDE Discover back then
@rusty-snake commented on GitHub (Oct 16, 2021):
From the package sources or from the PPA or from the website?
https://github.com/netblue30/firejail/issues/4367#issuecomment-914232886
@MrFrank17 commented on GitHub (Oct 16, 2021):
From the official Ubuntu repository.
Setting SUID worked!
Thanks