From 880e995b8af296802b126fb9e0d18a708e8860a8 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Tue, 28 Sep 2004 12:53:38 +0000 Subject: Set suid bit to other binaries (/bin/ps, /bin/ids, /bin/w). (Closes: #273507) Thanks Ognyan Kulev . --- debian/changelog | 6 +++++- debian/rules | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a77987f7..c403e841 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,7 +9,11 @@ hurd (20040508-4) UNRELEASED; urgency=low succeeds. (Closes: #273508) [ Guillem Jover ] - * debian/hurd.postinst: Move /bin/login suid root chmod to debian/rules. + * debian/hurd.postinst: + - Move /bin/login suid root chmod to debian/rules. + - Set suid bit to other binaries (/bin/ps, /bin/ids, /bin/w). + (Closes: #273507) + Thanks Ognyan Kulev . -- Michael Banck Tue, 21 Sep 2004 19:23:51 +0200 diff --git a/debian/rules b/debian/rules index 51ccf189..a6c28fdf 100755 --- a/debian/rules +++ b/debian/rules @@ -33,6 +33,8 @@ install/hurd:: # runsystem is managed by update-alternatives mv debian/tmp/libexec/runsystem debian/tmp/libexec/runsystem.gnu +SUID_PROGRAMS = /bin/ids /bin/login /bin/ps /bin/w + binary-predeb/hurd:: - chmod u+s $(CURDIR)/debian/$(cdbs_curpkg)/bin/login + chmod u+s $(patsubst %, $(CURDIR)/debian/$(cdbs_curpkg)%, $(SUID_PROGRAMS)) -- cgit v1.2.3