mirror of
https://github.com/tw93/Mole.git
synced 2026-03-22 20:15:07 +00:00
Protect user launch agents during clean
This commit is contained in:
@@ -119,6 +119,7 @@ In addition to path blocking, these categories are protected:
|
||||
- Browser history and cookies
|
||||
- Time Machine data (during active backup)
|
||||
- `com.apple.*` LaunchAgents/LaunchDaemons
|
||||
- user-owned `~/Library/LaunchAgents/*.plist` automation/configuration
|
||||
- iCloud-synced `Mobile Documents`
|
||||
|
||||
## Implementation Details
|
||||
@@ -145,6 +146,7 @@ Protected or conservatively handled categories include:
|
||||
- browser history and cookies
|
||||
- Time Machine data while backup state is active or ambiguous
|
||||
- `com.apple.*` LaunchAgents and LaunchDaemons
|
||||
- user-owned `~/Library/LaunchAgents/*.plist` automation/configuration
|
||||
- iCloud-synced `Mobile Documents` data
|
||||
|
||||
Project purge also uses conservative heuristics:
|
||||
|
||||
Reference in New Issue
Block a user