Re: Darwin-kernel Digest, Vol 16, Issue 18
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com
Thanks much for confirming!
I’m not sure what level of xnu-xyzabc you have for open source, but it confirms that they are deprecated. Right after ( or around the time), someone updated the release note to reflect the fact that they are deprecated . Hope, soon we get to see some example of Endpoint security in the source/workspce form, so that we can proceed for Catalina+ support of our product(s). Once ‘gain appreciate the response! ~prokash
----------------------------------------------------------------------
Message: 1 Date: Thu, 05 Sep 2019 16:58:21 -0700 From: Jeremy Huddleston Sequoia <jeremyhu@apple.com> To: J Freyensee <why2jjj.linux@gmail.com> Cc: darwin-kernel@lists.apple.com Subject: Re: Question about Release Note of Catalina Beta 7 Message-ID: <DB9BBB24-16C0-48AF-BF05-5A41F48E24F9@apple.com> Content-Type: text/plain; charset=us-ascii
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
------------------------------
Subject: Digest Footer
_______________________________________________ Darwin-kernel mailing list Darwin-kernel@lists.apple.com https://lists.apple.com/mailman/listinfo/darwin-kernel
------------------------------
End of Darwin-kernel Digest, Vol 16, Issue 18 *********************************************
_______________________________________________ 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)
-
Prokash Sinha via Darwin-kernel