Requiere password for deploy_user to use sudo
This commit is contained in:
parent
412befee64
commit
84380dc5f9
@ -5,8 +5,8 @@ root ALL=(ALL) ALL
|
||||
# being in the sudo group, anyway.
|
||||
makepkg ALL=NOPASSWD: /usr/bin/pacman *
|
||||
|
||||
# If you managed to run malicious code as my user, I'm already fucked, so err
|
||||
# on the side of usability.
|
||||
{% for user in deploy_users %}
|
||||
{{ user }} ALL=(ALL) NOPASSWD:ALL
|
||||
{% endfor %}
|
||||
# # If you managed to run malicious code as my user, I'm already fucked, so err
|
||||
# # on the side of usability.
|
||||
# {% for user in deploy_users %}
|
||||
# {{ user }} ALL=(ALL) NOPASSWD:ALL
|
||||
# {% endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user