Skip to content

Commit

Permalink
fix: change laurel user to nohome - lynis scan
Browse files Browse the repository at this point in the history
  • Loading branch information
juju4 committed Sep 16, 2023
1 parent 468816f commit 0542e2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/laurel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
- name: Add laurel user
ansible.builtin.user:
name: "{{ auditd_laurel_user }}"
home: /var/log/laurel
create_home: yes
home: /nonexistent
create_home: false
system: yes

- name: Ensure /etc/laurel directory exists
Expand Down

0 comments on commit 0542e2b

Please sign in to comment.