summaryrefslogtreecommitdiffstats
path: root/src/sss_client
diff options
context:
space:
mode:
authorJan Zeleny <jzeleny@redhat.com>2012-01-25 03:00:47 -0500
committerStephen Gallagher <sgallagh@redhat.com>2012-02-06 08:25:22 -0500
commit45fea2d9ec14f49d6d88b28958b28d580d7116b3 (patch)
tree1f1a36103257dc9911cd94bcdcfd259ccde5e186 /src/sss_client
parent4c11f752e1f10cf5740d53a3206bb795e9e34fe8 (diff)
downloadsssd-45fea2d9ec14f49d6d88b28958b28d580d7116b3.tar.gz
sssd-45fea2d9ec14f49d6d88b28958b28d580d7116b3.tar.xz
sssd-45fea2d9ec14f49d6d88b28958b28d580d7116b3.zip
SELinux support in PAM responder
Diffstat (limited to 'src/sss_client')
-rw-r--r--src/sss_client/sss_cli.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sss_client/sss_cli.h b/src/sss_client/sss_cli.h
index 15a2b1cb3..591361f43 100644
--- a/src/sss_client/sss_cli.h
+++ b/src/sss_client/sss_cli.h
@@ -358,6 +358,10 @@ enum response_type {
* the user.This should only be used in the case where
* it is not possile to use SSS_PAM_USER_INFO.
* @param A zero terminated string. */
+ SSS_PAM_SELINUX_MAP, /**< A content of a SELinux user mapping file. This
+ * file should be then written to a particular
+ * subdir in /etc/selinux for pam_selinux to read
+ * @param A zero terminated string. */
};
/**