NAME
pam_wheel - Only permit root access to members of group wheel
SYNOPSIS
pam_wheel.so [debug] [deny] [group=name] [root_only] [trust] [use_uid]
[...]
group=name
Instead of checking the wheel or GID 0 groups, use the name group to perform the authentication.
好吧,一旦你允许一个用户成为root,没有使用
SELinux
就没有办法限制他们了。这就是为什么您不应该随意分发 root 权限的原因。我建议远离
su
tosudo
。话虽如此,你可以
gpasswd
用and来做一些事情pam_wheel.so
,但充其量它可能会破坏脚本,最坏的情况是它存在安全风险:pam_wheel
中使用/etc/pam.d/su
。报价
man pam_wheel
:参考:
https://askubuntu.com/questions/601682/restrict-su-to-a-group-of-users