Skip to content

Commit

Permalink
Craigs-MacBook-Pro.local
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcomstock committed Jan 9, 2024
1 parent e145a00 commit b75167f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions policy-not-kept.cf
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ bundle agent policy_not_kept
meta:
"tags" slist => { "autorun" };

# commands:
# windows::
# "C:\Windows\System32\cmd.exe /c exit 1";
# !windows::
# "/bin/false";
commands:
windows.!policy_not_kept::
"C:\Windows\System32\cmd.exe /c exit 1";
!windows.!policy_not_kept::
"/bin/false";
}

0 comments on commit b75167f

Please sign in to comment.