All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security] [PATCH] tripwire: Fix path to nano in default twcfg.txt
@ 2015-08-31 19:40 Haris Okanovic
  2015-08-31 22:41 ` akuster808
  0 siblings, 1 reply; 2+ messages in thread
From: Haris Okanovic @ 2015-08-31 19:40 UTC (permalink / raw)
  To: openembedded-devel

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
-- 
2.4.5



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-31 22:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.