All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Jeffery <andrew@aj.id.au>
To: OpenBMC Patches <openbmc-patches@stwcx.xyz>, openbmc@lists.ozlabs.org
Subject: Re: [PATCH openbmc v6 18/18] initfs: whitelist: Sanitize obmc events whitelist entry
Date: Thu, 23 Jun 2016 16:08:39 +0930	[thread overview]
Message-ID: <1466663919.23740.89.camel@aj.id.au> (raw)
In-Reply-To: <20160623003038.2361-19-openbmc-patches@stwcx.xyz>

[-- Attachment #1: Type: text/plain, Size: 1101 bytes --]

On Wed, 2016-06-22 at 19:30 -0500, OpenBMC Patches wrote:
> From: Milton Miller <miltonm@us.ibm.com>
> 
> 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>
> ---
>  .../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 603cec7..c35a552 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

Reviewed-by: Andrew Jeffery <andrew@aj.id.au>

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  reply	other threads:[~2016-06-23  6:38 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-23  0:30 [PATCH openbmc v6 00/18] Update flash update to be useable at runtime OpenBMC Patches
2016-06-23  0:30 ` [PATCH openbmc v6 01/18] Add pflash parallel build fix patch OpenBMC Patches
2016-06-23  4:12   ` Andrew Jeffery
2016-06-23  0:30 ` [PATCH openbmc v6 02/18] Remove unnecessary skeleton dependencies OpenBMC Patches
2016-06-23  0:30 ` [PATCH openbmc v6 03/18] Removed unused host-ipmid-bt application OpenBMC Patches
2016-06-23  0:30 ` [PATCH openbmc v6 04/18] image_types_uboot: Don't truncate when assembling flash OpenBMC Patches
2016-06-23  4:25   ` Andrew Jeffery
2016-06-23  0:30 ` [PATCH openbmc v6 05/18] initfs: Fix recipe, remove unnecessary class OpenBMC Patches
2016-06-23  4:33   ` Andrew Jeffery
2016-06-23  0:30 ` [PATCH openbmc v6 06/18] initfs: shutdown: comment on update success OpenBMC Patches
2016-06-23  0:30 ` [PATCH openbmc v6 07/18] initfs: update: Don't exec sh or sulogin on error just exit 1 OpenBMC Patches
2016-06-23  4:58   ` Andrew Jeffery
2016-06-23  0:30 ` [PATCH openbmc v6 08/18] initfs: update: Do not cause an error if no files were saved OpenBMC Patches
2016-06-23  5:02   ` Andrew Jeffery
2016-06-23  0:30 ` [PATCH openbmc v6 09/18] initfs: update: Consistently add ERROR: and print to stderr OpenBMC Patches
2016-06-23  5:08   ` Andrew Jeffery
2016-06-23  0:30 ` [PATCH openbmc v6 10/18] initfs: update: add option to perform checks but skip actual update OpenBMC Patches
2016-06-23  5:12   ` Andrew Jeffery
2016-06-26  0:12   ` Milton Miller II
2016-06-23  0:30 ` [PATCH openbmc v6 11/18] initfs: update: check individual mtd partitions for mounts OpenBMC Patches
2016-06-23  5:35   ` Andrew Jeffery
2016-06-26  0:12   ` Milton Miller II
2016-06-27  3:40     ` Andrew Jeffery
2016-06-23  0:30 ` [PATCH openbmc v6 12/18] initfs: update: add check for image size vs mtd size OpenBMC Patches
2016-06-23  5:41   ` Andrew Jeffery
2016-06-23  0:30 ` [PATCH openbmc v6 13/18] initfs: update: add --help message OpenBMC Patches
2016-06-23  5:49   ` Andrew Jeffery
2016-06-23  0:30 ` [PATCH openbmc v6 14/18] initfs: init: add file for base options OpenBMC Patches
2016-06-23  0:30 ` [PATCH openbmc v6 15/18] image-types_uboot: Package a self contained netboot image OpenBMC Patches
2016-06-23  0:30 ` [PATCH openbmc v6 16/18] initfs: update: handle no images to update OpenBMC Patches
2016-06-23  6:11   ` Andrew Jeffery
2016-06-26  0:12   ` Milton Miller II
2016-06-27  3:49     ` Andrew Jeffery
2016-06-23  0:30 ` [PATCH openbmc v6 17/18] initfs: update: Sanitze whitelist directory entries OpenBMC Patches
2016-06-23  6:25   ` Andrew Jeffery
2016-06-26  0:12   ` Milton Miller II
2016-06-27  4:35     ` Andrew Jeffery
2016-06-23  0:30 ` [PATCH openbmc v6 18/18] initfs: whitelist: Sanitize obmc events whitelist entry OpenBMC Patches
2016-06-23  6:38   ` Andrew Jeffery [this message]
2016-06-23  3:37 ` [PATCH openbmc v6 00/18] Update flash update to be useable at runtime Andrew Jeffery

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1466663919.23740.89.camel@aj.id.au \
    --to=andrew@aj.id.au \
    --cc=openbmc-patches@stwcx.xyz \
    --cc=openbmc@lists.ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.