objective-see / WhatsYourSign

WhatsYourSign adds a menu item to Finder.app. Simply right-, or control-click on any file to display its cryptographic signing information!
GNU General Public License v3.0
282 stars 27 forks source link

Support checking for sandboxing / enhanced runtime? #4

Open mrdaveanderson opened 5 years ago

mrdaveanderson commented 5 years ago

Is it also possible to check if the application is sandboxed and if it is opted into the enhanced runtime? Also notarization status would be great too if that's not already included in the checks performed by 1.5

Thanks, -Dave

jwwalker commented 1 year ago

Notarization status is now displayed clearly. Sandboxing can be seen in a more obscure way by looking at the entitlements, look for "com.apple.security.app-sandbox" = 1. But I don't know about the hardened runtime, which I assume is what you meant by "enhanced runtime".