From e2c0607d4d4cbb03f240e8e14224f9464a4eb3b5 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Wed, 22 Sep 2004 23:03:15 +0000 Subject: debian/hurd.postinst: Move /bin/login suid root chmod to debian/rules. --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 608d7744..cfd3a825 100755 --- a/debian/rules +++ b/debian/rules @@ -32,3 +32,7 @@ DEB_MAKE_INSTALL_TARGET = install prefix=$(DEB_DESTDIR) sysconfdir=$(DEB_DESTDIR install/hurd:: # runsystem is managed by update-alternatives mv debian/tmp/libexec/runsystem debian/tmp/libexec/runsystem.gnu + +binary-predeb/hurd:: + chmod u+s $(DEB_DESTDIR)/bin/login + -- cgit v1.2.3