From 4c14bf33ee5a8010e3f5f01b95b1f65a212606dd Mon Sep 17 00:00:00 2001 From: Ariel Abreu Date: Fri, 6 Nov 2020 14:47:54 -0500 Subject: [PATCH] Another temp. hack: disable sleep watching in securityd server --- securityd/src/server.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/securityd/src/server.cpp b/securityd/src/server.cpp index d510615c..4410fc1d 100644 --- a/securityd/src/server.cpp +++ b/securityd/src/server.cpp @@ -58,8 +58,10 @@ Server::Server(CodeSignatures &signatures, const char *bootstrapName) // make me eternal (in the object mesh) ref(); +#ifndef DARLING // engage the subsidiary port handler for sleep notifications add(sleepWatcher); +#endif }