Subversion Repositories DevTools

Rev

Rev 1281 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
119 ghuddy 1
Configuration of SUDO
2
 
3
- Install SUDO
3613 dpurdie 4
- Run visudo
5
    - add the follwing lines to allow 'releasem' and 'buildadm' to
6
      perform required operationsas root without a password.
119 ghuddy 7
 
8
 
3613 dpurdie 9
# Allow buildadm to run known commands as root
10
buildadm        ALL=(root) NOPASSWD: /home/buildadm/sbin/*
11
releasem        ALL=(root) NOPASSWD: /home/releasem/sbin/*
119 ghuddy 12
 
13