Rev 3616 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
Configuration of SUDO- Install SUDO- Run visudo- add the follwing lines to allow 'releasem' and 'buildadm' toperform required operationsas root without a password.# Allow buildadm to run known commands as rootbuildadm ALL=(root) NOPASSWD: /home/buildadm/sbin/*releasem ALL=(root) NOPASSWD: /home/releasem/sbin/*