On Wed, Mar 14, 2012 at 06:03:31PM +0400, Dmitry V. Levin wrote: > On Wed, Mar 14, 2012 at 05:23:52PM +0400, Sergey Y. Afonin wrote: > > On Wednesday, March 14, 2012 17:00:18 Dmitry V. Levin wrote: > > > > > Какая версия ядра? У меня на tmpfs системные вызовы fgetxattr/fsetxattr > > > возвращают EOPNOTSUPP. > > > > 2.6.32-el-smp-alt24 > > llistxattr("t", (nil), 0) = 17 > llistxattr("t", 0x7fff1dee54c0, 17) = 17 > open("/etc/xattr.conf", O_RDONLY) = -1 ENOENT (No such file or directory) > lgetxattr("t", "security.selinux", 0x0, 0) = 10 > lgetxattr("t", "security.selinux", "unlabeled", 10) = 10 > lsetxattr("./t.o9Njp3x", "security.selinux", "unlabeled", 10, 0) = -1 EOPNOTSUPP (Operation not supported) > > Ну и ядро... workaround: boot with selinux=0. -- ldv