From ab06ff369b1c45ade3195d96cee76e1850e14d16c1e20664e3d03b0457bb3f93 Mon Sep 17 00:00:00 2001 From: Petr Uzel Date: Tue, 1 Jun 2010 14:36:40 +0000 Subject: [PATCH 1/3] fix bnc#604168 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=41 --- util-linux.changes | 5 +++++ uuidd.rc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/util-linux.changes b/util-linux.changes index 6112efe..9732cbd 100644 --- a/util-linux.changes +++ b/util-linux.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 1 14:23:23 UTC 2010 - puzel@novell.com + +- do not run uuidd as root, but uuidd:uuidd (bnc#604168) + ------------------------------------------------------------------- Fri May 28 13:24:43 UTC 2010 - puzel@novell.com diff --git a/uuidd.rc b/uuidd.rc index 794295d..271a0d2 100644 --- a/uuidd.rc +++ b/uuidd.rc @@ -31,7 +31,7 @@ case "$1" in echo -n "Starting uuidd " mkdir -p $UUIDD_PID_PATH chown uuidd:uuidd $UUIDD_PID_PATH - /sbin/startproc $UUIDD_BIN $UUIDD_OPTIONS + /sbin/startproc -u uuidd -g uuidd $UUIDD_BIN $UUIDD_OPTIONS rc_status -v ;; stop) From abe72e348873370bee86fa9e8809be0f1f509c8cc279518384bf7368ebd2beab Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 18 Jun 2010 03:15:07 +0000 Subject: [PATCH 2/3] checked in (request 41635) OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=42 --- util-linux.changes | 5 ----- uuidd.rc | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/util-linux.changes b/util-linux.changes index 9732cbd..6112efe 100644 --- a/util-linux.changes +++ b/util-linux.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Tue Jun 1 14:23:23 UTC 2010 - puzel@novell.com - -- do not run uuidd as root, but uuidd:uuidd (bnc#604168) - ------------------------------------------------------------------- Fri May 28 13:24:43 UTC 2010 - puzel@novell.com diff --git a/uuidd.rc b/uuidd.rc index 271a0d2..794295d 100644 --- a/uuidd.rc +++ b/uuidd.rc @@ -31,7 +31,7 @@ case "$1" in echo -n "Starting uuidd " mkdir -p $UUIDD_PID_PATH chown uuidd:uuidd $UUIDD_PID_PATH - /sbin/startproc -u uuidd -g uuidd $UUIDD_BIN $UUIDD_OPTIONS + /sbin/startproc $UUIDD_BIN $UUIDD_OPTIONS rc_status -v ;; stop) From 8ae9ac4078029951bc390afa87a55a9fc84481bfbc192ae2c13eb060619be33f Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 18 Jun 2010 03:15:08 +0000 Subject: [PATCH 3/3] Updating link to change in openSUSE:Factory/util-linux revision 92.0 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=555acafc445392909a4705fe5eeef66a --- util-linux.changes | 5 +++++ util-linux.spec | 2 +- uuidd.rc | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/util-linux.changes b/util-linux.changes index 6112efe..9732cbd 100644 --- a/util-linux.changes +++ b/util-linux.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 1 14:23:23 UTC 2010 - puzel@novell.com + +- do not run uuidd as root, but uuidd:uuidd (bnc#604168) + ------------------------------------------------------------------- Fri May 28 13:24:43 UTC 2010 - puzel@novell.com diff --git a/util-linux.spec b/util-linux.spec index e5ba049..1de8871 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -27,7 +27,7 @@ License: GPLv2+ Group: System/Base AutoReqProv: on Version: 2.17.2 -Release: 3 +Release: 4 Recommends: %name-lang = %{version} Summary: A collection of basic system utilities Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v%{version}/%name-ng-%{version}.tar.bz2 diff --git a/uuidd.rc b/uuidd.rc index 794295d..271a0d2 100644 --- a/uuidd.rc +++ b/uuidd.rc @@ -31,7 +31,7 @@ case "$1" in echo -n "Starting uuidd " mkdir -p $UUIDD_PID_PATH chown uuidd:uuidd $UUIDD_PID_PATH - /sbin/startproc $UUIDD_BIN $UUIDD_OPTIONS + /sbin/startproc -u uuidd -g uuidd $UUIDD_BIN $UUIDD_OPTIONS rc_status -v ;; stop)