Commit 50974c87 authored by Raphaël Pinson's avatar Raphaël Pinson
Browse files

Merge pull request #57 from erinn/rhel7

Add in rhel 7 selinux support.
parents f36f56a2 34b731aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ class postfix::params {
    'RedHat': {
      $seltype = $::lsbmajdistrelease ? {
        '4'   => 'etc_t',
        /5|6/ => 'postfix_etc_t',
        /5|6|7/ => 'postfix_etc_t',
        default => undef,
      }