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