mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1559] sudo firecfg : Add profiles in ~/.config/firejail #1036
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#1036
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 @curiosity-seeker on GitHub (Sep 17, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1559
The new profile build tool is very useful - thanks a lot, @netblue30 ! Now that creating one's own profiles is easier than ever - isnt't this an additional argument that
sudo firecfgshould also take the profiles in ~/.config/firejail into account?@netblue30 commented on GitHub (Sep 18, 2017):
Definitely a bug, thanks!
@netblue30 commented on GitHub (Sep 20, 2017):
Fixed, you can try it out.
@curiosity-seeker commented on GitHub (Sep 21, 2017):
Thanks, but unfortunately this doesn't seem to work. I tested the profile build tool and created for fun a profile for speedcrunch in ~/.config/firejail. And it's, indeed, used whenever I execute
firejail speedcrunch:However,
sudo firecfgdoes not add a corresponding symlink in /usr/local/bin.@SkewedZeppelin commented on GitHub (Sep 21, 2017):
It seems to be looking in ~/.configure not ~/.config, see
4560185cfe (diff-23090d1a48862a575a2500a2ac321ed4R351)However even then changing that it still doesn't seem to work.
@netblue30 commented on GitHub (Sep 21, 2017):
I was looking in the wrong place in the code! I have a new fix in.
@curiosity-seeker commented on GitHub (Sep 21, 2017):
Great! The new fix worked for me :-) Thank you very much!