Hi there,
I've had a request from our CISO about restricting the following command (and any others in the future):
sudo -s
We still want to allow people to run sudo, but within their own shell, so restricting access to Terminal/iTerm2 is not an option.
What we need to do is still allow people to run sudo commands, but not be able to open a root shell by using sudo -s
Anyone have any ideas?