Commit Graph
1 Commits
Author SHA1 Message Date
Nobuhiro Iwamatsu c423ebef45 Support with busybox's ps command
busybox's ps command does not have 'ax' option.
----
CVE-2018-3620: OK (your CPU vendor reported your CPU model as not vulnerable)
ps: invalid option -- 'a'
BusyBox v1.30.1 (2020-01-07 07:47:10 UTC) multi-call binary.
Usage: ps
----

And busybox's ps command provides output similar to ax.
This supports busybox's ps command.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
2020-01-10 13:49:35 +09:00