sudo.rst
changeset 862 b539dd85bbf3
child 889 f18e156d1549
equal deleted inserted replaced
861:a0a4d3b85923 862:b539dd85bbf3
       
     1 -*- mode: outline; coding: utf-8 -*-
       
     2 
       
     3 * Stop sudo asking for password.
       
     4 
       
     5   username ALL =(ALL) NOPASSWD: ALL
       
     6 
       
     7 or
       
     8 
       
     9   @group ALL =(ALL) NOPASSWD: ALL
       
    10