coder / coder/coder-desktop-macos
Document deploying Coder Desktop for macOS over MDM
Open
documentation
- Dominant language
- Swift
- Stars
- 29
- Forks
- 8
- Avg merge
- 18h 14m
- Merged PRs (30d)
- 4
Description
There's a few things that MDM admins need to do to get Coder Desktop working over MDM, these include:
- Ensuring the package installer runs as root (this might always be the case in MDM, will need to check)
- Pre-approving the Network Extension bundle. This is done by supplying the extension identifier (`com.coder.Coder-Desktop.VPN`)
- Disabling the built-in updater. This is done by forcibly setting the value of `disableUpdater` in the app's userdefaults plist. Support for this was added in #219.
Contributor guide
Assessment
This issue has not been assessed yet.