We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Apple recently updated the PPPC reference to include this payload, indicating support from 14.x. https://developer.apple.com/documentation/devicemanagement/privacypreferencespolicycontrol/services
Microsoft is using this preference for Defender access to Bluetooth as documented here: https://learn.microsoft.com/en-us/microsoft-365/security/defender-endpoint/mac-jamfpro-policies?view=o365-worldwide#step-10-grant-bluetooth-permissions
Other DLP tools would benefit from this as well as communications applications like MS teams which also request this entitlement.
codesign --display --entitlements - /Applications/Microsoft\ Teams\ \(work\ or\ school\).app Executable=/Applications/Microsoft Teams (work or school).app/Contents/MacOS/MSTeams <removed extra lines> [Key] com.apple.security.device.bluetooth [Value] [Bool] true
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Apple recently updated the PPPC reference to include this payload, indicating support from 14.x.
https://developer.apple.com/documentation/devicemanagement/privacypreferencespolicycontrol/services
Microsoft is using this preference for Defender access to Bluetooth as documented here:
https://learn.microsoft.com/en-us/microsoft-365/security/defender-endpoint/mac-jamfpro-policies?view=o365-worldwide#step-10-grant-bluetooth-permissions
Other DLP tools would benefit from this as well as communications applications like MS teams which also request this entitlement.
The text was updated successfully, but these errors were encountered: