summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_selinux.h
Commit message (Collapse)AuthorAgeFilesLines
* Reuse cached SELinux mappings.Michal Zidek2013-03-191-0/+1
| | | | | | | | Reuse cached SELinux maps when they are requested within time interval (in this patch it is hardcoded to be 5 seconds). https://fedorahosted.org/sssd/ticket/1744
* Move SELinux processing to provider.Michal Zidek2013-03-191-0/+7
| | | | | | | | | | | | The SELinux processing was distributed between provider and pam responder which resulted in hard to maintain code. This patch moves the logic to provider. IT ALSO REQUIRES CHANGE IN THE SELINUX POLICY, because the provider also writes the content of selinux login file to disk (which was done by responder before). https://fedorahosted.org/sssd/ticket/1743
* Renamed session provider to selinux providerJan Zeleny2012-07-271-0/+40