Comment 5 for bug 1579082

Revision history for this message
Richard Laager (rlaager) wrote :

I'd really love to see the R_ROOT thing removed as well. It serves no useful purpose, complicates people actually using the sudoers file, and pollutes the global namespace. Plus, I'm not sure what happens if someone defines R_ROOT twice (which isn't inconceivable).

Basically, I'm saying I want this change:
 #
-#Runas_Alias R_ROOT = root
-#
 ## allow any user to use basic read-only ZFS commands
-#ALL ALL = (R_ROOT) NOPASSWD: C_ZFS
+#ALL ALL = (root) NOPASSWD: C_ZFS