mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
/etc/sudoers.d/* files should have permission 0440
@tim-moody: if possible make this same change for roles/js-menu/templates/021_apache_set_time.j2
This commit is contained in:
parent
bb03210459
commit
83abefea0d
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
|||
template:
|
||||
src: 020_apache_poweroff.j2
|
||||
dest: /etc/sudoers.d/020_apache_poweroff
|
||||
mode: '0755'
|
||||
mode: '0440'
|
||||
when: apache_allow_sudo | bool
|
||||
|
||||
- name: Remove {{ apache_user }} (per variable apache_user) permission to poweroff, removing /etc/sudoers.d/020_apache_poweroff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue