Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [sc-145359] Update mobileconfig for supressing servicemanagement popup #104

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 23 additions & 2 deletions Bash/HuntressSystemExtensionProfile.mobileconfig
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,32 @@
</array>
</dict>
</dict>
<dict>
<key>PayloadDisplayName</key>
<string>Service Management - Managed Login Items</string>
<key>PayloadIdentifier</key>
<string>com.apple.servicemanagement.33C54CE5-CC01-48BF-86EA-931088636C47</string>
<key>PayloadType</key>
<string>com.apple.servicemanagement</string>
<key>PayloadUUID</key>
<string>33C54CE5-CC01-48BF-86EA-931088636C47</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>Rules</key>
<array>
<dict>
<key>RuleType</key>
<string>TeamIdentifier</string>
<key>RuleValue</key>
<string>7W6HQ9J9XA</string>
</dict>
</array>
</dict>
</array>
<key>PayloadDescription</key>
<string>Huntress PPPC for FDA and System Extension</string>
<key>PayloadDisplayName</key>
<string>Huntress Agent with System Extension v2</string>
<string>Huntress Agent with System Extension v3</string>
<key>PayloadIdentifier</key>
<string>com.huntress.app</string>
<key>PayloadOrganization</key>
Expand All @@ -144,7 +165,7 @@
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>15C17CDA-5596-42CA-8AB2-25D3B66CAA61</string>
<string>C8501822-7E2C-4CE9-90B8-FC5F31B60921</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>TargetDeviceType</key>
Expand Down
Loading