Posts

Post not yet marked as solved
1 Replies
277 Views
I was under the impression that a security endpoint required a system extension, but that does not appear to be the case. Apparently daemons can create endpoint extensions without needed a system extension. Why would I use an endpoint in a system extension rather than a daemon, or vice versa? I'm not understanding the value of a system extension with regards to a security endpoint. Someone please enlighten me.
Posted Last updated
.
Post not yet marked as solved
0 Replies
327 Views
I noticed when I create multiple clients in my swift endpoint project, everything is great. But when I call the below in my C/C++ project es\_new\_client More than once I get the following result ES\_NEW\_CLIENT\_RESULT\_ERR\_TOO\_MANY\_CLIENTS How do I control the max number of clients for a specific project?
Posted Last updated
.
Post not yet marked as solved
1 Replies
225 Views
I'm trying to learn system extensions through fiddling. One thing I'm trying to do is take the existing SimpleFirewall code project and make it endpoint security. The problem is when I remove "Network Extensions" array from the extension entitlement file & add "com.apple.developer.endpoint" to the same entitlement file, I get the following error from sysextd. "System extension does not appear to belong to any extension categories" How do I tell the OS that this is an endpoint sysext? I've changed the plist and entitlement files of both app and extension to look like the endpoint example.
Posted Last updated
.