taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

buildslave-netjail (422B)


      1 # For /etc/sudoers.d/
      2 
      3 # List of users that run a buildslave and thus
      4 # should have the ability to create their own
      5 # network namespace.
      6 # 'grothoff' and 'dold' are listed here to enable them to test things.
      7 #
      8 User_Alias   BUILDSLAVE = container-worker, sites-worker, linkchecker-worker
      9 
     10 # The command that we enable running as 'root'.
     11 Cmnd_Alias   NETJAIL = /usr/local/bin/netjail.sh
     12 
     13 BUILDSLAVE   ALL = NOPASSWD:NETJAIL