diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-11-17 22:11:28 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-11-17 22:11:28 +0100 |
commit | ce003e5d4cd94c5380699b0dadeaaf825813afbe (patch) | |
tree | 54634638fd8470347ab02e16b1645772091780aa /ChangeLog | |
parent | e7df6c5c79458dc042a8c967bafa6e8eca88ae0d (diff) | |
download | glibc-ce003e5d4cd94c5380699b0dadeaaf825813afbe.zip glibc-ce003e5d4cd94c5380699b0dadeaaf825813afbe.tar.gz glibc-ce003e5d4cd94c5380699b0dadeaaf825813afbe.tar.bz2 |
support_become_root: Enable file creation in user namespaces
Without UID/GID maps, file creation will file with EOVERFLOW.
This patch is based on DJ Delorie's work on container testing.
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2017-11-17 Florian Weimer <fweimer@redhat.com> + + support_become_root: Enable file creation in namespaces. + * support/support_become_root.c (setup_mapping): New function. + (support_become_root): Call it. + 2017-11-17 Joseph Myers <joseph@codesourcery.com> * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_DCPOP): New |