From 51b5d09c9406ad58a2ae45b036c381637379fc0a Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 3 Jul 2016 18:04:33 +0200 Subject: [PATCH] Note which bug this fixes in the changes entry --- changes/bug19556 | 1 + 1 file changed, 1 insertion(+) diff --git a/changes/bug19556 b/changes/bug19556 index fb1e601390..f4ac894f46 100644 --- a/changes/bug19556 +++ b/changes/bug19556 @@ -4,3 +4,4 @@ private stats directory, calls check_private_dir(), which also opens and not just stats() the directory. Therefore, we need to also allow open() for the stats dir in our sandboxing setup. + Fixes bug 19556.