diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-11-18 14:30:20 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-11-18 14:30:20 +0100 |
commit | 273a0c4983ecff9fe53258755b155227afe2938f (patch) | |
tree | 9dd8769cf25b1e29331af8d0830a5549c323e7b6 /support/Makefile | |
parent | 8adfb0eeffd1888f9b53b8d8677eb1656cd20e47 (diff) | |
download | glibc-273a0c4983ecff9fe53258755b155227afe2938f.tar glibc-273a0c4983ecff9fe53258755b155227afe2938f.tar.gz glibc-273a0c4983ecff9fe53258755b155227afe2938f.tar.bz2 glibc-273a0c4983ecff9fe53258755b155227afe2938f.zip |
support_enter_mount_namespace: Unshare with mount --make-rprivate
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>
Diffstat (limited to 'support/Makefile')
-rw-r--r-- | support/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/Makefile b/support/Makefile index f7a878b950..384fecb65a 100644 --- a/support/Makefile +++ b/support/Makefile @@ -42,6 +42,7 @@ libsupport-routines = \ support_capture_subprocess \ support_capture_subprocess_check \ support_chroot \ + support_enter_mount_namespace \ support_enter_network_namespace \ support_format_address_family \ support_format_addrinfo \ |