mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-01-10 15:49:31 +00:00
Merge pull request #43 from tstromberg/bwrap-empty
empty environ: add exception for bwrap
This commit is contained in:
commit
0c0a38df44
@ -27,7 +27,10 @@ WHERE -- This time should match the interval
|
||||
AND p.start_time < (strftime('%s', 'now') - 5)
|
||||
-- This pattern is common with kthreadd processes
|
||||
AND p.parent != 2
|
||||
AND p.path != '/usr/bin/gpg-agent'
|
||||
AND p.path NOT IN (
|
||||
'/usr/bin/gpg-agent',
|
||||
'/usr/bin/bwrap'
|
||||
)
|
||||
GROUP BY
|
||||
p.pid
|
||||
HAVING
|
||||
|
Loading…
Reference in New Issue
Block a user