diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2019-06-05 19:52:16 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2019-06-05 19:52:16 -0700 |
commit | a9146e51ec890ea40ff1d432f5e38063907e86e9 (patch) | |
tree | ab2dc183b2c02fb0ad3b88cbbf1f6e38d6573657 /README.md | |
parent | c5280c1975e949d55d70f55c48afff4ec40d285b (diff) | |
download | mixlib-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.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |