iptables: temporarily disable sandbox
it was overrestrictive
This commit is contained in:
@@ -790,9 +790,10 @@ in
|
||||
# "/var/run/netns"
|
||||
# ];
|
||||
|
||||
iptables.sandbox.method = "landlock";
|
||||
iptables.sandbox.net = "all";
|
||||
iptables.sandbox.capabilities = [ "net_admin" ];
|
||||
iptables = {}; # TODO: sandbox
|
||||
# iptables.sandbox.method = "landlock";
|
||||
# iptables.sandbox.net = "all";
|
||||
# iptables.sandbox.capabilities = [ "net_admin" ];
|
||||
|
||||
# iputils provides `ping` (and arping, clockdiff, tracepath)
|
||||
iputils.sandbox.method = "landlock";
|
||||
|
Reference in New Issue
Block a user