I have an application which is designed to launch only with root user. It has permission 0555 for all the users. Owner is root and group is wheel. Also, the app is signed and notarized properly. We install this app on user machine using pkg installer. I dont see any gatekeeper issues or quarantine flag. Apps works fine as intened but still we get app error as "You cant open the application because it is not supported on this type of Mac".
The same app stops displaying that error in the following scenarios:
- App is copied and pasted. In this case the app owner is changed to user context.
- App permission are changed
Please suggest.