[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Mailbox vulnerable



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