Make permissions set OS Vendor/Version specific (aka /etc/httpd/mod_md)

This commit is contained in:
2022-06-04 21:11:07 -05:00
parent 79e6e39112
commit e0dc7e1790
3 changed files with 34 additions and 7 deletions

View File

@@ -44,6 +44,13 @@ firewall_list:
- permanent: 'yes'
service: 'https'
state: 'enabled'
permissions_list:
- path: '/etc/httpd/md'
group: 'apache'
owner: 'root'
mode: '0770'
state: 'directory'
setype: 'httpd_var_lib_t'
seboolean_list:
- name: 'httpd_can_network_connect'
persistent: 'yes'

View File

@@ -42,6 +42,13 @@ firewall_list:
- permanent: 'yes'
service: 'https'
state: 'enabled'
permissions_list:
- path: '/etc/httpd/md'
group: 'apache'
owner: 'root'
mode: '0770'
state: 'directory'
setype: 'httpd_var_lib_t'
seboolean_list:
- name: 'httpd_can_network_connect'
persistent: 'yes'