diff --git a/system_ext/private/platform_app.te b/system_ext/private/platform_app.te new file mode 100644 index 0000000..cd094a3 --- /dev/null +++ b/system_ext/private/platform_app.te @@ -0,0 +1,2 @@ +# Allow platform apps to access system_update_service (e.g. check if update info is available). +allow platform_app system_update_service:service_manager find; \ No newline at end of file