> On Fri, Feb 22, 2013 at 2:14 AM, Bond, Darryl <dbond@xxxxxxxxxxxxx> wrote: > > setxattr("afile", "security.selinux", "system_u:object_r:unlabeled_t:s0", 33, 0) = -1 EOPNOTSUPP (Operation not supported) This setxattr works for me, but I don't have SELinux enabled or compiled in.. which makes me think it's possible SELinux is responsible for that error message. root@uml:~/mnt# setfattr -n security.selinux -v 'system_u:objct_r:unlabeled_t:s0' bar root@uml:~/mnt# getfattr -d bar -m - # file: bar ceph.file.layout="chunk_bytes=4194304\012stripe_count=1\012object_size=4194304\012" ceph.layout="chunk_bytes=4194304\012stripe_count=1\012object_size=4194304\012" security.selinux="system_u:objct_r:unlabeled_t:s0" sage _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com