aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2011-02-26 00:19:22 +0100
committerintrigeri <intrigeri@boum.org>2011-02-26 00:22:43 +0100
commitf14a6d81d58e3e36fb7fef593086aab6e576dfa1 (patch)
tree3ad080db0c10a513b72dee68622d8455bebd5bad /README
parent1138f154f9cb0985076159dec34546eb9f677017 (diff)
downloadpuppet-loginrecords-f14a6d81d58e3e36fb7fef593086aab6e576dfa1.tar.gz
puppet-loginrecords-f14a6d81d58e3e36fb7fef593086aab6e576dfa1.tar.bz2
New feature: mount a ramdisk on /var/run.
This helps protecting users privacy since /var/run/utmp cannot be deleted.
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
index 32b8678..68cf39b 100644
--- a/README
+++ b/README
@@ -47,6 +47,18 @@ $disable_lastlog
Default: lastlog is disabled.
When set to a false, non-empty value, lastlog is not changed.
+$ramdisk_on_var_run
+-------------------
+
+Default: have the initscripts mount a ramdisk on /var/run.
+When set to a false, non-empty value, the mounting of a ramdisk on
+/var/run is disabled.
+
+Please note that the changes only take effect on reboot. When enabling
+this feature, you probably want to get rid of any file previously
+stored on the files (such as utmp) stored in the non-ramdisk
+underlying /var/run directory.
+
Copyright
=========