Skip to content

Commit 57d00f3

Browse files
authored
Add script to workstations and canary (#17634)
- Add script to remove the old Nudge launch agent (deployed by SimpleMDM)
1 parent 0d9718a commit 57d00f3

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/bin/launchctl unload -w /Library/LaunchAgents/com.github.macadmins.Nudge.plist
2+
3+
# Remove the old Nudge launch agent that was deployed by SimpleMDM. More info here: https://github.com/fleetdm/confidential/issues/5274

it-and-security/teams/workstations-canary.yml

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ controls:
5050
scripts:
5151
- path: ../lib/collect-fleetd-logs.sh
5252
- path: ../lib/macos-see-automatic-enrollment-profile.sh
53+
- path: ../lib/macos-remove-old-nudge.sh
5354
- path: ../lib/windows-remove-fleetd.ps1
5455
- path: ../lib/windows-turn-off-mdm.ps1
5556
policies:

it-and-security/teams/workstations.yml

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ controls:
5050
scripts:
5151
- path: ../lib/collect-fleetd-logs.sh
5252
- path: ../lib/macos-see-automatic-enrollment-profile.sh
53+
- path: ../lib/macos-remove-old-nudge.sh
5354
- path: ../lib/windows-remove-fleetd.ps1
5455
- path: ../lib/windows-turn-off-mdm.ps1
5556
policies:

0 commit comments

Comments
 (0)