sudo
데비안 8에서 다소 이상한 문제가 있습니다. 사용자는에서 일부 명령을 실행할 수 없습니다 /etc/sudoers.d
. Chef를 사용하여 구성을 배포하므로 모든 파일이 자동으로 생성됩니다.
예:
이 구성은 잘 작동합니다
root@server:~# cat /etc/sudoers.d/nginx
# This file is managed by Chef.
# Do NOT modify this file directly.
user ALL=(root) NOPASSWD:/usr/sbin/nginx
그리고 이것은 실패합니다 :
root@server:~# cat /etc/sudoers.d/update-rc.d
# This file is managed by Chef.
# Do NOT modify this file directly.
user ALL=(root) NOPASSWD:/usr/sbin/update-rc.d
user@www42:~$ sudo update-rc.d
[sudo] password for user:
Sorry, user user is not allowed to execute '/usr/sbin/update-rc.d' as root on server.
무엇이 잘못 될 수 있습니까?
진단 :
Mar 5 12:12:51 server sudo: user : command not allowed ; TTY=pts/0 ; PWD=/home/user ; USER=root ; COMMAND=/usr/sbin/update-rc.d
Mar 5 12:14:25 www42 su[1209]: pam_unix(su:session): session closed for user user
root@server:~# sudo --version
Sudo version 1.8.10p3
Configure options: --prefix=/usr -v --with-all-insults --with-pam --with-fqdn --with-logging=syslog --with-logfac=authpriv --with-env-editor --with-editor=/usr/bin/editor --with-timeout=15 --with-password-timeout=0 --with-passprompt=[sudo] password for %p: --disable-root-mailer --with-sendmail=/usr/sbin/sendmail --with-rundir=/var/lib/sudo --mandir=/usr/share/man --libexecdir=/usr/lib/sudo --with-sssd --with-sssd-lib=/usr/lib/x86_64-linux-gnu --with-selinux --with-linux-audit
Sudoers policy plugin version 1.8.10p3
Sudoers file grammar version 43
#
주석과 지시문의 일부로 사용 하고 파일을 무시합니다. 흥미롭게 (자극적으로)visudo -f some.file
종료 할 때 무시 될 수 있다고 경고하지 않습니다. 간단한 공감에 의해 쿼터스 알바트 로스가 진정 될 수 있습니다.