Enable MIP classification notifications on macOS endpoints
On macOS endpoints, users are prompted once to permit the DLP Agent to display notifications about label suggestions and label enforcement. To prevent MIP classification notifications from being blocked by users, you can create an MDM configuration profile to bypass the prompt for permission.
For illustration purposes, the following instructions assume that you plan to use Jamf, an IT management application.
- Create a custom JSON schema to specify macOS app notifications settings.To view a sample schema, visit https://github.com/talkingmoose/jamf-manifests/blob/master/macOS%20Notifications%20%28com.apple.notificationsettings%29.json.
- In Jamf, select a configuration profile.
- Navigate toApplication & Custom Settings > External Applications, and then clickAdd.
- In theSourcemenu, selectCustom Schema.
- In thePreference Domainbox, typecom.apple.notificationsettings.
- In theCustom Schemabox, enter the custom schema that you created.
- UnderDomain Preferences, do the following:
- In theBundle IDbox, typecom.symantec.dlp.CUI.
- In theAllow Notifications from Appmenu, selecttrue
- In theAlert Type Stylemenu, selectbanners
- In theShow In Notification Centermenu, selecttrue
- In theBadges Enabledmenu, selecttrue
- ClickSave.