Skip to content

Commit

Permalink
Add script to workstations and canary (#17634)
Browse files Browse the repository at this point in the history
- Add script to remove the old Nudge launch agent (deployed by
SimpleMDM)
  • Loading branch information
noahtalerman authored Mar 15, 2024
1 parent 0d9718a commit 57d00f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions it-and-security/lib/macos-remove-old-nudge.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/bin/launchctl unload -w /Library/LaunchAgents/com.github.macadmins.Nudge.plist

# Remove the old Nudge launch agent that was deployed by SimpleMDM. More info here: https://github.com/fleetdm/confidential/issues/5274
1 change: 1 addition & 0 deletions it-and-security/teams/workstations-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ controls:
scripts:
- path: ../lib/collect-fleetd-logs.sh
- path: ../lib/macos-see-automatic-enrollment-profile.sh
- path: ../lib/macos-remove-old-nudge.sh
- path: ../lib/windows-remove-fleetd.ps1
- path: ../lib/windows-turn-off-mdm.ps1
policies:
Expand Down
1 change: 1 addition & 0 deletions it-and-security/teams/workstations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ controls:
scripts:
- path: ../lib/collect-fleetd-logs.sh
- path: ../lib/macos-see-automatic-enrollment-profile.sh
- path: ../lib/macos-remove-old-nudge.sh
- path: ../lib/windows-remove-fleetd.ps1
- path: ../lib/windows-turn-off-mdm.ps1
policies:
Expand Down

0 comments on commit 57d00f3

Please sign in to comment.