From 9fe629581bf126af81233706e71bec60decee79c Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Sun, 6 Aug 2006 11:38:43 +0000 Subject: Relevant BUGIDs: Purpose of commit: bugfix Commit summary: --------------- 2006-08-06 Thorsten Kukuk * modules/pam_umask/pam_umask.c (setup_limits_from_gecos): Add error handling. * modules/pam_umask/pam_umask.8.xml: Document silent option. * xtests/Makefile.am: Fix includes for bootstrapping. Reported by Greg Schafer . --- modules/pam_umask/pam_umask.8 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'modules/pam_umask/pam_umask.8') diff --git a/modules/pam_umask/pam_umask.8 b/modules/pam_umask/pam_umask.8 index 230a4676..43160d63 100644 --- a/modules/pam_umask/pam_umask.8 +++ b/modules/pam_umask/pam_umask.8 @@ -1,11 +1,11 @@ .\" Title: pam_umask .\" Author: .\" Generator: DocBook XSL Stylesheets v1.70.1 -.\" Date: 06/09/2006 +.\" Date: 08/06/2006 .\" Manual: Linux\-PAM Manual .\" Source: Linux\-PAM Manual .\" -.TH "PAM_UMASK" "8" "06/09/2006" "Linux\-PAM Manual" "Linux\-PAM Manual" +.TH "PAM_UMASK" "8" "08/06/2006" "Linux\-PAM Manual" "Linux\-PAM Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -14,7 +14,7 @@ pam_umask \- PAM module to set the file mode creation mask .SH "SYNOPSIS" .HP 13 -\fBpam_umask.so\fR [debug] [usergroups] [umask=\fImask\fR] +\fBpam_umask.so\fR [debug] [silent] [usergroups] [umask=\fImask\fR] .SH "DESCRIPTION" .PP pam_umask is a PAM module to set the file mode creation mask of the current environment. The umask affects the default permissions assigned to newly created files. @@ -46,6 +46,9 @@ UMASK entry from /etc/login.defs \fBdebug\fR Print debug information. .TP 3n +\fBsilent\fR +Don't print informative messages. +.TP 3n \fBusergroups\fR If the user is not root, and the user ID is equal to the group ID, and the username is the same as primary group name, the umask group bits are set to be the same as owner bits (examples: 022 \-> 002, 077 \-> 007). .TP 3n -- cgit v1.2.3