diff options
| author | Guillem Jover <guillem@debian.org> | 2004-09-28 12:53:38 +0000 |
|---|---|---|
| committer | Guillem Jover <guillem@debian.org> | 2004-09-28 12:53:38 +0000 |
| commit | 880e995b8af296802b126fb9e0d18a708e8860a8 (patch) | |
| tree | 1602b824f7d63101f513e0e9a400b81beced46a0 /debian/rules | |
| parent | 7b2c157c5cc991f74d7dc8428f56ab1d57467ea2 (diff) | |
Set suid bit to other binaries (/bin/ps, /bin/ids, /bin/w).
(Closes: #273507)
Thanks Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 4 |
1 files changed, 3 insertions, 1 deletions
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)) |
