How to configurable endpoint security message deadline value by which app should respond?

As enterprise endpoint security/data loss prevention application, we need to detect data which is being transferred out of the enterprise context from their MacOS filesystem through applications like Cloud Sync or Email. Depending on the file content, type and size, we require some time for scanning the content being sent. This can range from milli seconds to few minutes for very large contents. But the Endpoint Security message has to be responded within the provided message deadline else application will be killed. This deadline is reducing with every macos release and its now only 15 seconds on macos sonoma which is blocking our use case of completing the scan before responding. We may scan it before but it imposes challenges of the data being modified before actual sent. So, we have to scan it on the fly and cant rely solely on the previous scans. Is there any way an Enterprise can customize this deadline value depending on the ES message and scanning application may be through MDM setting?

Post not yet marked as solved Up vote post of PremsApp Down vote post of PremsApp
259 views

Replies

Here's one relevant answer:

https://developer.apple.com/forums/thread/649552?answerId=615802022#615802022

Every time someone asks for a longer deadline we actually make it slightly shorter.

I guess now it will be 14 seconds :)

Add a Comment