From 2cffe6c172c372ac6ddf4c948c92373f69ed7def Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Wed, 20 Jun 2007 13:54:08 +0000 Subject: Relevant BUGIDs: 1688777 Purpose of commit: new features Commit summary: --------------- 2007-06-20 Thorsten Kukuk * modules/pam_cracklib/pam_cracklib.8.xml: Document new minclass option. * modules/pam_cracklib/pam_cracklib.c: Add support for minimum character classes [#1688777]. Based on patch from Keith Schincke. * xtests/tst-pam_cracklib2.c: New, test case for minclass option. * xtests/tst-pam_cracklib2.pamd: New, PAM config file for test case. * xtests/Makefile.am: Add new testcase. * xtests/pam_cracklib.c: Fix comment what this application tests. * configure.in: Use /lib64 on x86-64, ppc64, s390x, sparc64 --- modules/pam_selinux/README | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'modules/pam_selinux/README') diff --git a/modules/pam_selinux/README b/modules/pam_selinux/README index 4268d3fb..9e841f2e 100644 --- a/modules/pam_selinux/README +++ b/modules/pam_selinux/README @@ -31,11 +31,6 @@ debug Turns on debugging via syslog(3). -multiple - - Tells pam_selinux.so to allow the user to select the security context they - will login with, if the user has more than one role. - open Only execute the open_session portion of the module. @@ -48,6 +43,16 @@ verbose attempt to inform the user when security context is set. +select_context + + Attempt to ask the user for a custom security context role. If MLS is on + ask also for sensitivity level. + +use_current_range + + Use the sensitivity range of the process for the user context. This option + and the select_context option are mutually exclusive. + EXAMPLES auth required pam_unix.so -- cgit v1.2.3