mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 14:03:24 +00:00
kickstart references in benchmarks #107
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nicolasponce on GitHub.
Hi team,
Lets say kickstart is going away very soon, some of the benchmarks remediations have kickstart referenced,
[rules/system_settings/system_settings_remote_management_disable.yaml]
[rules/system_settings/system_settings_location_services_disable.yaml]
[rules/system_settings/system_settings_location_services_enable.yaml]
Do we need to leverage kickstart here or is there another path?
@robertgendler commented on GitHub:
or
launchctl list | awk '/com.apple.locationd/ { print $1 }'as root.@robertgendler commented on GitHub:
[rules/system_settings/system_settings_remote_management_disable.yaml]
This actually doesn't use launchctl kickstart.
@robertgendler commented on GitHub:
Sonomabranch Updated for macOS 14.4.@robertgendler commented on GitHub:
We will be updating the location_services to use
@robertgendler commented on GitHub:
@brodjieski fixed it
/bin/ps xa | /usr/bin/aw '/\/usr\/libexec\/locationd/ { print $1 }'