All of lore.kernel.org
 help / color / mirror / Atom feed
* "operation not support" when execute #restorecon -R /
@ 2012-06-05  6:51 casinee app
  2012-06-05 11:04 ` David Quigley
  0 siblings, 1 reply; 11+ messages in thread
From: casinee app @ 2012-06-05  6:51 UTC (permalink / raw)
  To: SE-Linux

[-- Attachment #1: Type: text/plain, Size: 427 bytes --]

Hi,
when i execute #restorecon -R / , all the output is "... operation not
support".  I had check the source code, and in
linux/security/selinux/hooks.c :
         ...
sbsec = inode->i_sb->s_security;
if (!(sbsec->flags & SE_SBLABELSUPP))
{
return -EOPNOTSUPP;
}
        ...
it returned. The  SE_SBLABELSUPP defined as 0x40, i want to know how can i
do to make the filesystem to support the SecurityContext of selinux.
Thanks.

[-- Attachment #2: Type: text/html, Size: 938 bytes --]

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

end of thread, other threads:[~2012-06-13 20:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-05  6:51 "operation not support" when execute #restorecon -R / casinee app
2012-06-05 11:04 ` David Quigley
2012-06-06  1:34   ` casinee app
2012-06-12 20:40     ` David Quigley
2012-06-13  2:29       ` casinee app
2012-06-13 16:16         ` Casey Schaufler
2012-06-13 18:17           ` David Quigley
2012-06-13 18:36             ` Stephen Smalley
2012-06-13 18:42               ` David Quigley
2012-06-13 19:00               ` Stephen Smalley
2012-06-13 20:24             ` Vu, Joseph

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.