summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilton Miller <miltonm@us.ibm.com>2016-06-17 15:47:13 -0500
committerMilton Miller <miltonm@us.ibm.com>2016-06-30 14:46:45 -0500
commitd55fd29128850520a6a2c44b1bdad5a50175d5ae (patch)
tree76abc9dd386b77e6253001f78c49a2b399657944
parent08f66d08737cd6e35c8cff49acaff8d701eb8313 (diff)
downloadtalos-openbmc-d55fd29128850520a6a2c44b1bdad5a50175d5ae.tar.gz
talos-openbmc-d55fd29128850520a6a2c44b1bdad5a50175d5ae.zip
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 <miltonm@us.ibm.com>
-rw-r--r--meta-phosphor/common/recipes-phosphor/obmc-phosphor-initfs/files/whitelist2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud