programs: usbutils: sandbox
This commit is contained in:
@@ -567,6 +567,13 @@ in
|
||||
unzip.sandbox.autodetectCliPaths = "existingFileOrParent";
|
||||
unzip.sandbox.whitelistPwd = true;
|
||||
|
||||
usbutils.sandbox.method = "bwrap"; # breaks `usbhid-dump`, but `lsusb`, `usb-devices` work
|
||||
usbutils.sandbox.wrapperType = "wrappedDerivation";
|
||||
usbutils.sandbox.extraPaths = [
|
||||
"/sys/devices"
|
||||
"/sys/bus/usb"
|
||||
];
|
||||
|
||||
visidata.sandbox.method = "bwrap"; # TODO:sandbox: untested
|
||||
visidata.sandbox.wrapperType = "wrappedDerivation";
|
||||
visidata.sandbox.autodetectCliPaths = true;
|
||||
|
Reference in New Issue
Block a user