]> git.saurik.com Git - apple/securityd.git/blobdiff - src/database.cpp
securityd-55199.3.tar.gz
[apple/securityd.git] / src / database.cpp
index a29cd70bf8f04a9cc8f26186844f0eb3167c011a..25a7d413977a8262a1343adff332f9c839db033d 100644 (file)
@@ -101,6 +101,11 @@ void DbCommon::lockProcessing()
        // nothing
 }
 
        // nothing
 }
 
+bool DbCommon::belongsToSystem() const
+{
+       return false;
+}
+
 
 void Database::releaseKey(Key &key)
 {
 
 void Database::releaseKey(Key &key)
 {
@@ -208,11 +213,6 @@ AclKind Database::aclKind() const
        return dbAcl;
 }
 
        return dbAcl;
 }
 
-GenericHandle Database::aclHandle() const
-{
-       return HandleObject::handle();
-}
-
 
 //
 // Remote validation is not, by default, supported
 
 //
 // Remote validation is not, by default, supported