two questions about su(1)
- Reply: John Levine: "Re: two questions about su(1)"
- Reply: Polytropon : "Re: two questions about su(1)"
- Reply: list_freebsd_a_bluerosetech.com: "Re: two questions about su(1)"
- Reply: Dag-Erling_Smørgrav : "Re: two questions about su(1)"
- Reply: Frank Leonhardt : "Re: two questions about su(1)"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Jun 2025 20:26:04 UTC
first, why is the -c check not applied until after a password is collected? > ➜ ~ su -c zsh > Password: > su: only root may use -c second, what exactly do we think this -c restriction is buying us? > ➜ ~ su > Password: > root@util:/home/vixie # exec zsh > util# -- Paul Vixie