blob: e1b1d08001c7d34ce1177ec33c38169d075ed030 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Force sudo to run in its own pseudo-terminal (prevents TTY hijacking)
Defaults use_pty
# Reset environment variables on sudo execution
Defaults env_reset
# Reduce the cached password window to 5 minutes (default is 15)
Defaults timestamp_timeout=5
# Clear screen after entering password
Defaults lecture=never
|