> -----Original Message-----
> From: Dmitry Valdov [SMTP:d...@dv.ru]
> Sent: Wednesday, March 17, 1999 1:37 PM
> To:   freebsd-current@freebsd.org; freebsd-secur...@freebsd.org
> Subject:      Re: disk quota overriding
> 
> Hi!
> 
> 
> I think that there is only one way to fix it - it's to disable making
> *hard*links to directory with mode 1777.
> 
        [ML]  But only if the quotas have been turned on.

        BTW, has chown been "fixed" to the ludicrous SysV semantics that
the root and owner can chown a file?  If so, the latter has to be
disabled in presence of quotas on the volume--otherwise:

        touch big_file
        chmod 777 big_file
        chown root:wheel big_file
        cat /dev/zero >>big_file

        This joke used to work on HPUX 10.something which kept the
owner-may-chown semantics even in presence of quotas.  It was not funny.
(I don't know whether HP has fixed that). 

        /Marino


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to