···153153 // just return 0 as an indiciation that whatever operation the caller asked about is allowed
154154 return 0;
155155};
156156+157157+int rootless_check_trusted(const char* kext_path) {
158158+ // also unimplemented
159159+ // Darling doesn't have rootless anyways so just return a value indicating trust
160160+ return 0;
161161+};