Come smettere di taskgated su Sierra?

0

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
    
posta Paweł Gościcki 17.04.2017 - 12:10
fonte

2 risposte

1

Launchd sta mantenendo vivo il processo. Devi eseguire

$ sudo launchctl unload /System/Library/LaunchDaemons/com.apple.taskgated*.plist

per scaricare il demone. Per caricarlo di nuovo, esegui:

$ sudo launchctl load /System/Library/LaunchDaemons/com.apple.taskgated*.plist
    
risposta data 17.04.2017 - 12:55
fonte
0

Questo processo non può essere eliminato forzatamente perché l'altro processo lo riapre automaticamente. Prova a ucciderlo in modo non forzato.

    
risposta data 17.04.2017 - 12:30
fonte

Leggi altre domande sui tag