mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 10:53:01 +02:00
Use literal algo for filename in /etc/sudoers.d/10-algo-user
This commit is contained in:
parent
08c75e7f11
commit
6fbee63cdf
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ getent passwd "${user}" \
|
||||||
(
|
(
|
||||||
umask 0337 \
|
umask 0337 \
|
||||||
&& printf '%s\n' "${user} ALL=(ALL) NOPASSWD:ALL" \
|
&& printf '%s\n' "${user} ALL=(ALL) NOPASSWD:ALL" \
|
||||||
>"/etc/sudoers.d/10-${user}-user"
|
>"/etc/sudoers.d/10-algo-user"
|
||||||
)
|
)
|
||||||
|
|
||||||
printf "{{ lookup('template', 'files/cloud-init/sshd_config') }}\n" \
|
printf "{{ lookup('template', 'files/cloud-init/sshd_config') }}\n" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue