| | 1 | = 2024-08-27 = |
| | 2 | |
| | 3 | == macOS == |
| | 4 | |
| | 5 | * 想移除 FortiClient VPN 的預設啟動 |
| | 6 | {{{ |
| | 7 | jazzwang:~$ sudo launchctl list | grep -i forti |
| | 8 | Password: |
| | 9 | 635 0 com.fortinet.config |
| | 10 | - 0 NetworkExtension.com.fortinet.forticlient.macos.vpn.nwextension.7.2.4.0850 |
| | 11 | 641 0 com.fortinet.forticlient.macos.PrivilegedHelper |
| | 12 | - 0 com.fortinet.fssoagent_launchdaemon |
| | 13 | 591 0 com.fortinet.fctservctl2 |
| | 14 | - 78 com.fortinet.ztnafw |
| | 15 | - 0 com.fortinet.fctctl |
| | 16 | - 0 com.fortinet.fortiagent |
| | 17 | jazzwang:~$ sudo launchctl procinfo 641 | grep plist |
| | 18 | path = /Library/LaunchDaemons/com.fortinet.forticlient.macos.PrivilegedHelper.plist |
| | 19 | }}} |