このページの翻訳:
- 日本語 (ja)
- English (en)
最近の更新
Tag Cloud
このページへのアクセス
今日: 5 / 昨日: 0
総計: 240
- Dokuwiki.fl8.jp(709)
- 13 CentOS6メール設定(32)
- FreeBSD カーネル再構築(25)
- VPNサーバ(PacketiX)(25)
- 05 rsync(24)
最近の更新
このページへのアクセス
今日: 5 / 昨日: 0
総計: 240
FreeBSDだと標準ですが、Linuxの場合どのユーザでもsuできるようになっているので、
下記を編集しておく。
# Uncomment the following line to require a user to be in the "wheel" group. # auth required /lib/security/$ISA/pam_wheel.so use_uid ↓ # Uncomment the following line to require a user to be in the "wheel" group. auth required /lib/security/$ISA/pam_wheel.so use_uid これでwheelグループに所属していないユーザはsuできない。
# Uncomment the following line to implicitly trust users in the "wheel" group. #wheelグループに属していると、パスワード無しでsuできる #auth sufficient pam_wheel.so trust use_uid # Uncomment the following line to require a user to be in the "wheel" group. #wheelグループに属していると、パスワード有りでsuできる #auth required pam_wheel.so use_uid