mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3789] Two firejail related scripts. #2390
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#2390
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 @hedgehog29 on GitHub (Dec 6, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3789
Recently, I came across those two scripts:
https://codeberg.org/rps/fireinvoke
https://codeberg.org/rps/fire-install
Those are not mentioned in the external projects list on firejail website.
@rusty-snake commented on GitHub (Dec 6, 2020):
My projects (fjp,firejailed-tor-browser,firecg.py) are missing too 😱 😭 😠 🙄 .
@netblue30 commented on GitHub (Dec 7, 2020):
Thanks @hedgehog29, all fixed.
@rusty-snake where do you keep them?
@rusty-snake commented on GitHub (Dec 7, 2020):
firejailed-tor-browser: A HowTo run tor-browser under firejail, using a own extra hardened profile and providing scripts to automate this.
fjp (https://rusty-snake.github.io/fjp/): "A handy command line program to work fast and straightforward with firejail profiles." For me a big help when writing locals and debugging profile issues. I plan a new release with compiled binaries this month (or early january).
firecfg.py: question worthy if it should be added. Code-quality leaves a lot to be desired and documentation simply don't exists. It is the current result from my firecfg prototyping and experimenting this year (I wrote 4-5 (partial) firecfg implements to see what can be done better to integrate firejal and how it can be done). It has better control which programs are firejailed and where (e.g. $PATH, dot-desktop, ...) over multiple conf file. It has it's own dir in $PATH which is easier to maintain. It can be applied system-wide or per user. It can fix the session bus (systemd units and system-bus are planed). And has a better GNOME support.
BTW: There are at least 404 in the list.
@netblue30 commented on GitHub (Dec 9, 2020):
The first two are in.
I would say we should bring it in our contrib section (https://github.com/netblue30/firejail/tree/master/contrib) and open it for other people to play with it.