[GH-ISSUE #2610] No /etc/firejail directory created #1655

Closed
opened 2026-05-05 08:18:19 -06:00 by gitea-mirror · 6 comments
Owner

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:

  1. Letting you know about the issue and
  2. Learning to know if this is temporary and/or if it is something that is been worked on.

With kind regards, firejailfan. :)

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: 1) Letting you know about the issue and 2) Learning to know if this is temporary and/or if it is something that is been worked on. With kind regards, firejailfan. :)
Author
Owner

@SkewedZeppelin commented on GitHub (Mar 20, 2019):

How are you installing?
make install goes into /usr/local/etc/firejail

<!-- gh-comment-id:474958552 --> @SkewedZeppelin commented on GitHub (Mar 20, 2019): How are you installing? `make install` goes into `/usr/local/etc/firejail`
Author
Owner

@firejailfan commented on GitHub (Mar 20, 2019):

Sorry for the incomplete info.
Yes I installed as you stated through make install and and sudo 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....

<!-- gh-comment-id:474980404 --> @firejailfan commented on GitHub (Mar 20, 2019): Sorry for the incomplete info. Yes I installed as you stated through `make install` and and `sudo 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....
Author
Owner

@SkewedZeppelin commented on GitHub (Mar 20, 2019):

make install will typically go into /usr/local/ instead of / to avoid conflicts with a version installed via package manager

<!-- gh-comment-id:474988507 --> @SkewedZeppelin commented on GitHub (Mar 20, 2019): `make install` will typically go into `/usr/local/` instead of `/` to avoid conflicts with a version installed via package manager
Author
Owner

@firejailfan commented on GitHub (Mar 20, 2019):

make install will typically go into /usr/local/ instead of / to avoid conflicts with a version installed via package manager

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/firejail is that correct?

<!-- gh-comment-id:474990291 --> @firejailfan commented on GitHub (Mar 20, 2019): > `make install` will typically go into `/usr/local/` instead of `/` to avoid conflicts with a version installed via package manager 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/firejail` is that correct?
Author
Owner

@Fred-Barclay commented on GitHub (Mar 20, 2019):

That sounds right! Also, if you want to use /etc/firejail instead, run ./configure --prefix=/usr before make install.

<!-- gh-comment-id:475044058 --> @Fred-Barclay commented on GitHub (Mar 20, 2019): That sounds right! Also, if you want to use /etc/firejail instead, run `./configure --prefix=/usr` before `make install`.
Author
Owner

@firejailfan commented on GitHub (Mar 21, 2019):

Perfect, thanks!

<!-- gh-comment-id:475141396 --> @firejailfan commented on GitHub (Mar 21, 2019): Perfect, thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#1655
No description provided.