diff options
author | Florian Weimer <fweimer@redhat.com> | 2018-08-28 14:02:47 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-08-28 14:02:47 +0200 |
commit | d6c44c3d0ca4b8b639803ddccb83b9b8722f45c1 (patch) | |
tree | 8b4aeaafe85b5ba687b6c51429de12a03f0e078b /ChangeLog | |
parent | 745664bd798ec8fd50438605948eea594179fba1 (diff) | |
download | termbaud-d6c44c3d0ca4b8b639803ddccb83b9b8722f45c1.tar.gz termbaud-d6c44c3d0ca4b8b639803ddccb83b9b8722f45c1.tar.xz termbaud-d6c44c3d0ca4b8b639803ddccb83b9b8722f45c1.zip |
test-container: EPERM from unshare is UNSUPPORTED
For example, the security policy on the Fedora build daemons results in
this EPERM error.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3995e4b536a..61b12adb9e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2018-08-28 Florian Weimer <fweimer@redhat.com> + * support/test-container.c (main): Treat unshare failure with + EPERM as an unsupported test. + +2018-08-28 Florian Weimer <fweimer@redhat.com> + [BZ #23520] nscd: Fix use-after-free in addgetnetgrentX and its callers. * nscd/netgroupcache.c |