On Tue, 2020-02-04 at 12:25 -0800, Mike Wright wrote:
> # Cmnd alias specification
> Cmnd_Alias LXC=/usr/bin/lxc
> 
> # Members of the admin group may gain root privileges
> %admin ALL=(ALL) ALL
> 
> # Allow members of group sudo to execute any command
> %sudo  ALL=(ALL:ALL) ALL
> 
> # User privilege specification
> root   ALL=(ALL:ALL) ALL
> mike   ALL=(ALL) NOPASSWD:LXC
What is the output of sudo -l when you are logged in as mike, I
configured sudoers with the same as what you have here with the
exceptions of the commands and it works as expected.

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to