From d55fd29128850520a6a2c44b1bdad5a50175d5ae Mon Sep 17 00:00:00 2001 From: Milton Miller Date: Fri, 17 Jun 2016 15:47:13 -0500 Subject: initfs: whitelist: Sanitize obmc events whitelist entry Remove the trailing / so that the update script doesn't have to loop. It was determined the trailing slash confused the code that makes the save subdirectory. The update script was fixed but this removes the extra work needed. Signed-off-by: Milton Miller --- .../common/recipes-phosphor/obmc-phosphor-initfs/files/whitelist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-phosphor/common/recipes-phosphor/obmc-phosphor-initfs/files/whitelist b/meta-phosphor/common/recipes-phosphor/obmc-phosphor-initfs/files/whitelist index 603cec7e4..c35a552c7 100644 --- a/meta-phosphor/common/recipes-phosphor/obmc-phosphor-initfs/files/whitelist +++ b/meta-phosphor/common/recipes-phosphor/obmc-phosphor-initfs/files/whitelist @@ -6,4 +6,4 @@ /etc/group /etc/shadow /etc/gshadow -/var/lib/obmc/events/ +/var/lib/obmc/events -- cgit v1.2.1