A user has full access to Kimchi IFF it has sudo ALL.
Example, in /etc/sudoers:
admin ALL=(ALL) ALL
On 07/31/2014 06:37 PM, Ramon Medeiros wrote:
Hi,
how kimchi are using total sudo for users? Today i used a custom sudo
for a user:
# defined libvirt as a category
Cmnd_Alias LIBVIRT = /bin/virsh
# add category to user
%phcoder ALL = NETWORKING, LIBVIRT
Can we change the documentation?