From patchwork Fri Apr 6 06:53:47 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/1] shadow-native: disable logging to syslog Date: Fri, 06 Apr 2012 06:53:47 -0000 From: Scott Garman X-Patchwork-Id: 25267 Message-Id: To: openembedded-core@lists.openembedded.org Hello, This pull request includes a patch to shadow to disable logging to syslog, to prevent sysroot user and group additions from writing entries to the host's syslog. I have build-tested this with core-image-sato (which builds a few useradd-based recipes, such as avahi and dbus) for all 5 of our qemu architectures, while watching my syslog to verify that no useradd or groupadd entries were written. Scott The following changes since commit 1a82989345fb98becb487d270fd93a5e6dffeb47: runqemu-internal: Add console=tty for qemuppc and NFS (2012-04-06 01:12:15 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib sgarman/shadow-syslog-fix-oe http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/shadow-syslog-fix-oe Scott Garman (1): shadow-native: disable logging to syslog .../shadow/files/disable-syslog.patch | 34 ++++++++++++++++++++ .../shadow/shadow-native_4.1.4.3.bb | 5 ++- 2 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-extended/shadow/files/disable-syslog.patch