mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2150] --build should not assume that firejail's default profile dir is /etc/firejail #1459
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#1459
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 @crass on GitHub (Oct 9, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2150
The option
--buildis hardcoded to build profiles assuming the firejail profile dir is/etc/local, but it may not be if firejail was installed in a non-default location. It should also use the${CFG}macro in the output.@reinerh commented on GitHub (Oct 9, 2018):
I think you mean
/etc/firejail?I agree, it should use the configured sysconfdir instead of hardcoded paths.
Edit: wasn't aware of
${CFG}, which will be replaced by the sysconfdir. that's an even better solution.@chiraag-nataraj commented on GitHub (May 20, 2019):
We should fix this!
@rusty-snake commented on GitHub (Jan 25, 2020):
Since 0.9.60 no
/etc/firejailin profiles is needed.Since
--buildis completely outdated anyway, IMHO it is better to remove it from firejail and replace it with an own firebuild program.