summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2019-06-05 19:52:16 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2019-06-05 19:52:16 -0700
commita9146e51ec890ea40ff1d432f5e38063907e86e9 (patch)
treeab2dc183b2c02fb0ad3b88cbbf1f6e38d6573657
parentc5280c1975e949d55d70f55c48afff4ec40d285b (diff)
downloadmixlib-shellout-a9146e51ec890ea40ff1d432f5e38063907e86e9.tar.gz
whitespace
i need to force a master build in appveyor and after nuking the history i can't find a way to do it short of pushing a commit.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 45ebedd..ffdc112 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,7 @@ Invoke "whoami.exe" with elevated privileges:
whoami = Mixlib::ShellOut.new("whoami.exe", :user => "username", :domain => "DOMAIN", :password => "password", :elevated => true)
whoami.run_command
```
+
**NOTE:** The user 'admin' must have the 'Log on as a batch job' permission and the user chef is running as must have the 'Replace a process level token' and 'Adjust Memory Quotas for a process' permissions.
## Platform Support