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
|
- robosignatory
|
||||||
|
|
||||||
- name: Allow robosignatory to use systemd-ask-password
|
- name: Allow robosignatory to use systemd-ask-password
|
||||||
acl:
|
copy:
|
||||||
path: /run/systemd/ask-password
|
src: ask-password-robosignatory.conf
|
||||||
entity: robosignatory
|
dest: /etc/tmpfiles.d/ask-password-robosignatory.conf
|
||||||
etype: user
|
owner: root
|
||||||
permissions: rwx
|
group: root
|
||||||
state: present
|
mode: 0644
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- robosignatory
|
- robosignatory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue