Following on from the issue described in https://github.com/coder/coder-desktop-macos/pull/38, we can permanently alleviate the need for users to repeatedly enter their password to unquarantine new copies of the `.dylib` by registering an [SMAppService](https://developer.apple.com/documentation/servicemanagement/smappservice) launch daemon that runs as `root`. This daemon will require administrator privileges to register, but once registered the daemon can communicate with the Coder Desktop app over XPC, and run `sudo` commands on it's behalf, without needing to prompt the user each time.