HomeSort by relevance Sort by last modified time
    Searched full:attestationdaemon (Results 1 - 1 of 1) sorted by null

  /system/tpm/attestation/server/
main.cc 49 CHECK_EQ(getuid(), kRootUID) << "AttestationDaemon not initialized as root.";
59 << "AttestationDaemon was not able to drop to attestation user.";
61 << "AttestationDaemon was not able to drop to attestation group.";
68 class AttestationDaemon : public brillo::DBusServiceDaemon {
70 AttestationDaemon()
97 DISALLOW_COPY_AND_ASSIGN(AttestationDaemon);
108 AttestationDaemon daemon;

Completed in 378 milliseconds