programs: ethtool: sandbox

This commit is contained in:
Colin 2024-02-16 10:38:39 +00:00
parent 3cbdc03369
commit c2bb97e7e6

View File

@ -328,6 +328,10 @@ in
# TODO: package [smile](https://github.com/mijorus/smile) for probably a better mobile experience.
emote.persist.byStore.plaintext = [ ".local/share/Emote" ];
ethtool.sandbox.method = "landlock";
ethtool.sandbox.wrapperType = "wrappedDerivation";
ethtool.sandbox.capabilities = [ "net_admin" ];
eza.sandbox.method = "landlock"; # ls replacement
eza.sandbox.wrapperType = "wrappedDerivation"; # slow to build
eza.sandbox.autodetectCliPaths = true;