summaryrefslogtreecommitdiff
path: root/Linux-PAM/modules/pam_keyinit/pam_keyinit.8
diff options
context:
space:
mode:
Diffstat (limited to 'Linux-PAM/modules/pam_keyinit/pam_keyinit.8')
-rw-r--r--Linux-PAM/modules/pam_keyinit/pam_keyinit.8179
1 files changed, 85 insertions, 94 deletions
diff --git a/Linux-PAM/modules/pam_keyinit/pam_keyinit.8 b/Linux-PAM/modules/pam_keyinit/pam_keyinit.8
index 40b1e125..b833cfee 100644
--- a/Linux-PAM/modules/pam_keyinit/pam_keyinit.8
+++ b/Linux-PAM/modules/pam_keyinit/pam_keyinit.8
@@ -1,133 +1,124 @@
-.\"Generated by db2man.xsl. Don't modify this, modify the source.
-.de Sh \" Subsection
-.br
-.if t .Sp
-.ne 5
-.PP
-\fB\\$1\fR
-.PP
-..
-.de Sp \" Vertical space (when we can't use .PP)
-.if t .sp .5v
-.if n .sp
-..
-.de Ip \" List item
-.br
-.ie \\n(.$>=3 .ne \\$3
-.el .ne 3
-.IP "\\$1" \\$2
-..
-.TH "PAM_KEYINIT" 8 "" "" ""
-.SH NAME
-pam_keyinit \- Kernel session keyring initialiser module
-.SH "SYNOPSIS"
+.\" Title: pam_keyinit
+.\" Author:
+.\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/>
+.\" Date: 01/08/2008
+.\" Manual: Linux-PAM Manual
+.\" Source: Linux-PAM Manual
+.\"
+.TH "PAM_KEYINIT" "8" "01/08/2008" "Linux-PAM Manual" "Linux\-PAM Manual"
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
.ad l
-.hy 0
+.SH "NAME"
+pam_keyinit - Kernel session keyring initialiser module
+.SH "SYNOPSIS"
.HP 15
-\fBpam_keyinit\&.so\fR [debug] [force] [revoke]
-.ad
-.hy
-
+\fBpam_keyinit\.so\fR [debug] [force] [revoke]
.SH "DESCRIPTION"
-
.PP
-The pam_keyinit PAM module ensures that the invoking process has a session keyring other than the user default session keyring\&.
-
+The pam_keyinit PAM module ensures that the invoking process has a session keyring other than the user default session keyring\.
.PP
-The session component of the module checks to see if the process's session keyring is the user default, and, if it is, creates a new anonymous session keyring with which to replace it\&.
-
+The session component of the module checks to see if the process\'s session keyring is the user default, and, if it is, creates a new anonymous session keyring with which to replace it\.
.PP
-If a new session keyring is created, it will install a link to the user common keyring in the session keyring so that keys common to the user will be automatically accessible through it\&.
-
+If a new session keyring is created, it will install a link to the user common keyring in the session keyring so that keys common to the user will be automatically accessible through it\.
.PP
-The session keyring of the invoking process will thenceforth be inherited by all its children unless they override it\&.
-
+The session keyring of the invoking process will thenceforth be inherited by all its children unless they override it\.
.PP
-This module is intended primarily for use by login processes\&. Be aware that after the session keyring has been replaced, the old session keyring and the keys it contains will no longer be accessible\&.
-
+This module is intended primarily for use by login processes\. Be aware that after the session keyring has been replaced, the old session keyring and the keys it contains will no longer be accessible\.
.PP
-This module should not, generally, be invoked by programs like \fIsu\fR, since it is usually desirable for the key set to percolate through to the alternate context\&. The keys have their own permissions system to manage this\&.
-
+This module should not, generally, be invoked by programs like
+\fBsu\fR, since it is usually desirable for the key set to percolate through to the alternate context\. The keys have their own permissions system to manage this\.
.PP
-This module should be included as early as possible in a PAM configuration, so that other PAM modules can attach tokens to the keyring\&.
-
+This module should be included as early as possible in a PAM configuration, so that other PAM modules can attach tokens to the keyring\.
.PP
-The keyutils package is used to manipulate keys more directly\&. This included in the Fedora Extras 5+ and Red Hat Enterprise Linux 4 U2+ and can also be obtained from:
-
+The keyutils package is used to manipulate keys more directly\. This can be obtained from:
.PP
- Keyutils : \fIhttp://people.redhat.com/~dhowells/keyutils/\fR
+\fI Keyutils \fR\&[1]
.SH "OPTIONS"
-
-.TP
+.PP
\fBdebug\fR
-Log debug information with \fBsyslog\fR(3)\&.
-
-.TP
+.RS 4
+Log debug information with
+\fBsyslog\fR(3)\.
+.RE
+.PP
\fBforce\fR
-Causes the session keyring of the invoking process to be replaced unconditionally\&.
-
-.TP
+.RS 4
+Causes the session keyring of the invoking process to be replaced unconditionally\.
+.RE
+.PP
\fBrevoke\fR
-Causes the session keyring of the invoking process to be revoked when the invoking process exits if the session keyring was created for this process in the first place\&.
-
+.RS 4
+Causes the session keyring of the invoking process to be revoked when the invoking process exits if the session keyring was created for this process in the first place\.
+.RE
.SH "MODULE SERVICES PROVIDED"
-
.PP
-Only the \fIsession\fR service is supported\&.
-
+Only the
+\fBsession\fR
+service is supported\.
.SH "RETURN VALUES"
-
-.TP
+.PP
PAM_SUCCESS
+.RS 4
This module will usually return this value
-
-.TP
+.RE
+.PP
PAM_AUTH_ERR
-Authentication failure\&.
-
-.TP
+.RS 4
+Authentication failure\.
+.RE
+.PP
PAM_BUF_ERR
-Memory buffer error\&.
-
-.TP
+.RS 4
+Memory buffer error\.
+.RE
+.PP
PAM_IGNORE
-The return value should be ignored by PAM dispatch\&.
-
-.TP
+.RS 4
+The return value should be ignored by PAM dispatch\.
+.RE
+.PP
PAM_SERVICE_ERR
-Cannot determine the user name\&.
-
-.TP
+.RS 4
+Cannot determine the user name\.
+.RE
+.PP
PAM_SESSION_ERR
-This module will return this value if its arguments are invalid or if a system error such as ENOMEM occurs\&.
-
-.TP
+.RS 4
+This module will return this value if its arguments are invalid or if a system error such as ENOMEM occurs\.
+.RE
+.PP
PAM_USER_UNKNOWN
-User not known\&.
-
+.RS 4
+User not known\.
+.RE
.SH "EXAMPLES"
-
.PP
-Add this line to your login entries to start each login session with its own session keyring:
-
+Add this line to your login entries to start each login session with its own session keyring:
+.sp
+.RS 4
.nf
-
-session required pam_keyinit\&.so
+session required pam_keyinit\.so
.fi
-
-
+.RE
.PP
-This will prevent keys from one session leaking into another session for the same user\&.
-
+This will prevent keys from one session leaking into another session for the same user\.
.SH "SEE ALSO"
-
.PP
- \fBpam\&.conf\fR(5), \fBpam\&.d\fR(8), \fBpam\fR(8) \fBkeyctl\fR(1)
+\fBpam.conf\fR(5),
+\fBpam.d\fR(8),
+\fBpam\fR(8)
+\fBkeyctl\fR(1)
.SH "AUTHOR"
-
.PP
-pam_keyinit was written by David Howells, <dhowells@redhat\&.com>\&.
-
+pam_keyinit was written by David Howells, <dhowells@redhat\.com>\.
+.SH "NOTES"
+.IP " 1." 4
+Keyutils
+.RS 4
+\%http://people.redhat.com/~dhowells/keyutils/
+.RE