Update mac-support-kext.md

This commit is contained in:
schmurky 2020-08-11 14:59:42 +08:00
parent 1787bbb84b
commit d83d8992d6

View File

@ -35,6 +35,8 @@ You can also run ```mdatp --health```. It reports if real-time protection is ena
```bash ```bash
mdatp --health mdatp --health
```
```Output
... ...
realTimeProtectionAvailable : false realTimeProtectionAvailable : false
realTimeProtectionEnabled : true realTimeProtectionEnabled : true
@ -64,6 +66,9 @@ In this case, you need to perform the following steps to trigger the approval fl
```bash ```bash
sudo kextutil /Library/Extensions/wdavkext.kext sudo kextutil /Library/Extensions/wdavkext.kext
```
```Output
Kext rejected due to system policy: <OSKext 0x7fc34d528390 [0x7fffa74aa8e0]> { URL = "file:///Library/StagedExtensions/Library/Extensions/wdavkext.kext/", ID = "com.microsoft.wdavkext" } Kext rejected due to system policy: <OSKext 0x7fc34d528390 [0x7fffa74aa8e0]> { URL = "file:///Library/StagedExtensions/Library/Extensions/wdavkext.kext/", ID = "com.microsoft.wdavkext" }
Kext rejected due to system policy: <OSKext 0x7fc34d528390 [0x7fffa74aa8e0]> { URL = "file:///Library/StagedExtensions/Library/Extensions/wdavkext.kext/", ID = "com.microsoft.wdavkext" } Kext rejected due to system policy: <OSKext 0x7fc34d528390 [0x7fffa74aa8e0]> { URL = "file:///Library/StagedExtensions/Library/Extensions/wdavkext.kext/", ID = "com.microsoft.wdavkext" }
Diagnostics for /Library/Extensions/wdavkext.kext: Diagnostics for /Library/Extensions/wdavkext.kext:
@ -83,6 +88,9 @@ The banner should disappear from the Defender application, and ```mdatp --health
```bash ```bash
mdatp --health mdatp --health
```
```Output
... ...
realTimeProtectionAvailable : true realTimeProtectionAvailable : true
realTimeProtectionEnabled : true realTimeProtectionEnabled : true