sudo
macOS에서 모든 모욕 메시지 목록을 얻으려면 어떻게해야 합니까?
sudo
macOS에서 모든 모욕 메시지 목록을 얻으려면 어떻게해야 합니까?
답변:
당신은 실행하면 sudo strings /usr/bin/sudo
(다른 많은 것들 중에서) 당신이 얻을
Sudo version %s
1.8.17p1
Configure options: %s
--with-password-timeout=0 --disable-setreuid --with-env-editor --with-pam
--with-libraries=bsm --with-noexec=no --sysconfdir=/private/etc
--without-lecture --enable-static-sudoers --with-rundir=/var/db/sudo
모욕을 포함 --with-insults
시키려면 (또는 INSTALL 파일에 언급 된 다른 모욕 옵션 중 하나를 ) 컴파일 할 때 사용해야합니다 sudo
.
--with-insults
Define this if you want to be insulted for typing an incorrect password
just like the original sudo(8). This is off by default.
Sudoers option: insults
Mac에 sudo insults를 설치하는 방법을 참조하십시오 . 직접 컴파일하는 방법에 대한 지침.
sudoers.so
예를 들어 리눅스에서 os x 의 바이너리 파일은 어디에 있습니까?/usr/lib/sudo/sudoers.so
sudo
에 설치되어 /usr/bin/sudo
있습니다. 도서관은 맥 OS에서 다른, 아마도 (적어도 같은 정적 라이브러리가없는 sudo find /usr -name '*sudo*'
그 방향으로 아무것도 반환하지 않았습니다)
sudo strings $(which sudo)