-
Notifications
You must be signed in to change notification settings - Fork 276
Description
Summary
XProtect launch scans: disabled after running remediation steps,
checked #294 and ran the steps again after stopping xprotect via bootout and kill -9 pid of xprotect.
Steps to reproduce
Initial check showed:
XProtect launch scans: disabled
XProtect background scans: enabled
ran following commands
/bin/launchctl bootout system/com.apple.XprotectFramework.PluginService
/bin/launchctl bootout system/com.apple.XProtect.daemon.scan.startup
/bin/launchctl bootout system/com.apple.XProtect.daemon.scan
Then ran the remediation code:
/bin/launchctl load -w /Library/Apple/System/Library/LaunchDaemons/com.apple.XProtect.daemon.scan.plist
/bin/launchctl load -w /Library/Apple/System/Library/LaunchDaemons/com.apple.XProtectFramework.PluginService.plist
Final check before and after reboot showed:
XProtect launch scans: disabled
XProtect background scans: enabled
Also repeated above steps including:
/bin/launchctl load -w /Library/Apple/System/Library/LaunchDaemons/com.apple.XProtect.daemon.scan.startup.plist
Operating System version
Tahoe 26.1
Intel or Apple Silicon
Apple Silicon M5
What is the current bug behavior?
XProtect launch scans: disabled
XProtect background scans: enabled
What is the expected correct behavior?
XProtect launch scans: enabled
XProtect background scans: enabled
Relevant logs and/or screenshots
No Errors shown in terminal
Output of checks
XProtect launch scans: disabled
XProtect background scans: enabled