Cuando acabo de sudo pkill
it:
sudo pkill taskgated
En syslog:
Apr 17 12:08:46 genesis com.apple.xpc.launchd[1] (com.apple.taskgated[88619]) <Notice>: Service exited due to signal: Terminated: 15 sent by pkill[90814]
Sin embargo, se reinicia automáticamente:
ps aux | grep taskgated
root 90981 0.0 0.0 2462316 1668 ?? Ss 12:08PM 0:00.01 /usr/libexec/taskgated -s
También tenga en cuenta que usar launchctl
tampoco es la forma de hacerlo:
sudo launchctl unload /System/Library/LaunchDaemons/com.apple.taskgated*.plist
/System/Library/LaunchDaemons/com.apple.taskgated-helper.plist: Operation not permitted while System Integrity Protection is engaged
/System/Library/LaunchDaemons/com.apple.taskgated.plist: Operation not permitted while System Integrity Protection is engaged