How 3rd party SecurityPlugin live with SIP(System Integrity Protection)

Third Party Security Plugin must install their Plugins under /System/Library/CoreServices/SecurityAgentPlugins in system prior to 10.11,

but in OSX 10.11, Apple introduces the SIP (System Integrity Protection), developer is not allowed to put their Plugin product under /System/Library/CoreServices/SecurityAgentPlugins anymore. Is there an alternative path for this ??

Answered by TheDarkKnight in 8917022

Yes, the new path for 10.11 is /Library/Security/SecurityAgentPlugins

Accepted Answer

Yes, the new path for 10.11 is /Library/Security/SecurityAgentPlugins

For information, /Library/Security/SecurityAgentPlugins path was already available in 10.10

Thanks! Good to know that

The /Library/Security/SercurityAgentPlugins path will work all the way back to 10.5. See Tech Note TN2228 "Running at Login" under the "Installing Your Plug-in". Someone should file a bug against the "Authorization Plug-in Reference" stating that it is woefully out of date on the install path.

How 3rd party SecurityPlugin live with SIP(System Integrity Protection)
 
 
Q