mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2257] profiles not copied to etc when doing src install on fedora #1507
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#1507
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 @millerthegorilla on GitHub (Nov 10, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2257
I cloned the git repo, and ran the configure and make commands, then make install.
There were no profiles in the /etc/firejail/profiles afterwards.
Also, I've just reinstalled to check that the profiles were not installing, from memory, when I installed the last time, the firejail.user files were either created by myself or did not have the correct permissions (they had 0640).
I don't know if this is expected, but having installed on ubuntu in the past, there was a profile directory created. I am currently on fedora 29 with gnome 3.
Many thanks
@millerthegorilla commented on GitHub (Nov 10, 2018):
My bad. The profiles are in /usr/local/etc... doh. Thanks anyway.
@smitsohu commented on GitHub (Nov 10, 2018):
When installing from source, you'll get the profiles in /etc (and also the binary in the usual place) if you do
./configure --prefix=/usrThis is actually such a frequent source of confusion that I think it might be a good idea to have this documented on the homepage.
@smitsohu commented on GitHub (Nov 10, 2018):
...but don't forget that usually (depending on $PATH) an installation in /usr/local is taking precedence over an installation in /usr/bin.
Having a second, unused installation of firejail on the system that is not receiving updates is kind of problematic anyways, so it would be wise to remove one of them.
@SkewedZeppelin commented on GitHub (Nov 10, 2018):
@millerthegorilla see https://github.com/netblue30/firejail/issues/2038#issuecomment-405096879
@millerthegorilla commented on GitHub (Nov 24, 2018):
Many thanks