Use the standard nologin
shell rather than false
to disable the aur_builder
user
This commit is contained in:
parent
2c96d2811d
commit
0dadce3ae7
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
name: aur_builder
|
name: aur_builder
|
||||||
group: wheel
|
group: wheel
|
||||||
password_lock: true
|
password_lock: true
|
||||||
shell: /bin/false
|
shell: /usr/bin/nologin
|
||||||
|
|
||||||
- name: Allow aur_builder user to run pacman as root
|
- name: Allow aur_builder user to run pacman as root
|
||||||
lineinfile:
|
lineinfile:
|
||||||
|
|
Loading…
Reference in a new issue