mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2610] No /etc/firejail directory created #1655
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#1655
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 @firejailfan on GitHub (Mar 20, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2610
Hello everybody.
I am entirely new to Github so bear with me if i sound like a noob. ;)
I've been using Firejail for quite awhile now and I consider it a must-have essential, period. Always installing from Github and never had any problems until now and I can't find a solution. Here goes.
Yesterday I have installed Firejail for a friend on Peppermint OS 32 bit which broke Firefox 60 and I fixed that thanks to you guys.
Today I installed a laptop with Lubuntu (Ubuntu 16.04 LTS) 32 bit, installed Firejail of course, wanted to fix Firefox 60, wanted to go to /etc/firejail and it wasn't there. Reinstalled the whole system 3 times, tried another Peppermint OS with Firejail but still no /etc/firejail directory.
Writing this down has 2 purposes:
With kind regards, firejailfan. :)
@SkewedZeppelin commented on GitHub (Mar 20, 2019):
How are you installing?
make installgoes into/usr/local/etc/firejail@firejailfan commented on GitHub (Mar 20, 2019):
Sorry for the incomplete info.
Yes I installed as you stated through
make installand andsudo firecfg. You are right it usually DOES create the /etc/firejail directory but not since today. Yesterday was fine and everything worked as usual.All installations were done on Ubuntu 16.04 LTS 32bit CLEAN install and firejail cloned from the Github repository. It's getting late in my part of the world but will continue to install on other distros tomorrow to see what will happen.
EDIT: I should read better as you said
/usr/local/etc/firejail. Got it. But then again, /etc/firejail should also be there right? Confused....@SkewedZeppelin commented on GitHub (Mar 20, 2019):
make installwill typically go into/usr/local/instead of/to avoid conflicts with a version installed via package manager@firejailfan commented on GitHub (Mar 20, 2019):
Aha! See, that's why I ask questions to find things out. Thanks, that answer is crystal clear.
So said directory also hosts the profile files for applications as in
/etc/firejailis that correct?@Fred-Barclay commented on GitHub (Mar 20, 2019):
That sounds right! Also, if you want to use /etc/firejail instead, run
./configure --prefix=/usrbeforemake install.@firejailfan commented on GitHub (Mar 21, 2019):
Perfect, thanks!