mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1275] Startup given processes automatically in firejail #870
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#870
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 @manushanga on GitHub (May 16, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1275
I made a pre-loadable library to get the job done.
https://github.com/manushanga/FirejailLoader
PS: mark as enhancement
@netblue30 commented on GitHub (May 18, 2017):
It is quite interesting, it can replace our symlinks in /usr/local/bin - but I need it under GPL v2. The easiest thing would be for you to create a pull request on firejail, just create a src/floader directory and dump all the files there. I'll integrate it in the main makefile/install/man pages etc. Thanks.
@manushanga commented on GitHub (May 19, 2017):
Cool! I'll change the licensing so that it is compatible with firejail's
@netblue30 commented on GitHub (May 23, 2017):
All merged, I'll start integrating it.