gps-share: fix sandboxing
it's possible that the Avahi sandboxing isn't right. idk
This commit is contained in:
@@ -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!!
|
||||
|
Reference in New Issue
Block a user