]>
git.saurik.com Git - apple/security.git/blob - OSX/gk_reset_check/gk_reset_check.c
5 // Created by Greg on 12/19/14.
10 #include <CoreFoundation/CoreFoundation.h>
12 int main(int argc
, const char * argv
[]) {
13 // Do not override configuration profiles on users machine
14 if (CFPreferencesAppValueIsForced(CFSTR("EnableAssessment"), CFSTR("com.apple.systempolicy.control")) == true ||
15 CFPreferencesAppValueIsForced(CFSTR("AllowIdentifiedDevelopers"), CFSTR("com.apple.systempolicy.control")) == true) {