On Thu, Jun 19, 2008 at 06:42:32PM +0200, Aurélien GÉRÔME wrote:
> reassign 486829 harden
> severity 486829 serious
> thanks
> 
> The bug submitter told us on #debian-fr this statoverride was due
> to the harden package. wine is not the only package to use dpkg for
> random useful harmless tasks. A user might also want to be able to
> perform dpkg -c on a .deb file or whatever; and dpkg -i will require
> root privileges regardless of its permissions.
> 
> If this is indeed the default behaviour of harden to setup such a
> statoverride, I consider this a RC bug.
> 

A searched on 3 machines and found this behaviour only on the one where
the installation was performed the longuest time ago, i.e. around 2002.
My guess is that this behaviour was introduced by a previous incarnation
of harden (woody/sarge), and the old setting persisted upon updates.

It should be verified that _ACTUAL_ packages still introduce the behaviour. 
If there are none, then this bug is void.

OTOH ... The fourth line of /usr/bin/wine may be replaced by:

MACHINE=`uname -m`

if [ $MACHINE == 'x86_64' ]
 %# code specific to IA86_64 / AMD 64 
...
end

The only dependency this introduces is the GNU coreutils package.

Regards

Pascal Dupuis

-- 



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

Reply via email to