gps-share: fix sandboxing

it's possible that the Avahi sandboxing isn't right. idk
This commit is contained in:
2024-07-24 11:43:24 +00:00
parent 70d4925483
commit 2d73b85f92

View File

@@ -49,7 +49,7 @@ in
sandbox.method = "bwrap";
sandbox.net = "all";
sandbox.autodetectCliPaths = "existingFile";
sandbox.autodetectCliPaths = "existing"; #< N.B.: `test -f /dev/ttyUSB1` fails, we can't use `existingFile`
};
# TODO: restrict this to just LAN devices!!