LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* file attributes (ext2/3) in 2.4.26
@ 2004-05-17 18:51 Herbert Poetzl
  2004-05-20 21:59 ` Marcelo Tosatti
  0 siblings, 1 reply; 5+ messages in thread
From: Herbert Poetzl @ 2004-05-17 18:51 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: linux-kernel


Hi Folks!

is it intentional that the file attributes
(those accessible with chattr -*) are modifyable
even if a file has the 'i' immutable flag set,
and the user is lacking CAP_IMMUTABLE (or all
CAPs if you prefer that ;)

# touch /tmp/x
# chattr +iaA /tmp/x

# lcap -z
# chattr -i /tmp/x 
chattr: Operation not permitted while setting flags on /tmp/x

# chattr -A /tmp/x 
# lsattr /tmp/x
----ia------- /tmp/x

I'd consider this a bug, but it might be some
strange posix/linux conformance issue too ...

let me know if this _is_ a bug, if so, I'm 
willing to provide patches to fix it ...

TIA,
Herbert


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-05-31 16:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-17 18:51 file attributes (ext2/3) in 2.4.26 Herbert Poetzl
2004-05-20 21:59 ` Marcelo Tosatti
2004-05-20 22:48   ` Herbert Poetzl
2004-05-31 15:05     ` Marcelo Tosatti
2004-05-31 16:08       ` Herbert Poetzl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).