]>
git.saurik.com Git - apple/security.git/blob - OSX/sec/Security/SecLogging.h
5 // Remote control for logging settings in securityd/secd
9 #ifndef _SECURITY_SECLOGGING_H_
10 #define _SECURITY_SECLOGGING_H_
12 #include <CoreFoundation/CoreFoundation.h>
14 CFArrayRef
SecGetCurrentServerLoggingInfo(CFErrorRef
*error
);
16 bool SecSetLoggingInfoForXPCScope(CFPropertyListRef
/* String or Dictionary of strings */ settings
, CFErrorRef
*error
);
18 bool SecSetLoggingInfoForCircleScope(CFPropertyListRef
/* String or Dictionary of strings */ settings
, CFErrorRef
*error
);