Re: Question about Release Note of Catalina Beta 7
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com This note was poorly conveyed. Specifically, kauth_deregister_scope() and kauth_listen_scope() in kauth.h have been marked as deprecated, with a pointer to use EndpointSecurity instead: extern void kauth_deregister_scope(kauth_scope_t _scope); + __kpi_deprecated("Use EndpointSecurity instead") extern kauth_listener_t kauth_listen_scope(const char *_identifier, kauth_scope_callback_t _callback, void *_idata); + __kpi_deprecated("Use EndpointSecurity instead") --Jeremy
On Sep 5, 2019, at 09:04, J Freyensee via Darwin-kernel <darwin-kernel@lists.apple.com> wrote:
And crickets go chirping in the night, a lack of response from the Apple gods as the villager and companions patiently wait for an answer...
On 8/29/19 8:56 AM, Prokash Sinha via Darwin-kernel wrote:
@ Apple folks
Thanks for the recent Beta 7.
The release notes says under the section ENDPOINT SECURITY
KAUTH API has been removed (50419013)
Can someone please explain this ? Does it mean we can not use Kauth support on Catalina ? Or does it mean that it has been removed from ENDPOINT SECURITY systems extension framework ?
Also is there some usable sample code for ENDPOINT SECURITY framework system extension? There is a 3rd party command line implementation floating around in the internet, but that does not have entitlement file.
Thanks much ! prokash
_______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/darwin-kernel/why2jjj.linux%40gmail....
This email sent to why2jjj.linux@gmail.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/darwin-kernel/jeremyhu%40apple.com
This email sent to jeremyhu@apple.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com
participants (1)
-
Jeremy Huddleston Sequoia via Darwin-kernel