Extended attributes on symlinks --> EPERM ?

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

 



Good evening!

Setting extended attributes on symlinks is forbidden with EPERM. Certainly, if you follow the symlink, it can set the value on the destination file, but I want to set extended attributes on the symlink itself.

Is this correct behaviour?:
	pumpkin:/backup/x# touch y
	pumpkin:/backup/x# ln -s y x
	pumpkin:/backup/x# setfattr -h -n user.key1 -v val1 y
	pumpkin:/backup/x# setfattr -h -n user.key2 -v val2 x
	setfattr: x: Operation not permitted

This happens on linux-2.6.18 with ext3/xfs and backports of extended attributes to 2.4.20 with ext3.

The same thing works with extended attributes on osx. I have no other platforms with extended attributes to compare against.

It seems desirable to be able to store extended attributes on symlinks: meta-data can apply to anything. In fact, this is causing trouble with an rsync option that stores ownership, device number, and mode in an extended attribute. This would allow backups to a root- less rsync server which uses no special file-system permissions in backing up client computers.

Please CC me on replies.
Thank you for your time!
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux