Tag: macos
-
macOS custom quick actions (ie “New File”)
Automator Workflow receives: files or folders in: Finder Add Run Shell Script Set: Pass input: as arguments Shell: /bin/zsh Code:
-
macOS csrutil, pkg verification, security
NOTE (possibly not needed)Give “Installer” full disk access /System/Library/CoreServices/Installer.app Give installer permissions sudo security authorizationdb write system.install.apple-software allowsudo security authorizationdb write system.install.software allowsudo security authorizationdb write system.install.pkg allow to undo sudo security authorizationdb remove system.install.apple-softwaresudo security authorizationdb remove system.install.softwaresudo security authorizationdb remove system.install.pkg Resetting it all 1. Run script below 2. After, enter recovery mode,…