mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 22:01:33 -06:00
[GH-ISSUE #2125] sysconfdir not configurable when --prefix=/usr #1441
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#1441
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 @daniel-ayers on GitHub (Sep 28, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2125
With
./configure --prefix=/usr --sysconfdir=/anything/at/allthe setting of sysconfdir is ignored because for that case it is hard-coded in configure and not overridden when sysconfdir is specified:This is OK if sysconfdir is not specified, but if the user sets it then the user's setting should be obeyed.
@daniel-ayers commented on GitHub (Sep 28, 2018):
This breaks firejail under Qubes OS because modifications to /etc do not persist across reboots (by design). In Qubes it is desirable to locate binaries/libs/etc in the (RO) root partition so they cannot be modified/backdoored/etc (even by root); but the configs need to be in /usr/local/etc which is RW.