programs: ship procs

This commit is contained in:
2024-10-03 11:13:41 +00:00
parent 4815e4858c
commit 5b4cb2c387

View File

@@ -92,6 +92,7 @@ in
"pciutils"
"picocom" # serial TTY
"powertop"
"procs" # a better `ps`
"ps"
"pstree"
"ripgrep"
@@ -932,6 +933,8 @@ in
"/sys/kernel"
];
procs.sandbox.method = null; #< TODO: sandbox
# procps: free, pgrep, pidof, pkill, ps, pwait, top, uptime, couple others
procps.sandbox.keepPidsAndProc = true;