Use tmpfiles for the ask-password ACL
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
8ccd7a5e9d
commit
f30c881bf5
2 changed files with 7 additions and 6 deletions
|
@ -0,0 +1 @@
|
|||
a /run/systemd/ask-password - - - - u:robosignatory:rwx
|
|
@ -192,12 +192,12 @@
|
|||
- robosignatory
|
||||
|
||||
- name: Allow robosignatory to use systemd-ask-password
|
||||
acl:
|
||||
path: /run/systemd/ask-password
|
||||
entity: robosignatory
|
||||
etype: user
|
||||
permissions: rwx
|
||||
state: present
|
||||
copy:
|
||||
src: ask-password-robosignatory.conf
|
||||
dest: /etc/tmpfiles.d/ask-password-robosignatory.conf
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
tags:
|
||||
- config
|
||||
- robosignatory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue