Releases: hazcod/maclaunch
Crontab @ notation support
Ventura Support
This release fixes disabled state detection in macOS Ventura plus adds detections for the new LoginItems.
Ignore crontab comments
Merge pull request #20 from hazcod/fix/croncomments Fix: ignore cron entries with comments
Minor fix
New detections & better Disabled check
This release adds the following detections:
- system periodic scripts
- emon.d scripts
- logout hooks
You can now also specify the ML_SYSTEM=no
environment variable to skip macOS-internal items.
CronJobs!
Fix for StartCalendarInterval
Now is correctly detected as Periodically.
Kernel Extension & System Extension support
This feature adds support for listing, enabling and disabling System Extensions and (deprecated) Kernel Extensions.
Native control and Filters!
This wonderful release now uses launchctl under the hood, so the files are not moved anymore which means programs can no longer reinstall their service file.
Additionally, try controlling multiple service files by specifying a substring instead of the full service name!
Runs as feature
The release includes a feature that will try to detect the user that the process will run as.
This can give an indication on how security sensitive/impacting the process is.
A list of possibilities is: root, current user or custom. (extraction is not possible for now)