macOS laptop setup

macOS has a secure configuration by default. To enhance the security of these devices a few additional configuation changes must be made.

Create a separate administrator account

To ensure compliance with security best pracitces your main user account on the device should not have administrative privileges. If your device has been configured by the Tech circle you do not need to make any changes. If you have received the device directly please contact a member of the Tech circle to help you configure the correct accounts.

To complete the process you need to remove administrator privileges from your main user account.

When you log in as your main user account you no longer have administrator privileges.

Enable automatic updates

Enable XProtect

Enable disc encryption

Enable firewall

Enable Gatekeeper

Developer setup

Colima

Colima provides lightweight container runtimes on MacOS with minimal setup

The Colima VM can run either as a native ARM VM or emulate x86 hardware

ARM VM

x86 vm

To run an x86 VM additional software must be installed

colima start \
    --arch x86_64 \
    --mount-type=virtiofs \
    --memory 8 \
    --cpu 4

Lando

Lando needs to be configured to use the Colima docker socket.

Last updated: