'변경하고 싶을 때'ID 터치


22

이와 같은 메시지에 Touch ID를 사용하려면 어떻게해야합니까? osascript가 변경을 원합니다

답변:


35

For sudo to accept Touch ID for authentication, you'll need to configure your Pluggable Authentication Modules (PAM) system to accept the Touch ID authentication module.

Edit /etc/pam.d/sudo and add the following to the top of the list:

auth    sufficient  pam_tid.so

When osascript ‘wants to make changes’, likely because of a ‘with administrator privileges’ modifier, it uses the same authentication as ‘sudo’.

This affects how authentication will work for sudo, not just when using AppleScript. You'll now see the Touch ID prompt when using sudo on the command line, such as in Terminal, or when using other applications which request elevation using sudo.

                      화면에서 ID 대화 상자를 터치하여 변경

              인증을위한 터치 바 프롬프트


Is it significant that tabs are used as separators instead of spaces? The source for this answer uses tabs, but when you copy/paste from StackOverflow, you get spaces.
BallpointBen

@BallpointBen 0이 아닌 공백은 작동, 탭 또는 공백입니다. 공백을 사용하여 파일의 기존 '열'에 텍스트를 정렬 할 수 있습니다.
grg
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.