document how to disable TouchID

This commit is contained in:
Oliver Ladner 2019-02-18 13:48:58 +01:00
commit 4b28af0b42

View file

@ -70,3 +70,10 @@ defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true
# Then reload the GUI
killall SystemUIServer
```
## Fully disable TouchID
```
bioutil -w -s -u 0
bioutil -w -s -f 0
```