|
Bugzilla – Full Text Bug Listing |
| Summary: | log_input problem | ||
|---|---|---|---|
| Product: | Sudo | Reporter: | Michael <mdunten> |
| Component: | Sudo | Assignee: | Todd C. Miller <Todd.Miller> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | low | ||
| Version: | 1.8.1 | ||
| Hardware: | HP | ||
| OS: | HP-UX | ||
|
Description
Michael
2011-05-25 14:44:05 MDT
Sudo can only log input for the commands run via sudo. So, for # sudo ls # date # man rm you will only see input from the "sudo ls" since the pseudo-tty is allocated, the command (ls) is run, and after the command terminates, the pseudo-tty is closed. However, if the user does: $ sudo ksh # ls # date # man rm # exit the input of all the commands between "sudo ksh" and "exit" would be logged. Thank you for the quick reply. This issue is now clear to me. |