macOS 11 Beta 9 introduces a new option for TCC profile to allow normal user account to grant Screen Recording (and audio) permissions to apps.
Is there a way to build one profile which can be deployed to both macOS 10.15 and 11 ?
If we want to deny access, and therefore send:
Allowed=False
Authorization=Deny
Big Sur rejects the profile.
If we want to allow access to standard user, the profile will be rejected if we do:
Allowed - not set (as it's invalid for Screen recording)
Authorization=AllowStandardUserToSetSystemService,
Catalina rejects the profile because Allowed is missing.
Is there a way to build one profile which can be deployed to both macOS 10.15 and 11 ?
If we want to deny access, and therefore send:
Allowed=False
Authorization=Deny
Big Sur rejects the profile.
If we want to allow access to standard user, the profile will be rejected if we do:
Allowed - not set (as it's invalid for Screen recording)
Authorization=AllowStandardUserToSetSystemService,
Catalina rejects the profile because Allowed is missing.