summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/host.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
index d4c0a9c..6ed4262 100644
--- a/manifests/host.pp
+++ b/manifests/host.pp
@@ -121,7 +121,7 @@ define gluster::host(
group => root,
mode => 600, # u=rw,go=r
seltype => 'glusterd_var_lib_t',
- seluser => 'unconfined_u',
+ seluser => 'system_u',
ensure => present,
notify => Service['glusterd'],
require => File['/var/lib/glusterd/'],
@@ -207,7 +207,7 @@ define gluster::host(
# NOTE: this mode was found by inspecting the process
mode => 600, # u=rw,go=r
seltype => 'glusterd_var_lib_t',
- seluser => 'unconfined_u',
+ seluser => 'system_u',
notify => [
# propagate the notify up
File['/var/lib/glusterd/peers/'],