Bug 34

Summary: the term type
Product: Sudo Reporter: spssjpl <spssjp>
Component: SudoAssignee: Todd C. Miller <Todd.Miller>
Status: RESOLVED FIXED    
Severity: security    
Priority: normal    
Version: 1.6.0   
Hardware: PC   
OS: Linux   

Description spssjpl 2001-04-12 08:44:56 MDT
When i use an user alias AA

and say

AA ALL = ALL

then those users must be able to use
sudo bash

first instance of sudo asks for password

and then other instances it stops asking for password


considering this situation

if i close the terminal

then reopen another terminal then, the new terminal opened will
be the same pty

again the password is not asked

am i missing configuration ?
Comment 1 Todd C. Miller 2001-04-12 17:57:59 MDT
I don't consider this a bug.  In a future version of sudo there will be an
option to do timestamps based on both tty and parent process id for people who
want to avoid this situation.