tag 755885 + patch thanks Hi,
Please find attached here a patch that add a new "setpriv" package Cheers, Laurent Bigonville
diff -Nru util-linux-2.27.1/debian/changelog util-linux-2.27.1/debian/changelog --- util-linux-2.27.1/debian/changelog 2016-01-24 12:09:19.000000000 +0100 +++ util-linux-2.27.1/debian/changelog 2016-01-25 18:29:16.000000000 +0100 @@ -1,3 +1,11 @@ +util-linux (2.27.1-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Start building the setpriv executable and ships it into its own package + (Closes: #755885) + + -- Laurent Bigonville <[email protected]> Mon, 25 Jan 2016 18:28:31 +0100 + util-linux (2.27.1-2) unstable; urgency=medium [ Andreas Henriksson ] diff -Nru util-linux-2.27.1/debian/control util-linux-2.27.1/debian/control --- util-linux-2.27.1/debian/control 2016-01-24 12:09:19.000000000 +0100 +++ util-linux-2.27.1/debian/control 2016-01-25 18:28:19.000000000 +0100 @@ -8,6 +8,7 @@ dh-systemd (>= 1.5), dpkg-dev (>= 1.17.14), gettext, + libcap-ng-dev [linux-any] <!stage1>, libncurses5-dev, libncursesw5-dev, libpam0g-dev <!stage1>, @@ -325,3 +326,15 @@ Description: stripped down miscellaneous system utilities, for debian-installer This is a minimal version of util-linux for debian-installer. It only contains the blkid binary at the moment. + +Package: setpriv +Architecture: linux-any +Build-Profiles: <!stage1> +Section: admin +Priority: optional +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} +Multi-Arch: foreign +Description: tool to run a program with different Linux privilege settings + This package provides the setpriv command which allows the user to set or + query various Linux privilege settings that are inherited across execve. diff -Nru util-linux-2.27.1/debian/setpriv.install util-linux-2.27.1/debian/setpriv.install --- util-linux-2.27.1/debian/setpriv.install 1970-01-01 01:00:00.000000000 +0100 +++ util-linux-2.27.1/debian/setpriv.install 2016-01-25 18:20:04.000000000 +0100 @@ -0,0 +1,3 @@ +usr/bin/setpriv +usr/share/bash-completion/completions/setpriv +usr/share/man/man1/setpriv.1

