summaryrefslogtreecommitdiff
path: root/modules/pam_namespace/pam_namespace.h
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2012-08-16 15:46:56 +0200
committerThorsten Kukuk <kukuk@thkukuk.de>2012-08-16 15:46:56 +0200
commitc62981a43a7da5d7c10e432874e7c66b47a4f363 (patch)
treec0d4d476aca0ecca293fccccce798718d489b506 /modules/pam_namespace/pam_namespace.h
parent5fccc33d3f2aa476293505fa7dace98495dccaee (diff)
Small documentation and define fixes
modules/pam_limits/limits.conf.5.xml: Document race of maxlogins [#10] modules/pam_namespace/pam_namespace.h: Define MS_SLAVE if necessary modules/pam_pwhistory/pam_pwhistory.c: Document how the module works modules/pam_unix/pam_unix.8.xml: Document remember option obsoleted by pam_pwhistory [#6]
Diffstat (limited to 'modules/pam_namespace/pam_namespace.h')
-rw-r--r--modules/pam_namespace/pam_namespace.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/pam_namespace/pam_namespace.h b/modules/pam_namespace/pam_namespace.h
index 1d0c11c6..51d23886 100644
--- a/modules/pam_namespace/pam_namespace.h
+++ b/modules/pam_namespace/pam_namespace.h
@@ -81,6 +81,10 @@
#ifndef MS_PRIVATE
#define MS_PRIVATE (1<<18)
#endif
+#ifndef MS_SLAVE
+#define MS_SLAVE (1<<19)
+#endif
+
/*
* Module defines