Use p0_cmd instead of p0.cmdline
This commit is contained in:
parent
7ee331b399
commit
2bfd736d37
|
@ -107,7 +107,7 @@ WHERE
|
|||
OR p0_cmd LIKE '%iptables -P % ACCEPT%'
|
||||
OR p0_cmd LIKE '%iptables -F%'
|
||||
OR p0_cmd LIKE '%chattr -i%'
|
||||
OR p0.cmdline LIKE '%dd if=/dev/%'
|
||||
OR p0_cmd LIKE '%dd if=/dev/%'
|
||||
OR p0_cmd LIKE '%cat /dev/null >%'
|
||||
OR p0_cmd LIKE '%truncate -s0 %'
|
||||
OR (
|
||||
|
|
Loading…
Reference in New Issue