Ubuntuのsudoは、すべてのコマンドのパスワードを要求し続けます。以前は、パスワードを入力する必要があるのは一度だけで、その後はしばらく記憶されていました。これは最近、おそらくNattyに「アップグレード」された後に変更されました。
sudo visudo
設定を完了しDefaults env_reset, timestamp_timeout = 60
、再起動してみましたが、まだ機能していません。どうすれば修正できますか?
以下の提案の後、私の/etc/sudoers
ように見えます:
#
# This file MUST be edited with the 'visudo' command as root.
#
# Please consider adding local content in /etc/sudoers.d/ instead of
# directly modifying this file.
#
# See the man page for details on how to write a sudoers file.
#
Defaults env_reset
Defaults:endolith timestamp_timeout=60
# Host alias specification
# User alias specification
# Cmnd alias specification
# User privilege specification
root ALL=(ALL:ALL) ALL
# Members of the admin group may gain root privileges
%admin ALL=(ALL) ALL
# Allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) ALL
#includedir /etc/sudoers.d
更新:
VirtualBoxをアップグレードすると、同じ問題が発生し始めました。推測で、私はbashを実行し、その中でsudoを試みましたが、パスワードは正しく記憶されています。覚えていないのは、デフォルトのシェルフィッシュを使用するときだけです。それは以前のUbuntuリリースで行われましたが、もうありません。
更新:
13.05にアップグレードすると、魔法のように再び機能し始めました。これで、パスワードを1回要求され、しばらくは要求が停止され、一定期間後に再度要求されます。
Defaults:endolith timestamp_timeout=60
、あなたはここで別のコメントに従ってendolithと呼ばれるグループにはいません。だからあなたはどのユーザー名を使用していますか 確認してくださいwhoami
、との代わりに、そのユーザ名を追加endolith
中Defaults:endolith timestamp_timeout=60
かendolith ALL=(ALL) NOPASSWD: ALL