1751720 Members
5625 Online
108781 Solutions
New Discussion юеВ

Re: about wheel group

 
SOLVED
Go to solution
surendranath
Advisor

about wheel group

Does anyone know about wheel group. According to what I heard is, it was an old school technique to restrict users to become root users using su command. Could some one tell me how to configure that?.
2 REPLIES 2
Sandeep_Chaudhary
Trusted Contributor
Solution

Re: about wheel group

in /etc/default/security set the parameter SU_ROOT_GROUP = groupname

Only members who are member of taht group can do su to root

#man securuty

SU_ROOT_GROUP
This parameter defines the root group name for the su
command. Refer to su(1).

SU_ROOT_GROUP=group_name The root group name is set to
the specified symbolic group name. The su command
enforces the restriction that a non-superuser must be a
member of the specified root group to be allowed to su
to root. This does not alter password checking.

Default value: If this parameter is not defined or if
it is commented out, there is no default value. In
this case, a non superuser is allowed to su to root
without being bound by root group restrictions.
Mridul Shrivastava
Honored Contributor

Re: about wheel group

Have a look at the following threads...

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=297328

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1238526

Just search for wheel group. You will find many threads on the same.
Time has a wonderful way of weeding out the trivial