mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #228] read-only of PATH and LD_LIBRARY_PATH is incomplete #157
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#157
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 @genodeftest on GitHub (Jan 14, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/228
etc/disable-common.inc:120
tries to disable changing files in user-controlled folders in ${PATH}. There are several issues with that:
~/bin, but also~/.local/binon some platforms (e.g. Fedora 23)I've tried changing this line to
and
but both solutions don't work.
@netblue30 commented on GitHub (Feb 17, 2016):
"read-only ${PATH}" should be working in this moment. I am using for ${PATH} the real PATH environment variable, with /bin, /sbin/, /usr/bin and /usr/sbin added in case they are missing from PATH.
I live out LD_LIBRARY_PATH for now. Probably I'll end up implementing a ${LD_LIBRARY_PATH} in profiles.