-
Notifications
You must be signed in to change notification settings - Fork 444
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With this commit, we now build and install `secd`, but it doesn't actually run yet because it's a LaunchAgent, not a LaunchDaemon. I've got some work in-progress to try to get LaunchAgents running.
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule security
updated
6 files
+1 −1 | CMakeLists.txt | |
+4 −0 | OSX/sec/ipc/server.c | |
+3 −1 | keychain/CMakeLists.txt | |
+67 −65 | keychain/SecureObjectSync/CMakeLists.txt | |
+6 −0 | keychain/SecureObjectSync/SOSAccount.m | |
+4 −3 | keychain/securityd/CMakeLists.txt |