[PATCH] xfs: change the immutable in xfs_open_by_handle

Mark Tinguely tinguely at sgi.com
Wed Sep 11 09:22:46 CDT 2013


On 09/11/13 08:55, Christoph Hellwig wrote:
> On Tue, Sep 10, 2013 at 01:47:20PM -0500, Mark Tinguely wrote:
>> This patch allows clients like DMF to modify an immutable file
>> without changing the immutable capability on the file, which
>> would expose the file to change.
>>
>> This patch is restricted to holders of the CAP_LINUX_IMMUTABLE,
>> so no addition security risk has been introduced.
>
> The immutable flag means that the file can't be modified, and
> CAP_LINUX_IMMUTABLE allows setting/removing that restriction, but not
> ignoring it.
>
> So: NAK, this is a change in semantics and long-standing behaviour.
>

As you said, the CAP_LINUX_IMMUTABLE allows the holder of the capability 
to turn on/off the restriction. The holder of CAP_LINUX_IMMUTABLE could 
turn off immutability, modify it and then turn it back on, but during 
that window, others could modify it too which may be more undesirable 
than changing the behavior.

--Mark.



More information about the xfs mailing list