Add clarification on required permissions

Devtest is not meant to be run as root. It should work well as a normal
user running with sudo elevating privileges when necessary.

Change-Id: I5c3246cea8c907ba04fc1e0ec59e78ba64bc12ee
This commit is contained in:
Clint Byrum 2014-03-26 08:24:01 -07:00
parent fa64a2400c
commit 50b0c17324
1 changed files with 12 additions and 0 deletions

View File

@ -88,6 +88,18 @@ fi
## This document is extracted from devtest.sh, our automated bring-up story for
## CI/experimentation.
## Permissions
## -----------
## These scripts are designed to be run under your normal user account. The
## scripts make use of sudo when elevated privileges are needed. You will
## either need to run this attended, entering your password when sudo needs
## it, or enable passwordless sudo for your user. Another option is to extend
## the timeout of sudo sessions so that passwordless sudo will be allowed
## enough time on the controlling terminal to complete the devtest run. If
## there are any circumstances where running as a normal user, and not root,
## fails, this is considered a critical bug.
## Stability Warning
## -----------------