Quando ho appena sudo pkill
:
sudo pkill taskgated
In 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]
Tuttavia, si riavvia automaticamente:
ps aux | grep taskgated
root 90981 0.0 0.0 2462316 1668 ?? Ss 12:08PM 0:00.01 /usr/libexec/taskgated -s
Nota inoltre che usare launchctl
non è il modo per farlo:
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