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/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/rules') 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