From f14a6d81d58e3e36fb7fef593086aab6e576dfa1 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Sat, 26 Feb 2011 00:19:22 +0100 Subject: New feature: mount a ramdisk on /var/run. This helps protecting users privacy since /var/run/utmp cannot be deleted. --- manifests/debian.pp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'manifests/debian.pp') diff --git a/manifests/debian.pp b/manifests/debian.pp index 02c2dad..e68185b 100644 --- a/manifests/debian.pp +++ b/manifests/debian.pp @@ -30,4 +30,10 @@ class loginrecords::debian inherits loginrecords::base { class{'loginrecords::wtmp::enable': } } + if $loginrecords::ramdisk_on_var_run { + class{'loginrecords::ramrun::enable': } + } else { + class{'loginrecords::ramrun::disable': } + } + } -- cgit v1.2.3