Skip to content

Commit

Permalink
fix startup folder persistence rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jorik-utwente committed Dec 5, 2024
1 parent 7d5aa63 commit 26742fe
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions persistence/startup-folder/write-file-to-startup-folder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,10 @@ rule:
- or:
- match: copy file
- match: move file
- match: host-interaction/file-system/write
- match: write file on Windows
- call:
- and:
- or:
- string: /Microsoft\\Windows\\Start Menu\\Programs\\Startup\\/i
- string: /Documents and Settings\\All Users\\Start Menu\\Programs\\Startup\\/i
- string: /WINNT\\Profiles\\All Users\\Start Menu\\Programs\\Startup\\/i
- match: reference startup folder
- or:
- match: copy file
- match: move file
Expand Down

0 comments on commit 26742fe

Please sign in to comment.