aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_unix/lckpwdf.-c
Commit message (Collapse)AuthorAgeFilesLines
* pam_unix: set close-on-execChristian Göttsche2024-01-151-14/+3
| | | | | | | | | Since the module operates on sensitive files set the close-on-exec flag, to avoid file descriptor leaks if there is ever any sibling thread. The fopen(3) mode "e" is supported in glibc since version 2.7 (released in 2007), and ignored prior, see: https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=65d834b0add966dbbdb5ed1e916c60b2b2d87f10
* pam_unix: skip context translationChristian Göttsche2020-08-051-5/+5
| | | | | | | These retrieved contexts are just passed to libselinux functions and not printed or otherwise made available to the outside, so a context translation to human readable MCS/MLS labels is not needed. (see man:setrans.conf(5))
* pam_unix: replace deprecated security_context_tChristian Göttsche2020-08-051-1/+1
| | | | | libselinux 3.1 deprecated the typedef security_context_t. Use the underlaying type.
* Relevant BUGIDs: noneThorsten Kukuk2005-05-161-0/+25
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Add SELinux support, based on Patch from Red Hat
* Initial revisionAndrew G. Morgan2000-06-201-0/+117