Recommit for updates in build 7

This commit is contained in:
2026-02-03 01:23:11 +01:00
parent 9efaecc03e
commit 9cb98cc026
2 changed files with 5 additions and 5 deletions

View File

@@ -436,7 +436,7 @@ class confdroid_apache::server::dirs (
ensure => directory, ensure => directory,
path => $ae_run_dir, path => $ae_run_dir,
owner => 'root', owner => 'root',
group => $ae_user_name, group => 'apache',
mode => '0710', mode => '0710',
selrange => s0, selrange => s0,
selrole => object_r, selrole => object_r,
@@ -478,8 +478,8 @@ class confdroid_apache::server::dirs (
file { $ae_cache_httpd: file { $ae_cache_httpd:
ensure => directory, ensure => directory,
path => $ae_cache_httpd, path => $ae_cache_httpd,
owner => $ae_user_name, owner => 'apache',
group => $ae_user_name, group => 'apache',
mode => '0700', mode => '0700',
selrange => s0, selrange => s0,
selrole => object_r, selrole => object_r,

View File

@@ -304,8 +304,8 @@ class confdroid_apache::server::files (
file { $ae_index_file: file { $ae_index_file:
ensure => file, ensure => file,
path => $ae_index_file, path => $ae_index_file,
owner => $ae_user_name, owner => 'apache',
group => $ae_user_name, group => 'apache',
mode => '0644', mode => '0644',
selrange => s0, selrange => s0,
selrole => object_r, selrole => object_r,