Capabilities are read from the /etc/security/capability.conf config file, or alternate file specified with the config= option.
The module must not be called by a multithreaded application.
config=/path/to/capability.conf
debug
Only the authentication module type is provided.
PAM_AUTH_ERR
PAM_IGNORE
PAM_INCOMPLETE
PAM_SUCCESS
/etc/security/capability.conf
Nearly all applications/daemons which use PAM for authentication contain a configuration line: @include common-auth. Thus, to set inheritable capabilities in all of these applications, add the following as the last line to /etc/pam.d/common-auth
To set inheritable capabilities for a user in a specific application, or in application(s) which do not @include common-auth, add the line below to the application-specific file; e.g. /etc/pam.d/myapp
capability.conf(5), pam.d(5), pam(7).
pam_cap was initially written by Andrew G. Morgan <morgan@kernel.org>