HomeSort by relevance Sort by last modified time
    Searched full:categoryset (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/selinux/secilc/docs/
cil_mls_labeling_statements.md 297 categoryset
304 - Category expressions are allowed in [`categoryset`](cil_mls_labeling_statements.md#categoryset), [`sensitivitycategory`](cil_mls_labeling_statements.md#sensitivitycategory), [`level`](cil_mls_labeling_statements.md#level), and [`levelrange`](cil_mls_labeling_statements.md#levelrange) statements.
310 (categoryset categoryset_id (category_id ... | expr ...))
321 <td align="left"><p><code>categoryset</code></p></td>
322 <td align="left"><p>The <code>categoryset</code> keyword.</p></td>
326 <td align="left"><p>The <code>categoryset</code> identifier.</p></td>
348 These examples show a selection of [`categoryset`](cil_mls_labeling_statements.md#categoryset) statements:
364 (categoryset catrange_1 (range c2 c3)
    [all...]
cil_reference_guide.md 53 categoryset
179 Expressions may occur in the following CIL statements: [`booleanif`](cil_conditional_statements.md#booleanif), [`tunableif`](cil_conditional_statements.md#tunableif), [`classpermissionset`](cil_class_and_permission_statements.md#classpermissionset), [`typeattributeset`](cil_type_statements.md#typeattributeset), [`roleattributeset`](cil_role_statements.md#roleattributeset), [`categoryset`](cil_mls_labeling_statements.md#categoryset), [`constrain`](cil_constraint_statements.md#constrain), [`mlsconstrain`](cil_constraint_statements.md#mlsconstrain), [`validatetrans`](cil_constraint_statements.md#validatetrans), [`validatetrans`](cil_constraint_statements.md#validatetrans)
189 | expr_key | classpermissionset roleattributeset typeattributeset | categoryset | booleanif tunableif | constrain mlsconstrain validatetrans mlsvalidatetrans |
238 2. The [`categoryset`](cil_mls_labeling_statements.md#categoryset) statement allows `expr_set` to mix names and `expr_key` values of: `and`, `or`, `not`, `xor`, `all`, `range` as shown in the examples.
README.md 90 * [categoryset](cil_mls_labeling_statements.md#categoryset)
cil_call_macro_statements.md 82 <td align="left"><p>Zero or more parameters that are passed to the macro. The <code>param_type</code> is a keyword used to determine the declaration type (e.g. <code>type</code>, <code>class</code>, <code>categoryset</code>).</p>
83 <p>The list of valid <code>param_type</code> entries are: <code>type</code>, <code>typealias</code>, <code>role</code>, <code>user</code>, <code>sensitivity</code>, <code>sensitivityalias</code>, <code>category</code>, <code>categoryalias</code>, <code>categoryset</code> (named or anonymous), <code>level</code> (named or anonymous), <code>levelrange</code> (named or anonymous), <code>class</code>, <code>classpermission</code> (named or anonymous), <code>ipaddr</code> (named or anonymous), <code>block</code>, <code>name</code> (a string), <code>classmap</code></p></td>
cil_context_statement.md 51 <td align="left"><p>A single previously declared <code>levelrange</code> identifier. This entry may also be defined by anonymous or named <code>level</code>, <code>sensitivity</code>, <code>sensitivityalias</code>, <code>category</code>, <code>categoryalias</code> or <code>categoryset</code> as discussed in the <a href="#mls_labeling_statements">Multi-Level Security Labeling Statements</a> section and shown in the examples.</p></td>
  /external/selinux/secilc/test/
policy.cil 18 (categoryset cats01 (c0 c1))
19 (categoryset cats02 (c2 c3))
20 (categoryset cats03 (range c0 c5))
21 (categoryset cats04 (not (range c0 c2)))
integration.cil 16 (categoryset cats01 (c0 c1))
  /external/selinux/libsepol/cil/test/integration_testing/
mls_policy.cil 11 (categoryset catset (c0 c2 c3))
  /external/selinux/libsepol/cil/test/unit/
test_cil_resolve_ast.c 603 "(", "categoryset", "somecats", "(", "c0", "c1", "c2", ")", ")", NULL};
629 "(", "categoryset", "somecats", "(", "c0", "c1", "c2", ")", ")", NULL};
656 "(", "categoryset", "somecats", "(", "c0", "c1", "c2", ")", ")", NULL};
682 "(", "categoryset", "somecats", "(", "c0", "(", "c1", "c2", ")", ")", ")", NULL};
712 "(", "categoryset", "somecats", "(", "c0", "(", "c2", "c1", ")", ")", ")", NULL};
743 "(", "categoryset", "somecats", "(", "c0", "(", "c1", "c2", ")", ")", ")", NULL};
772 "(", "categoryset", "somecats", "(", "c0", "c1", "c2", ")", ")", NULL};
795 "(", "categoryset", "somecats", "(", "c0", "c1", "c2", "c4", ")", ")", NULL};
    [all...]
test_cil_build_ast.c     [all...]
  /external/selinux/libsepol/cil/src/
cil_copy_ast.c 935 cil_log(CIL_INFO, "cil_copy_catset: categoryset cannot be redefined\n");
    [all...]
cil_tree.c     [all...]
cil.c 130 CIL_KEY_CATSET = cil_strpool_add("categoryset");
    [all...]
cil_build_ast.c     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/24.4.0-beta3/
lint-api-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/24.4.0-beta6/
lint-api-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/24.5.0/
lint-api-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/25.0.0/
lint-api-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/25.0.0-alpha1/
lint-api-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/25.0.0-alpha3/
lint-api-25.0.0-alpha3.jar 

Completed in 1322 milliseconds

1 2 3