#include <IOKit/IOCFUnserialize.h>
#include "csutilities.h"
#include "notarization.h"
+#include "legacydevid.h"
namespace Security {
namespace CodeSigning {
{
return isNotarized(mContext);
}
+ case opLegacyDevID:
+ {
+ return meetsDeveloperIDLegacyAllowedPolicy(mContext);
+ }
default:
// opcode not recognized - handle generically if possible, fail otherwise
if (op & (opGenericFalse | opGenericSkip)) {