Fix start-iap-tunnel matching
This commit is contained in:
parent
2bdb9f2f3e
commit
9ea6486121
|
@ -208,7 +208,7 @@ WHERE
|
||||||
)
|
)
|
||||||
OR (
|
OR (
|
||||||
p1_name = 'ssh'
|
p1_name = 'ssh'
|
||||||
AND p0_cmd LIKE 'gcloud.py compute start-iap-tunnel%'
|
AND p0_cmd LIKE '%gcloud.py compute start-iap-tunnel%'
|
||||||
)
|
)
|
||||||
OR exception_key IN (
|
OR exception_key IN (
|
||||||
'bash,0,pia-daemon,launchd',
|
'bash,0,pia-daemon,launchd',
|
||||||
|
|
Loading…
Reference in New Issue