How to restrict sudo users to login as root with `sudo -i` command.
Issue
- Restricted sudo root login
sudo su -
for sudo user by adding!/bin/su
entry in sudoers file. But sudo user can still login withsudo -i
command. Need to restrict that too.
Environment
- Red Hat Enterprise Linux
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.