aboutsummaryrefslogtreecommitdiff
path: root/lib/libpam/openpam_features.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpam/openpam_features.c')
-rw-r--r--lib/libpam/openpam_features.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libpam/openpam_features.c b/lib/libpam/openpam_features.c
index 8ca8828058be..387d27bcd384 100644
--- a/lib/libpam/openpam_features.c
+++ b/lib/libpam/openpam_features.c
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2012 Dag-Erling Smørgrav
+ * Copyright (c) 2012-2015 Dag-Erling Smørgrav
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: openpam_features.c 648 2013-03-05 17:54:27Z des $
+ * $Id: openpam_features.c 890 2016-01-11 16:22:09Z des $
*/
#ifdef HAVE_CONFIG_H
@@ -65,4 +65,9 @@ struct openpam_feature openpam_features[OPENPAM_NUM_FEATURES] = {
"Verify ownership and permissions of module files",
1
),
+ STRUCT_OPENPAM_FEATURE(
+ FALLBACK_TO_OTHER,
+ "Fall back to \"other\" policy for empty chains",
+ 1
+ ),
};