Explorer
I want to run explorer tool from non-root account. Since explorer can be run only as root, I have created a role and assigned explorer command to it to be run as root.
But I am getting errors like missing privilege "ALL", "file_dac_read" etc. So, I have added the missing privs ALL & file_dac_read, file_dac_write, file_dac_execute to the role
But is it right to add privs ALL & file_dac_execute etc? Am I giving root permissions in an indirect way?
How to run explorer from a non root account with least privs?