diff options
author | Vlastimil Holer <vlastimil.holer@gmail.com> | 2014-01-31 15:40:55 +0100 |
---|---|---|
committer | Vlastimil Holer <vlastimil.holer@gmail.com> | 2014-01-31 15:40:55 +0100 |
commit | 34fbd44dce07d1d1d92e679fd038610a28470896 (patch) | |
tree | 3705f79a86c6d5da697c3ca46af70a3b131c8035 /tools | |
parent | 4db247ed76aa1e49919ef58b9f7ae6ec3dfe2296 (diff) | |
download | vyos-cloud-init-34fbd44dce07d1d1d92e679fd038610a28470896.tar.gz vyos-cloud-init-34fbd44dce07d1d1d92e679fd038610a28470896.zip |
Added config for sudo. Apply sudo config in RPM for Red Hat.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/sudo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/sudo b/tools/sudo new file mode 100644 index 00000000..af2f3317 --- /dev/null +++ b/tools/sudo @@ -0,0 +1,3 @@ +Cmnd_Alias CI = /bin/bash +root ALL=(nobody) NOPASSWD: CI +Defaults!CI !requiretty |