mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2317] Cherrytree should not connect to any network #1544
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#1544
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 @tinmanx on GitHub (Dec 25, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2317
I tried posting an issue earlier but something went wrong, so im re-posting this.
as said in the title, cherrytree should not use the network.
It should not have these:
protocol unix,inet,inet6,netlinknetfilterInstead it should have this:
net noneI have already tried opening cherrytree with these changes but i do not see anywhere in the terminal where it should say something like
Could not open network socketAm i not supposed to get some kind of evidence showing that the network socket is closed? I also tried it with
--net=nonein the command.@SkewedZeppelin commented on GitHub (Dec 25, 2018):
I just skimmed through its documentation and don't see it needing network access.
I've pushed a commit
28a7d0bcf2that makes your changes.@tinmanx commented on GitHub (Dec 26, 2018):
thanks @SkewedZeppelin
I just have an question/issue regarding running cherrytree (using my own profile with the new changes you have done in the commit)
Ive noticed a high cpu usage after a while after running cherrytree.
I have the portable version of cherrytree and i also wanted to log any and all errors to a text file so this is my cmd:
firejail --profile="/media/USB/Profiles/cherrytree.profile" "cherrytree-0.38.6/cherrytree" 2>&1 | ts >> "$Log" &firejail --profile="/media/USB/Profiles/cherrytree.profile" "cherrytree-0.38.6/cherrytree"without a log, it still doesn't shut down the parent once it opens it up. Shouldnt this and any app shutdown the parent when it opens the sandbox?Im trying to understand this. Would appreciate your feedback @SkewedZeppelin