github.com/argoproj/argo-cd@v1.8.7/test/fixture/testrepos/sudoers.conf (about)

     1  # This file MUST be edited with the 'visudo' command as root.
     2  #
     3  # Please consider adding local content in /etc/sudoers.d/ instead of
     4  # directly modifying this file.
     5  #
     6  # See the man page for details on how to write a sudoers file.
     7  #
     8  Defaults        mail_badpass
     9  Defaults        secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/go/bin:/usr/local/go/bin"
    10  
    11  # Host alias specification
    12  
    13  # User alias specification
    14  
    15  # Cmnd alias specification
    16  
    17  # User privilege specification
    18  root    ALL=(ALL:ALL) ALL
    19  
    20  default    ALL=(ALL:ALL) NOPASSWD: ALL
    21  # Allow members of group sudo to execute any command
    22  %sudo   ALL=(ALL:ALL) ALL
    23  
    24  # See sudoers(5) for more information on "#include" directives:
    25  
    26  #includedir /etc/sudoers.d
    27