mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #952] firecfg enhancements #648
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#648
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 @netblue30 on GitHub (Dec 3, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/952
From wordpress:
It would be nice to have the option in firecfg to create links for specified applications instead of all application that are installed. I don’t want firejail to be used by all the applications firecfg created links for.
Also it would be nict to have profiles for wireshark, tshark and tcpdump
@Fred-Barclay commented on GitHub (Dec 3, 2016):
@netblue30 definitely a good idea. :)
I'll work on a wireshark profile.
@thiswillbeyourgithub commented on GitHub (Apr 20, 2017):
I'm also very interested in making specific profile with firecfg.
For those who arrived on this page looking for a workaround here is mine (ubuntu 16.04) (disclaimer, i'm pretty noobish) :
you do :
sudo firecfg --clean && ls /usr/local/bin/and removes the profiles added by firecfg and it displays your original profiles.Then
sudo firecfg, it creates all the new firejail profile, you then remove usingsudo rm /usr/local/bin/profile1 /usr/local/bin/profile2all the profiles you don't want to use.Great work on this project guys