bundlewrap/bundles/sudo/files/sudoer
2022-03-26 11:59:10 +01:00

3 lines
83 B
Text

% for command in sorted(commands):
${user} ALL=(ALL) NOPASSWD: ${command}
% endfor