programs: ship picocom

This commit is contained in:
2024-10-02 00:01:34 +00:00
parent 2b85563b65
commit 34f0bc529b

View File

@@ -89,6 +89,7 @@ in
# "openssl"
"parted"
"pciutils"
"picocom" # serial TTY
"powertop"
"ps"
"pstree"
@@ -917,6 +918,9 @@ in
"/sys/devices"
];
# e.g. `picocom -b 115200 /dev/ttyUSB0`
picocom.sandbox.autodetectCliPaths = "existingFile";
powersupply.sandbox.method = null; #< TODO: sandbox
powertop.sandbox.capabilities = [ "ipc_lock" "sys_admin" ];