# This example sudoers file allows members of rpminst group to execute /bin/rpm # Beware, ability to execute rpm with root permissions de facto means full # root privileges granted to the user. # # This file MUST be edited with the 'visudo' command as root. # # See the sudoers man page for the details on how to write a sudoers file. # User alias specification User_Alias RPMINST_USER = %rpminst # Runas alias specification Runas_Alias RPMINST_RUN_AS = root # Cmnd alias specification Cmnd_Alias RPMINST_CMD = /bin/rpm # User privilege specification RPMINST_USER ALL = (RPMINST_RUN_AS) RPMINST_CMD