[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Mailbox vulnerable
- Subject: Re: [cobalt-users] Mailbox vulnerable
- From: SM <nntp@xxxxxxxxx>
- Date: Wed Nov 28 22:41:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi,
At 21:03 28-11-2001 -0500, Virgil H. Huston, Jr. wrote:
>Mailbox vulnerable - directory /var/spool/mail must have 1777 protection
The sticky bit is required so that unprivileged users can delete and rename
only those files in the directory that are owned by them.
chmod 1777 /var/spool/mail
Regards,
-sm