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