|
Bugzilla – Full Text Bug Listing |
| Summary: | "sudo" without any arguments should just work | ||
|---|---|---|---|
| Product: | Sudo | Reporter: | Christoph Berg <myon> |
| Component: | Sudo | Assignee: | Todd C. Miller <Todd.Miller> |
| Status: | ASSIGNED --- | ||
| Severity: | enhancement | ||
| Priority: | low | ||
| Version: | 1.8.29 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
Christoph Berg
2019-11-19 06:48:44 MST
Fwiw, I don't care much if "sudo" gives a login or a normal shell. The point is that the command should do something reasonable. Sudo already supports this when shell_noargs is set in sudoers. E.g. Defaults shell_noargs That will make "sudo" behave like "sudo -s". Is there a reason why this isn't in the default configuration? UX items like that are mostly only useful if people can rely on them by default and don't have to configure every system first. |