I see that installing grizzly openstack on Ubuntu 12.10 creates a file /etc/sudoers.d/50_stack_sh
, the contents of which are as follows:
jobin ALL=(root) ALL
Defaults:jobin secure_path=/sbin:/usr/sbin:/usr/bin:/bin:/usr/local/sbin:/usr/local/bin
This removes the password prompt for all commands I run on my system, which I consider a bit dangerous for the security of the system.
I would like to know if I remove this file once the installation is complete(I feel this file is solely created to remove password prompts while installing, please correct me I am wrong).
Is it fine to delete /etc/sudoers.d/50_stack_sh
after the installation in successfully complete? If not, is there a way I can restore password prompts to my user?