I have a notarized application that's embedding a lots of frameworks. When installed on Big Sur, it can be run normally as a local non admin user. When executed as Active Directory user however I'm getting the following error message:
"The application with bundle ID x.y.z is running setugid(), which is not allowed. Exiting."
I removed all calls to setegid and that sort, traced calls with dtruss and I'm pretty sure no privilege elevation is being done.
Any help would be much appreciated.