Skip to content
Snippets Groups Projects
Commit 34b731aa authored by Erinn Looney-Triggs's avatar Erinn Looney-Triggs
Browse files

Add in rhel 7 selinux support.

parent 0ef839e3
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ class postfix::params { ...@@ -3,7 +3,7 @@ class postfix::params {
'RedHat': { 'RedHat': {
$seltype = $::lsbmajdistrelease ? { $seltype = $::lsbmajdistrelease ? {
'4' => 'etc_t', '4' => 'etc_t',
/5|6/ => 'postfix_etc_t', /5|6|7/ => 'postfix_etc_t',
default => undef, default => undef,
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment