Searched refs:mAllowRoot (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A DAuthorizationRule.h105 bool mAllowRoot; member in class:Authorization::RuleImpl
H A DAuthorizationRule.cpp238 mType(kUser), mGroupName("admin"), mMaxCredentialAge(300.0), mShared(true), mAllowRoot(false), mSessionOwner(false), mTries(0), mAuthenticateUser(true), mExtractPassword(false)
278 mAllowRoot = Attribute::getBool(cfRight, kAllowRootID);
295 mAllowRoot ? " allow-root" : "");
851 if (mAllowRoot && auth.creatorUid() == 0)

Completed in 66 milliseconds