Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: akuster808 <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-security] [PATCH] tripwire: Fix path to nano in default twcfg.txt
Date: Mon, 31 Aug 2015 15:41:52 -0700	[thread overview]
Message-ID: <55E4D830.3090105@gmail.com> (raw)
In-Reply-To: <1441050036-27596-1-git-send-email-haris.okanovic@ni.com>

merged.

thanks,
Armin

On 08/31/2015 12:40 PM, Haris Okanovic wrote:
> Nano is installed under /usr/bin/, not /bin/.
> 
> Installed Tripwire on a Fido image and successfully ran
> `tripwire --update` to invoke text editor.
> 
> Signed-off-by: Haris Okanovic <haris.okanovic@ni.com>
> ---
>  recipes-security/tripwire/files/twcfg.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-security/tripwire/files/twcfg.txt b/recipes-security/tripwire/files/twcfg.txt
> index 131b097..224e920 100644
> --- a/recipes-security/tripwire/files/twcfg.txt
> +++ b/recipes-security/tripwire/files/twcfg.txt
> @@ -4,7 +4,7 @@ DBFILE                 =/var/lib/tripwire/$(HOSTNAME).twd
>  REPORTFILE             =/var/lib/tripwire/report/$(HOSTNAME)-$(DATE).twr
>  SITEKEYFILE            =/etc/tripwire/site.key
>  LOCALKEYFILE           =/etc/tripwire/$(HOSTNAME)-local.key
> -EDITOR                 =/bin/nano
> +EDITOR                 =/usr/bin/nano
>  LATEPROMPTING          =false
>  LOOSEDIRECTORYCHECKING =false
>  MAILNOVIOLATIONS       =true
> 


      reply	other threads:[~2015-08-31 22:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-31 19:40 [meta-security] [PATCH] tripwire: Fix path to nano in default twcfg.txt Haris Okanovic
2015-08-31 22:41 ` akuster808 [this message]

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=55E4D830.3090105@gmail.com \
    --to=akuster808@gmail.com \
    --cc=openembedded-devel@lists.openembedded.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox