Package: kismet Version: 2013.03.R1b-2 Severity: normal Tags: patch Dear Maintainer, the postinst script contains an invalid path to the dpkg-statoverride: /usr/sbin/dpkg-statoverride The fixed script changed suid bit as I expected.
--- kismet.postinst~ 2013-10-14 02:23:39.000000000 +0200 +++ kismet.postinst 2013-11-09 13:37:47.916203562 +0100 @@ -14,14 +14,14 @@ echo "must be run with 'sudo'. This is not the preferred nor most secure way " echo "to install Kismet." - if [ -x /usr/sbin/dpkg-statoverride ] && \ - ! /usr/sbin/dpkg-statoverride --list $PROGRAM >/dev/null; then + if [ -x /usr/bin/dpkg-statoverride ] && \ + ! /usr/bin/dpkg-statoverride --list $PROGRAM >/dev/null; then chown root:root $PROGRAM chmod u=rwx,go=rx $PROGRAM fi else - if [ -x /usr/sbin/dpkg-statoverride ] && \ - ! /usr/sbin/dpkg-statoverride --list $PROGRAM >/dev/null; then + if [ -x /usr/bin/dpkg-statoverride ] && \ + ! /usr/bin/dpkg-statoverride --list $PROGRAM >/dev/null; then addgroup --quiet --system $GROUP Thanks for packaging the Kismet. Cheers -- Zito *** Please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) that was effective (or ineffective)? * What was the outcome of this action? * What outcome did you expect instead? *** End of the template - remove these lines *** -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.11-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages kismet depends on: ii adduser 3.113+nmu3 ii debconf [debconf-2.0] 1.5.52 ii libc6 2.17-93 ii libcap2 1:2.22-1.2 ii libcap2-bin 1:2.22-1.2 ii libgcc1 1:4.8.2-2 ii libncurses5 5.9+20130608-1 ii libnl-3-200 3.2.21-1 ii libnl-genl-3-200 3.2.21-1 ii libpcap0.8 1.4.0-2 ii libpcre3 1:8.31-2 ii libstdc++6 4.8.2-2 ii libtinfo5 5.9+20130608-1 kismet recommends no packages. Versions of packages kismet suggests: pn festival <none> pn gpsd <none> ii kismet-plugins 2013.03.R1b-2 -- Configuration Files: /etc/kismet/kismet.conf changed [not included] -- debconf information: * kismet/install-users: zito * kismet/install-setuid: true -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org