Package: tvtime
Version: 1.0.1-2.2
Severity: minor

The suid bits become overwritten by chown root:root /usr/bin/tvtime,
therefore the suid bit is first set and then removed again.

--- tvtime.postinst.old 2006-05-28 01:56:42.528132901 +0200
+++ tvtime.postinst     2006-05-28 01:54:31.853586239 +0200
@@ -28,14 +28,14 @@
     if [ -x /usr/bin/tvtime ] && [ "$RET" = "false" ] ; then
        if [ ! -x /usr/sbin/dpkg-statoverride ] ||\
            ! /usr/sbin/dpkg-statoverride --list /usr/bin/tvtime >/dev/null; 
then
-           chmod u=rwx,go=rx /usr/bin/tvtime
            chown root:root /usr/bin/tvtime
+           chmod u=rwx,go=rx /usr/bin/tvtime
        fi
     else
        if [ ! -x /usr/sbin/dpkg-statoverride ] || \
            ! /usr/sbin/dpkg-statoverride --list /usr/bin/tvtime >/dev/null; 
then
-           chmod u=rwxs,go=rx /usr/bin/tvtime
            chown root:root /usr/bin/tvtime
+           chmod u=rwxs,go=rx /usr/bin/tvtime
        fi
     fi
 }


-- debconf information excluded


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to