Parrot OS did the clone with group staff? Ensure it's always owned by root:root.

This commit is contained in:
Hyperling 2021-07-11 11:08:08 -05:00
parent a6952f0492
commit 9640a19cc1

View File

@ -8,6 +8,9 @@
clone: yes
force: yes
- name: General | Tests | Lynis | Fix Permissions (Looking at you Parrot OS!)
shell: "chown -R root:root {{ lynis_install_dir }}"
- name: General | Tests | Lynis | Run System Audit
shell: "{{ lynis_install_dir }}/lynis audit system --no-colors > {{ lynis_report }} 2>&1"
args: