aboutsummaryrefslogtreecommitdiff
path: root/manifests/utmp/protect.pp
blob: 603064e8a8d3296a4fba2451138a89bcf3c51ea2 (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,
  }
}