mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4310] Invalid whitelist path /local #2617
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#2617
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 @vbooka1 on GitHub (May 27, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4310
Bug and expected behavior
I want to whitelist certain dirs in /local/ because a program needs a write access there.
Reproduce
Steps to reproduce the behavior:
Error: invalid whitelist path /local/path/to/dirEnvironment
firejail version 0.9.64.4
Compile time support:
- AppArmor support is enabled
- AppImage support is enabled
- chroot support is enabled
- D-BUS proxy support is enabled
- file and directory whitelisting support is enabled
- file transfer support is enabled
- firetunnel support is enabled
- networking support is enabled
- overlayfs support is disabled
- private-home support is enabled
- private-cache and tmpfs as user enabled
- SELinux support is disabled
- user namespace support is enabled
- X11 sandboxing support is enabled
Additional context
Other context about the problem like related errors to understand the problem.
on my system /local/ is not a separated partition nor a dedicated mount point but just a subdirectory of / (root partition)
Checklist
after finding this: #739 I believe it is a limitation within firejail
LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 PROGRAMto get english error-messages.@rusty-snake commented on GitHub (May 27, 2021):
Manpage of 0.9.64.4:
@vbooka1 commented on GitHub (May 27, 2021):
I'll try to move the program with all its bindings to /opt/, nevertheless please consider adding /local to the list of allowed top directories.
@rusty-snake commented on GitHub (May 27, 2021):
Nope, /local will not be added ... #4229