bundles/sudo: use sudoers.d
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
c7362df6c4
commit
6ca0d863b1
4 changed files with 17 additions and 16 deletions
|
@ -6,8 +6,4 @@ Defaults secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bi
|
|||
|
||||
root ALL=(ALL) ALL
|
||||
|
||||
% for user, permissions in sorted(node.metadata['sudo'].items()):
|
||||
% for p in sorted(permissions):
|
||||
${user} ALL=(ALL) NOPASSWD:${p}
|
||||
% endfor
|
||||
% endfor
|
||||
#includedir /etc/sudoers.d
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue