pam_namespace ? PAM module for configuring namespace for a session
-------------------------------------------------------------------------------
DESCRIPTION
The pam_namespace PAM module sets up a private namespace for a session with
polyinstantiated directories. A polyinstantiated directory provides a different
instance of itself based on user name, or when using SELinux, user name,
security context or both. If an executable script /etc/security/namespace.init
exists, it is used to initialize the instance directory after it is set up and
mounted on the polyinstantiated directory. The script receives the
polyinstantiated directory path, the instance directory path, flag whether the
instance directory was newly created (0 for no, 1 for yes), and the user name
as its arguments.
The pam_namespace module disassociates the session namespace from the parent
namespace. Any mounts/unmounts performed in the parent namespace, such as
mounting of devices, are not reflected in the session namespace. To propagate
selected mount/unmount events from the parent namespace into the disassociated
session namespace, an administrator may use the special shared-subtree feature.
For additional information on shared-subtree feature, please refer to the mount
(8) man page and the shared-subtree description at http://lwn.net/Articles/
159077 and http://lwn.net/Articles/159092.
OPTIONS
debug
A lot of debug information is logged using syslog
unmnt_remnt
For programs such as su and newrole, the login session has already setup a
polyinstantiated namespace. For these programs, polyinstantiation is
performed based on new user id or security context, however the command
first needs to undo the polyinstantiation performed by login. This argument
instructs the command to first undo previous polyinstantiation before
proceeding with new polyinstantiation based on new id/context
unmnt_only
For trusted programs that want to undo any existing bind mounts and process
instance directories on their own, this argument allows them to unmount
currently mounted instance directories
require_selinux
If selinux is not enabled, return failure
gen_hash
Instead of using the security context string for the instance name,
generate and use its md5 hash.
ignore_config_error
If a line in the configuration file corresponding to a polyinstantiated
directory contains format error, skip that line process the next line.
Without this option, pam will return an error to the calling program
resulting in termination of the session.
ignore_instance_parent_mode
Instance parent directories by default are expected to have the restrictive
mode of 000. Using this option, an administrator can choose to ignore the
mode of the instance parent. This option should be used with caution as it
will reduce security and isolation goals of the polyinstantiation
mechanism.
no_unmount_on_close
For certain trusted programs such as newrole, open session is called from a
child process while the parent performs close session and pam end
functions. For these commands use this option to instruct pam_close_session
to not unmount the bind mounted polyinstantiated directory in the parent.
use_current_context
Useful for services which do not change the SELinux context with setexeccon
call. The module will use the current SELinux context of the calling
process for the level and context polyinstantiation.
use_default_context
Useful for services which do not use pam_selinux for changing the SELinux
context with setexeccon call. The module will use the default SELinux
context of the user for the level and context polyinstantiation.
DESCRIPTION
The pam_namespace.so module allows setup of private namespaces with
polyinstantiated directories. Directories can be polyinstantiated based on user
name or, in the case of SELinux, user name, sensitivity level or complete
security context. If an executable script /etc/security/namespace.init exists,
it is used to initialize the namespace every time an instance directory is set
up and mounted. The script receives the polyinstantiated directory path and the
instance directory path as its arguments.
The /etc/security/namespace.conf file specifies which directories are
polyinstantiated, how they are polyinstantiated, how instance directories would
be named, and any users for whom polyinstantiation would not be performed.
When someone logs in, the file namespace.conf is scanned. Comments are marked
by # characters. Each non comment line represents one polyinstantiated
directory. The fields are separated by spaces but can be quoted by " characters
also escape sequences \b, \n, and \t are recognized. The fields are as follows:
polydir instance_prefix method list_of_uids
The first field, polydir, is the absolute pathname of the directory to
polyinstantiate. The special string $HOME is replaced with the user's home
directory, and $USER with the username. This field cannot be blank.
The second field, instance_prefix is the string prefix used to build the
pathname for the instantiation of