aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_namespace/pam_namespace.c
Commit message (Expand)AuthorAgeFilesLines
* pam_namespace: log getfscreatecon(3) failureChristian Göttsche2024-05-241-1/+3
* pam_namespace: free SELinux context on error pathIker Pedrosa2024-05-231-0/+3
* pam_namespace: free SELinux contextIker Pedrosa2024-05-231-0/+1
* conf/modules: constify read-only data arraysChristian Göttsche2024-02-221-4/+4
* pam_namespace: include stdint.hJacob Heider2024-01-171-0/+2
* pam_namespace: protect_dir(): use O_DIRECTORY to prevent local DoS situationsMatthias Gerstner2024-01-171-17/+1
* treewide: fix typos in commentsTobias Stoeckmann2024-01-051-1/+1
* pam_namespace: validate amount of uids in configTobias Stoeckmann2024-01-031-1/+6
* pam_namespace: close unnecessary file descriptors before exec()Matthias Gerstner2024-01-031-0/+11
* pam_namespace: cleanup_tmpdirs(): use proper error messageMatthias Gerstner2024-01-031-1/+1
* pam_namespace: fix double-free on parse error in namespace.confMatthias Gerstner2024-01-031-1/+1
* treewide: use asprintf to construct stringsTobias Stoeckmann2023-12-191-16/+10
* treewide: replace malloc followed by strcpy with strdupTobias Stoeckmann2023-12-191-2/+1
* treewide: fix typosTobias Stoeckmann2023-12-181-1/+1
* treewide: store strlen results in size_tTobias Stoeckmann2023-12-141-4/+4
* treewide: do not cast calloc/malloc/reallocTobias Stoeckmann2023-11-121-2/+2
* modules: cast to unsigned char for character handling functionChristian Göttsche2023-08-071-1/+1
* pam_namespace: make sure the SIGCHLD handler is not reset too earlyDmitry V. Levin2022-07-161-15/+15
* pam_namespace: use vendor specific namespace.conf and namespace.init as fallbackStefan Schubert2022-06-301-14/+114
* pam_namespace: check for string_to_security_class failureChristian Göttsche2020-12-081-0/+6
* pam_namespace: skip context translationChristian Göttsche2020-08-051-8/+8
* pam_namespace: replace deprecated matchpathconChristian Göttsche2020-08-051-13/+21
* pam_namespace: replace deprecated security_context_tChristian Göttsche2020-08-051-8/+8
* pam_namespace, pam_mkhomedir: fix unlikely descriptor leaks on error pathikerexxe2020-07-011-0/+1
* Fix various typos found using codespell toolDmitry V. Levin2020-03-281-2/+2
* modules/pam_namespace: use pam_str_skip_prefixDmitry V. Levin2020-03-191-1/+1
* Use PAM_ARRAY_SIZEDmitry V. Levin2020-03-191-2/+3
* Fix remaining -Wcast-qual compilation warningsDmitry V. Levin2020-01-201-0/+3
* Fix miscellaneous const issuesTomas Mraz2020-01-201-3/+3
* Miscellaneous spelling fixesSteve Langasek2020-01-151-1/+1
* pam_namespace: Support for noexec, nosuid and nodev flags for tmpfs mountsTomas Mraz2019-11-041-2/+70
* Unification and cleanup of syslog log levels.Tomas Mraz2016-06-301-5/+5
* Remove "--enable-static-modules" option and support fromThorsten Kukuk2016-03-291-17/+2
* pam_namespace: don't use bashisms in default namespace.init scriptSteve Langasek2014-01-151-0/+5
* pam_namespace: add mntopts flag for tmpfs mount optionsTomas Mraz2012-10-101-3/+18
* Do not unmount anything by default in pam_namespace close session call.Tomas Mraz2012-01-261-11/+13
* Make / mount as rslave instead of bind mounting polydirs.Tomas Mraz2012-01-241-21/+19
* Fix whitespace issuesDmitry V. Levin2011-10-261-165/+165
* Detect the shared / mount and enable private mounts based on that.Tomas Mraz2011-06-071-0/+51
* Add support for the mount_private option to pam_namespace.Tomas Mraz2011-06-021-5/+24
* Relevant BUGIDs:Tomas Mraz2011-03-181-7/+10
* Relevant BUGIDs:Tomas Mraz2010-11-111-4/+4
* Relevant BUGIDs:Tomas Mraz2010-10-221-3/+5
* Relevant BUGIDs:Dmitry V. Levin2009-04-031-5/+5
* Relevant BUGIDs:Tomas Mraz2009-02-271-12/+12
* Relevant BUGIDs:Tomas Mraz2008-04-181-103/+295
* Relevant BUGIDs: rhbz#438338, rhbz#438264Tomas Mraz2008-03-201-5/+11
* Relevant BUGIDs:Tomas Mraz2008-02-131-299/+618
* Relevant BUGIDs:Tomas Mraz2008-02-011-48/+163
* Relevant BUGIDs: rhbz #306901, rhbz #295151Tomas Mraz2007-09-271-2/+3