139. .sudo

SCR Agent for reading/writing /etc/sudoers

139.1. Description

Fore more information about possible keys and values consult with the sudoers man pages `man sudoers`.

Access type: read/write

File Name: /usr/share/YaST2/scrconf/sudo.scr

139.2. Usage

Example 89. 

   Dir(.sudo)
	(["User_Alias","Runas_Alias","Host_Alias","ALL", "%wheel"] )
   Read(.sudo.User_Alias)
   (["WEBMASTERS = will, wendy, wim"])
   Write(.sudo.Host_Alias, "SERVERS = master, mail, www, ns")
   (true)