mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
Update spectre-meltdown-checker
This commit is contained in:
parent
8fc279fa27
commit
5059946c4f
1 changed files with 5 additions and 2 deletions
|
@ -25,7 +25,7 @@ profile spectre-meltdown-checker @{exec_path} {
|
|||
/{usr/,}bin/cut rix,
|
||||
/{usr/,}bin/{,e}grep rix,
|
||||
/{usr/,}bin/head rix,
|
||||
/{usr/,}bin/gawk rix,
|
||||
/{usr/,}bin/{,g,m}awk rix,
|
||||
/{usr/,}bin/sed rix,
|
||||
/{usr/,}bin/od rix,
|
||||
/{usr/,}bin/dd rix,
|
||||
|
@ -54,6 +54,8 @@ profile spectre-meltdown-checker @{exec_path} {
|
|||
/{usr/,}{s,}bin/iucode_tool rix,
|
||||
/{usr/,}bin/dmesg rix,
|
||||
/{usr/,}bin/mount rix,
|
||||
/{usr/,}bin/find rix,
|
||||
/{usr/,}bin/xargs rix,
|
||||
|
||||
/{usr/,}bin/pgrep rCx -> pgrep,
|
||||
/{usr/,}bin/ccache rCx -> ccache,
|
||||
|
@ -90,6 +92,7 @@ profile spectre-meltdown-checker @{exec_path} {
|
|||
@{PROC}/cmdline r,
|
||||
@{PROC}/kallsyms r,
|
||||
@{PROC}/modules r,
|
||||
@{PROC}/@{pid}/status r,
|
||||
|
||||
/var/lib/dbus/machine-id r,
|
||||
/etc/machine-id r,
|
||||
|
|
Loading…
Reference in a new issue