aboutsummaryrefslogtreecommitdiff
path: root/manifests/utmp/protect.pp
blob: 597d30fb8587a47f8001895ce1085e0281ec1716 (plain)
1
2
3
4
5
6
# make the unprotect file protected from global read
class loginrecords::utmp::protect inherits loginrecords::utmp::unprotect {
  File[$loginrecords::utmp::protect::utmp_file]{
    mode => '660',
  }
}