mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Remove KOLIBRI_USER (kolibri) secondary group 'disk'
This commit is contained in:
parent
f878107fec
commit
0f9c6f29f3
1 changed files with 2 additions and 3 deletions
|
@ -26,9 +26,8 @@
|
||||||
- name: Create Linux user {{ kolibri_user }} and add it to groups {{ apache_user }}, disk
|
- name: Create Linux user {{ kolibri_user }} and add it to groups {{ apache_user }}, disk
|
||||||
user:
|
user:
|
||||||
name: "{{ kolibri_user }}"
|
name: "{{ kolibri_user }}"
|
||||||
groups:
|
groups: "{{ apache_user }}" # 2023-03-29: Not really necessary (Kolibri is demonstrated to work without group 'www-data'). But it likely doesn't hurt.
|
||||||
- "{{ apache_user }}"
|
#- disk # 2023-03-29: Tested to be unnec with USB sticks (with 64-bit RasPiOS). FWIW group 'disk' is "Mostly equivalent to root access" according to https://wiki.debian.org/SystemGroups
|
||||||
- disk # 2023-03-27: IS THIS REALLY NECESSARY? Unclear. "Mostly equivalent to root access" according to https://wiki.debian.org/SystemGroups
|
|
||||||
state: present
|
state: present
|
||||||
shell: /bin/false
|
shell: /bin/false
|
||||||
system: yes
|
system: yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue