mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2743] Print better error in the case of ownership issues #1723
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#1723
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 @chiraag-nataraj on GitHub (Jun 3, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2743
If I use
private-binto whitelist a binary in/usr/binwhich happens to have the wrong owner (for example, my user),firejailprints a very opaque and unhelpful error. The context this came up in isprotonmail-bridge, which (for some godforsaken reason) installed with my user as the owner (going to report that as a bug to them). This meant thatprivate-binfailed (as it should), but the error message was unhelpful in figuring out what the problem was.@rusty-snake commented on GitHub (Jun 3, 2019):
If we want to print better error messages, we can also fix this:
@rusty-snake commented on GitHub (Jan 5, 2020):
or this (
--quietand--debug):@netblue30 commented on GitHub (May 30, 2021):
Closed for now, any other problem go to #4275