Skip to content

Commit c0aa922

Browse files
authored
extend terminate-process.yml to include exit_group #970 (#991)
1 parent 1468692 commit c0aa922

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

host-interaction/process/terminate/terminate-process.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ rule:
2323
- api: System.Windows.Forms.Application::Exit
2424
- api: exit
2525
- api: Exit
26+
- and:
27+
- os: linux
28+
- api: exit_group
2629
- and:
2730
- optional:
2831
- match: open process

0 commit comments

Comments
 (0)