fix(launchd): harden macOS launchagent install permissions

This commit is contained in:
Peter Steinberger
2026-03-09 08:14:46 +00:00
parent 3caab9260c
commit ce9e91fdfc
3 changed files with 78 additions and 6 deletions

View File

@@ -10,6 +10,8 @@ Docs: https://docs.openclaw.ai
### Fixes
- macOS/LaunchAgent install: tighten LaunchAgent directory and plist permissions during install so launchd bootstrap does not fail when the target home path or generated plist inherited group/world-writable modes.
## 2026.3.8
### Changes