Home | History | Annotate | Download | only in docs

Lines Matching full:code

22 <td align="left"><p><code>filecon</code></p></td>
23 <td align="left"><p>The <code>filecon</code> keyword.</p></td>
26 <td align="left"><p><code>path</code></p></td>
27 <td align="left"><p>A string representing the file path that may be in the form of a regular expression. The string must be enclosed within double quotes (e.g. <code>&quot;/this/is/a/path(/.*)?&quot;</code>)</p></td>
30 <td align="left"><p><code>file_type</code></p></td>
31 <td align="left"><p>A single keyword representing a file type in the <code>file_contexts</code> file as follows:</p>
43 <td align="left"><p><code>file</code></p></td>
44 <td align="left"><p><code>--</code></p></td>
47 <td align="left"><p><code>dir</code></p></td>
48 <td align="left"><p><code>-d</code></p></td>
51 <td align="left"><p><code>char</code></p></td>
52 <td align="left"><p><code>-c</code></p></td>
55 <td align="left"><p><code>block</code></p></td>
56 <td align="left"><p><code>-b</code></p></td>
59 <td align="left"><p><code>socket</code></p></td>
60 <td align="left"><p><code>-s</code></p></td>
63 <td align="left"><p><code>pipe</code></p></td>
64 <td align="left"><p><code>-p</code></p></td>
67 <td align="left"><p><code>symlink</code></p></td>
68 <td align="left"><p><code>-l</code></p></td>
71 <td align="left"><p><code>any</code></p></td>
78 <td align="left"><p><code>context_id</code></p></td>
81 <li><p>A previously declared <code>context</code> identifier or an anonymous security context (<code>user role type levelrange</code>), the range MUST be defined whether the policy is MLS/MCS enabled or not.</p></li>
82 <li><p>An empty context list represented by <code>()</code> can be used to indicate that matching files should not be re-labeled. This will be interpreted as <code>&lt;&lt;none&gt;&gt;</code> within the <strong><code>file_contexts</code></strong><code>(5)</code> file.</p></li>
122 <td align="left"><p><code>fsuse</code></p></td>
123 <td align="left"><p>The <code>fsuse</code> keyword.</p></td>
126 <td align="left"><p><code>fstype</code></p></td>
129 <li><p><code>task</code> - For pseudo filesystems supporting task related services such as pipes and sockets.</p></li>
130 <li><p><code>trans</code> - For pseudo filesystems such as pseudo terminals and temporary objects.</p></li>
131 <li><p><code>xattr</code> - Filesystems supporting the extended attribute <code>security.selinux</code>. The labeling is persistent for filesystems that support extended attributes.</p></li>
135 <td align="left"><p><code>fsname</code></p></td>
136 <td align="left"><p>Name of the supported filesystem (e.g. <code>ext4</code> or <code>pipefs</code>).</p></td>
139 <td align="left"><p><code>context_id</code></p></td>
141 <p>A previously declared <code>context</code> identifier or an anonymous security context (<code>user role type levelrange</code>), the range MUST be defined whether the policy is MLS/MCS enabled or not.</p></td>
188 <td align="left"><p><code>genfscon</code></p></td>
189 <td align="left"><p>The <code>genfscon</code> keyword.</p></td>
192 <td align="left"><p><code>fsname</code></p></td>
193 <td align="left"><p>Name of the supported filesystem (e.g. <code>rootfs</code> or <code>proc</code>).</p></td>
196 <td align="left"><p><code>path</code></p></td>
197 <td align="left"><p>If <code>fsname</code> is <code>proc</code>, then the partial path (see examples). For all other types this must be ?<code>/</code>?.</p></td>
200 <td align="left"><p><code>context_id</code></p></td>
201 <td align="left"><p>A previously declared <code>context</code> identifier or an anonymous security context (<code>user role type levelrange</code>), the range MUST be defined whether the policy is MLS/MCS enabled or not.</p></td>