feat(abs): add pgrep.
This commit is contained in:
parent
3f688be7a0
commit
45ae8f5d27
6 changed files with 38 additions and 42 deletions
|
|
@ -131,15 +131,7 @@ profile spectre-meltdown-checker @{exec_path} {
|
|||
|
||||
profile pgrep {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
|
||||
@{bin}/pgrep mr,
|
||||
|
||||
# The /proc/ dir and the cmdline file have to be radable to avoid pgrep segfault.
|
||||
@{PROC}/ r,
|
||||
@{PROC}/@{pids}/cmdline r,
|
||||
@{PROC}/sys/kernel/osrelease r,
|
||||
@{PROC}/uptime r,
|
||||
include <abstractions/app/pgrep>
|
||||
|
||||
include if exists <local/spectre-meltdown-checker_pgrep>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue