All of lore.kernel.org
 help / color / mirror / Atom feed
* [ALERT] Security vulnerability with recent OE bitbake.conf changes
@ 2007-05-03 12:47 Paul Sokolovsky
  2007-05-03 13:07 ` Richard Purdie
  2007-05-03 13:16 ` Richard Purdie
  0 siblings, 2 replies; 9+ messages in thread
From: Paul Sokolovsky @ 2007-05-03 12:47 UTC (permalink / raw)
  To: openembedded-devel

Hello openembedded-devel,

A commit made some time ago,

http://lists.linuxtogo.org/pipermail/openembedded-commits/2007-April/004912.html

introduced a hole which may lead to unnoticed security vulnerabilities
slipping into the packages/images produced. Specifically, it defines a
random application of a random suite to be used for resolving patching
conflicts/failures. If you don't happen to have that random tool,
patching failure will be silently swallowed, leading to any adverse
effects imaginable - from compile failure to the mentioned security
vulnerabilities.

Proposed solutions:

1. Bring back some reality and switch back to previous default of
dropping to standard shell for resolution:

-TERMCMD ?= "${GNOME_TERMCMD}"
-TERMCMDRUN ?= "${GNOME_TERMCMDRUN}"
+TERMCMD ?= "${SHELLRCCMD}"
+TERMCMDRUN ?= "${SHELLRCCMD}"


2. Add DEPENDS on that random tool, namely gnome-terminal.

If going with choice 2, I proposed also to do the following: 1) add
depends on xine, mplayer, totem, few other video players; 2) add depends
on mesa and show nice 3d rotating menu to select player of user choice;
3) use selected player to show video during the build - after all,
if user deserves comfort of using superfluous GUI tools for conflict
resolution, why one should be bored during normal build process?


Thanks,

-- 
 Paul                          mailto:pmiscml@gmail.com




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

end of thread, other threads:[~2007-05-11 17:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-03 12:47 [ALERT] Security vulnerability with recent OE bitbake.conf changes Paul Sokolovsky
2007-05-03 13:07 ` Richard Purdie
2007-05-03 13:16 ` Richard Purdie
2007-05-03 13:42   ` Paul Sokolovsky
2007-05-07  4:29   ` Justin Patrin
2007-05-08 12:30     ` Richard Purdie
2007-05-08 17:35       ` Justin Patrin
2007-05-08 13:11   ` Paul Sokolovsky
2007-05-11 17:00     ` Paul Sokolovsky

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.