Changeset 597 in openpam
- Timestamp:
- 04/14/12 15:00:10 (14 months ago)
- File:
-
- 1 edited
-
trunk/lib/openpam_get_feature.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/openpam_get_feature.c
r596 r597 65 65 /** 66 66 * EXPERIMENTAL 67 *67 68 68 * The =openpam_get_feature function stores the current state of the 69 69 * specified feature in the variable pointed to by its =onoff argument. … … 73 73 * =OPENPAM_FEATURE_RESTRICT_SERVICE_NAME: 74 74 * Disallow path separators in service names. 75 * Disabling this feature allows the application76 Restrict service names to sequences of characters from the77 * POSIX portable filename character set, not including the78 * path separator.79 80 * If this feature is disabled, the application can specifyservice name parameter81 * can be used to specify a policy file directly.82 83 75 * This feature is enabled by default. 76 * Disabling it allows the application to specify the path to 77 * the desired policy file directly. 84 78 * 85 79 * =OPENPAM_FEATURE_CHECK_POLICY_FILE: 80 * Verify the ownership and permissions of the policy file 81 * and the path leading up to it. 86 82 * This feature is enabled by default. 87 83 * 88 84 * =OPENPAM_FEATURE_RESTRICT_MODULE_NAME: 85 * Disallow path separators in module names. 89 86 * This feature is disabled by default. 87 * Enabling it prevents the use of modules in non-standard 88 * locations. 90 89 * 91 90 * =OPENPAM_FEATURE_CHECK_MODULE_FILE: 91 * Verify the ownership and permissions of each loadable 92 * module and the path leading up to it. 92 93 * This feature is enabled by default. 93 94 *
Note: See TracChangeset
for help on using the changeset viewer.