wireshark: fix sandboxing when reading pcaps

This commit is contained in:
Colin 2024-07-04 22:28:02 +00:00
parent 46eab8f4e2
commit bee3ec1fa0

View File

@ -5,6 +5,7 @@ in
{
sane.programs.wireshark = {
sandbox.method = "landlock";
sandbox.autodetectCliPaths = "existingFile"; #< for loading pcap files on CLI
sandbox.whitelistWayland = true;
sandbox.net = "all";
sandbox.capabilities = [ "net_admin" "net_raw" ];