mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1642] [Question] Does 'netfilter=filename' affect the system firewall, eg UFW #1107
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#1107
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 @Irvinehimself on GitHub (Nov 12, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1642
As the title states: Does playing around with Firejail netfilters on a per application basis represent a safe way of learning about netfilter rules?
At the moment, I use the default UFW rules
and am loathe to experiment with these settings until I have a better understanding of what I am doing
Thanks
Irvine
Ps, If if you are interested, I have attached zipped profiles for: bsdtar, cower, makepkg, ping and archaudit-report
Profiles.zip
@SkewedZeppelin commented on GitHub (Nov 12, 2017):
I don't think Firejail ever directly interacts with UFW. And afaik UFW is just a fancy bash script to control iptables.
As for learning about iptables here are some nice writeups:
@netblue30 commented on GitHub (Nov 15, 2017):
No, Firejail doesn't touch your system firewall. It installs a new one in the sandbox if you use --net to start another network namespace. Each network namespace (system or sandbox) has its own firewall.
I'll start bringing in your profiles, thanks.
@netblue30 commented on GitHub (Nov 18, 2017):
all merged, thanks.