Enable this group policy to define a list of additional applications that are permitted or forbidden. This policy will only work when "Permit/prohibit access to applications" is enabled.
Applications are actually collections of files inside a directory (called bundles). Inside the "Contents" directory of every .app is the info.plist file, and inside that file is the key "CFBundleIdentifier" that identifies the application. You need to use the value for this key when adding an application.
Example: the iCal application. Use the "defaults" command to get the value: "defaults read /Applications/iCal.app/Contents/info CFBundleIdentifier"; the value is "com.apple.iCal". Add this value and the iCal.app application can be accessed.
Once enabled, this group policy takes effect when users log out and back in.
Registry Hive | HKEY_CURRENT_USER |
Registry Path | Software\Policies\Centrify\CentrifyDC\Settings\MacMCX\ApplicationAccess |
Value Name | AdditionalApplicationList |
Value Type | REG_DWORD |
Enabled Value | 1 |
Disabled Value | 0 |
Registry Hive | HKEY_CURRENT_USER |
Registry Path | Software\Policies\Centrify\CentrifyDC\Settings\MacMCX\ApplicationAccess |
Value Name | AdditionalApplicationList |
Value Type | REG_DWORD |
Default Value |