about summary refs log tree commit diff
path: root/support/namespace.h
Commit message (Collapse)AuthorAgeFilesLines
* nss_files: Fix /etc/aliases null pointer dereference [BZ #24059]Florian Weimer2019-01-311-0/+2
| | | | | | | | If /etc/aliases ends with a continuation line (a line that starts with whitespace) which does not have a trailing newline character, the file parser would crash due to a null pointer dereference. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
| | | | | | | * All files with FSF copyright notices: Update copyright dates using scripts/update-copyrights. * locale/programs/charmap-kw.h: Regenerated. * locale/programs/locfile-kw.h: Likewise.
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
| | | | | | | * All files with FSF copyright notices: Update copyright dates using scripts/update-copyrights. * locale/programs/charmap-kw.h: Regenerated. * locale/programs/locfile-kw.h: Likewise.
* support_enter_mount_namespace: Unshare with mount --make-rprivateFlorian Weimer2017-11-181-0/+5
| | | | | | | System defaults vary, and a mere unshare (CLONE_NEWNS) (which is part of support_become_root) is no longer sufficient. Reviewed-by: Christian Brauner <christian.brauner@ubuntu.com>
* support_chroot_create: Add support for /etc/hosts, /etc/host.confFlorian Weimer2017-09-011-3/+8
|
* support: Add support_chroot_create and support_chroot_freeFlorian Weimer2017-07-051-0/+32
|
* resolv: Tests for various versions of res_initFlorian Weimer2017-06-021-0/+12
|
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
|
* support: Helper functions for entering namespacesFlorian Weimer2016-12-311-0/+53