diff --git a/administration/agent.rst b/administration/agent.rst index abb70c2..36bf12d 100644 --- a/administration/agent.rst +++ b/administration/agent.rst @@ -89,16 +89,16 @@ To install the agent on macOS, you can just run the PKG file or execute the foll .. code-block:: console - MacBook-Pro:~ nextron$ sudo installer -pkg /home/nextron/Downloads/asgard2-agent-macos-amd64.pkg -target / + MacBook-Pro:~ nextron$ sudo installer -pkg /home/nextron/Downloads/asgard2-agent-macos-arm64.pkg -target / Starting with macOS Big Sur (v11.0), Apple requires software developers to notarize applications. Our ``asgard2-agent`` installer is notarized. -You can test this by exectuing the follow commands in terminal: +You can test it by executing the following command in Terminal: .. code-block:: console - MacBook-Pro:~ nextron$ pkgutil --check-signature /home/nextron/Downloads/asgard2-agent-macos-amd64.pkg + MacBook-Pro:~ nextron$ pkgutil --check-signature /home/nextron/Downloads/asgard2-agent-macos-arm64.pkg Package "asgard2-agent-macos-arm64.pkg": Status: signed by a developer certificate issued by Apple for distribution Notarization: trusted by the Apple notary service @@ -139,4 +139,4 @@ If you need to grant Full Disk Access via MDM, please have a look at the chapter with THOR scans via ASGARD on macOS, please check if the ``Full Disk Access`` permission for the ASGARD agent was granted. Since macOS Mojave (v10.14), you need to grant the same permissions to removable volumes, - if you plan on scanning those. \ No newline at end of file + if you plan on scanning those. diff --git a/appendix/mdm-fulldiskaccess.rst b/appendix/mdm-fulldiskaccess.rst index 2ccd37d..59d594e 100644 --- a/appendix/mdm-fulldiskaccess.rst +++ b/appendix/mdm-fulldiskaccess.rst @@ -24,4 +24,6 @@ You have to copy the output, starting from ``identifier`` in your MDM profile in MacBook-Pro:~ nextron$ /usr/libexec/PlistBuddy -c "print" /Library/Application Support/com.apple.TCC/MDMOverrides.plist -For further support, please take a look in the manuals of your MDM provider. \ No newline at end of file +You can create the mobileconfig file by using the PPPC utility from JAMF: https://github.com/jamf/PPPC-Utility + +For further support, please take a look in the manuals of your MDM provider.