inetutils: sandbox with bunpen
This commit is contained in:
@@ -773,7 +773,10 @@ in
|
||||
|
||||
# inetutils: ping, ifconfig, hostname, traceroute, whois, ....
|
||||
# N.B.: inetutils' `ping` is shadowed by iputils' ping (by nixos, intentionally).
|
||||
inetutils.sandbox.method = "landlock"; # want to keep the same netns, at least.
|
||||
inetutils.sandbox.method = "bunpen"; # want to keep the same netns, at least.
|
||||
inetutils.sandbox.net = "all";
|
||||
inetutils.sandbox.capabilities = [ "net_raw" ]; # for `sudo traceroute google.com`
|
||||
inetutils.sandbox.tryKeepUsers = true;
|
||||
|
||||
iotop.sandbox.method = "landlock";
|
||||
iotop.sandbox.extraPaths = [
|
||||
|
Reference in New Issue
Block a user