Date: Sat, 23 Mar 2002 23:52:28 -0800 From: Cy Schubert - CITS Open Systems Group <Cy.Schubert@uumail.gov.bc.ca> To: Alex Popa <razor-bsd-security@ldc.ro> Cc: security@FreeBSD.ORG Subject: Re: strange behaviour on /tmp Message-ID: <200203240753.g2O7rJL28515@cwsys.cwsent.com> In-Reply-To: Message from Alex Popa <razor-bsd-security@ldc.ro> of "Sat, 23 Mar 2002 21:42:27 %2B0200." <20020323214227.A37349@ldc.ro>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <20020323214227.A37349@ldc.ro>, Alex Popa writes:
> I have /tmp mode 1777, and mounted like this in fstab:
> "/dev/something tmp ufs rw,nosuid,nodev 2 2"
>
> The thing I am noticing is that all files created under /tmp get
> to be created as group wheel, no matter of the permissions of the
> directory they are created in, or the user that creates them.
>
> Is this expected behaviour?
Yes. It is BSD behavior to have files created within a directory to
have the same GID as the directory. SYSV uses the EGID of the process.
A US Gov't FIPS standard stated at one time that the BSD standard was
to be implemented, which is why SYSV invented the setgid bit for
directories (at the time, conforming to the FIPS standards = sales to
the US Federal Gov't). The FIPS standard I speak of has been revoked.
Regards, Phone: (250)387-8437
Cy Schubert Fax: (250)387-5766
Team Leader, Sun/Alpha Team Email: Cy.Schubert@osg.gov.bc.ca
Open Systems Group, CITS
Ministry of Management Services
Province of BC
FreeBSD UNIX: cy@FreeBSD.org
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203240753.g2O7rJL28515>
