Hi,<div>when i execute #restorecon -R / , all the output is &quot;... operation not support&quot;.  I had check the source code, and in linux/security/selinux/hooks.c :</div><div><div>         ...</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>sbsec = inode-&gt;i_sb-&gt;s_security;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>if (!(sbsec-&gt;flags &amp; SE_SBLABELSUPP))</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>{</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>return -EOPNOTSUPP;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>}</div></div><div>        ...</div><div>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. </div>
<div>Thanks.</div>