Christoph Hellwig wrote:
> On Mon, Nov 10, 2008 at 04:58:17PM +0300, Pavel Shilovsky wrote:
> > #define O_DENYREAD      004000000 /* Do not permit read access */
> > #define O_DENYWRITE     010000000 /* Do not permit write access */
> > #define O_DENYDELETE  020000000 /* Do not permit delete or rename 
> > operations*/

>  (2) you also need to enforce these semantics in the VFS for local
>      filesystems
> 
> Now if (2) doesn't cause too much overhead I would say it's fine, if not
> I would rather avoid it.

On the face of it, they look like they have similar denial-of-service
potential as mandatory locks.  For example, a root process cleaning
out /tmp gets stuck because a user process has O_DENYDELETE set.

-- Jamie
--
To unsubscribe from this list: send the line "unsubscribe linux-api" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to