| Summary: | [patch] incompleteness and error in su(1) man page | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Jilles Tjoelker <jilles> | ||||
| Component: | Books & Articles | Assignee: | Brad Davis <brd> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Jilles Tjoelker
2004-08-18 15:20:19 UTC
Responsible Changed From-To: freebsd-doc->simon I will take this. Responsible Changed From-To: simon->brd Simon is too busy with all his new responsibilities and I want to get my feet wet with man pages, so steal this one. I made the following patch to address the fact that this is the default still, but it can be changed. --- src-ori/usr.bin/su/su.1 Thu Jun 30 10:17:59 2005 +++ src/usr.bin/su/su.1 Thu Jun 30 10:43:37 2005 @@ -53,6 +53,13 @@ A shell is then executed. .Pp PAM is used to set all policy. +In particular, by default only users in group +.Dq wheel +may use +.Nm +to switch to UID 0 +.Dq ( root ) . +This can be changed by modifying PAM's config. .Pp By default, the environment is unmodified with the exception of .Ev USER , State Changed From-To: open->closed Slightly different change committed, thanks! |