mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2813] firejail help for novice #1764
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#1764
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 @Klaris69 on GitHub (Jun 30, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2813
Hi hi,
i am a newbie in linux and use in firejail :-P
I use: OS Linux Mint 19.1 Mate + firejail_0.9.56.2-LTS_1_amd64.deb
i want to use firejail only to block applications to access the internet.
I used the command: sudo firecfg
I misunderstood the command function,, (I thought it was a function to start the service automatically after the boot)
how can I disable or reset this setting?
when i run firefox and enter "firejail --top" (i see firefox is in firejail mode)
You can tell me how to proceed.
for example, I have a "ABC" folder on my desktop and I have a Double Commander application in it.
what do i do to keep this app running without internet access?
@Klaris69 commented on GitHub (Jun 30, 2019):
Ok, If I'm not mistaken for my first question, the answer is: firecfg --clean
@rusty-snake commented on GitHub (Jun 30, 2019):
Hi @Klaris69
firejail isn't a service, undo with
sudo firecfg --cleanUse
--net=noneon the command line ornet nonein profiles.Example for mpv (media player):
Command line:
firejail --net=none mpv foo.mp4(works always)Profiles: add
net noneto~/.config/firejail/mpv.localand runfirejail mpv foo.mp4(works only if the application has a firejail profile)@rusty-snake commented on GitHub (Jun 30, 2019):
You was faster 😂
@rusty-snake commented on GitHub (Jun 30, 2019):
FAQ about this: https://github.com/netblue30/firejail/wiki/Frequently-Asked-Questions#how-do-i-run-vlc-in-a-sandbox-without-network-access
@Klaris69 commented on GitHub (Jun 30, 2019):
Oki, thnaks :-)