[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-patch] patch-2.7
From: |
Andreas Grünbacher |
Subject: |
Re: [bug-patch] patch-2.7 |
Date: |
Fri, 11 Apr 2014 12:18:21 +0200 |
Russ,
patch tries to preserve the security.selinux attribute, but the kernel
doesn't let it do that:
lgetxattr("f", "security.selinux", "unlabeled", 10) = 10
lsetxattr("./f.o7cZfkQ", "security.selinux", "unlabeled", 10, 0) =
-1 EOPNOTSUPP (Operation not supported)
One way to work around the problem is to add a line with
"security.selinux skip" to
/etc/xattr.conf, but the real question is where the "unlabeled" label
is coming from,
and why it can't be set.
Andreas