mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2637] undocumented location of a profile files #1667
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#1667
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 @ohbutgtol on GitHub (Apr 4, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2637
Hello.
Thank for your work, and for you being.
Let me be short.
System: sparkylinux (rolling dist. based on debian testing)
Firejail version 0.9.59
Firejail installation time 2* march 2019
Installation method was by cloning from github:
git clone https://github.com/netblue30/firejail.gitcd firejail./configure && make && sudo make install-stripfirecfg --fix-soundsudo firecfgIssue:
A profile files of firejail had been located in /usr/local/etc/firejail/
No installed man files of firejail-profile, no available in the internet manuals and tutorials don’t mention such possibility
P.S Firejail work fine. Thank you one more time.
@ghost commented on GitHub (Apr 6, 2019):
@ohbutgtol Greetings.
You can fine tune installation directories by adding options to the ./configure command. Run
./configure --helpfor available options. Adding--prefix=/usrshould take care of this. Perhaps you can take some inspiration from the included shell files to create installable Debian packages:As for online man pages, there's the official https://firejail.wordpress.com/ site (look under 'features'). Linux man pages are widely available on the internets, including https://manpages.debian.org/, to name one that should fit your OS.
Hope this helps, regards.
@curiosity-seeker commented on GitHub (Apr 20, 2019):
Adding to @glitsj16 's post, this is how I do it:
The last 2 lines match the suggestions given here (assuming that the firejail group already exists). I'm doing this although
sudo firecfgalready adds the current user to the Firejail user access databse.@chiraag-nataraj commented on GitHub (May 20, 2019):
Going to close since it looks like the OP's question was answered.