mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #68] Warning: /sbin and /usr/sbin not blacklisted #38
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#38
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 @curiosity-seeker on GitHub (Sep 25, 2015).
Original GitHub issue: https://github.com/netblue30/firejail/issues/68
I just executed Firefox in the console and got this:
I got the same problem when I executed any other firejailed application. (That user namespaces are not suuported is normal as I'm using Arch Linux). Something is wrong here ...
@bchretien commented on GitHub (Sep 26, 2015):
On Arch, all the system bin directories point to
/usr/bin:/bin -> /usr/bin/sbin -> /usr/bin/usr/sbin -> /usr/binAnd it seems to be the reason for this warning (cf. here).
@netblue30 commented on GitHub (Sep 26, 2015):
Yes, I had to disable the blacklisting. It affects Arch, Fedora, RHEL.
@curiosity-seeker commented on GitHub (Sep 28, 2015):
I understand. Thanks for this hint!