HomeSort by relevance Sort by last modified time
    Searched refs:mls (Results 76 - 100 of 135) sorted by null

1 2 34 5 6

  /external/selinux/python/sepolicy/sepolicy/
gui.py     [all...]
__init__.py 211 if _pol.mls:
231 if _pol.mls:
882 if _pol.mls:
902 login_mappings.append({"name": x[0], "seuser": x[1], "mls": ":".join(x[2:])})
    [all...]
  /external/selinux/libsepol/src/
module_to_cil.c 1537 if (!pdb->mls) {
1931 const char *mls; local
    [all...]
kernel_to_cil.c 732 if (!pdb->mls) {
1105 if (!pdb->mls) {
1106 sepol_printf(out, "(mls false)\n");
1107 /* CIL requires MLS, even if the kernel binary won't have it */
1112 sepol_printf(out, "(mls true)\n");
1131 sepol_log_err("Error writing mls rules to CIL\n");
    [all...]
kernel_to_conf.c 703 if (!pdb->mls) {
1084 if (!pdb->mls) {
1105 sepol_log_err("Error writing mls rules to policy.conf\n");
    [all...]
link.c 555 /* new_users's roles and MLS fields will be copied during
1048 if (!mod->policy->mls)
    [all...]
  /external/selinux/libsepol/cil/src/
cil_binary.c     [all...]
cil_write_ast.c 1114 struct cil_mls *mls = (struct cil_mls *)node->data; local
1116 switch (mls->value) {
1124 cil_log(CIL_ERR, "Unknown mls value: %d.\n", mls->value);
    [all...]
cil_build_ast.h 221 void cil_destroy_mls(struct cil_mls *mls);
cil_build_ast.c 6034 struct cil_mls *mls = NULL; local
    [all...]
  /external/selinux/checkpolicy/
checkpolicy.c 9 * Support for enhanced MLS infrastructure.
415 {"mls", no_argument, NULL, 'M'},
564 if (policydbp->mls) {
566 fprintf(stderr, "%s: MLS policy, but non-MLS"
572 fprintf(stderr, "%s: non-MLS policy, but MLS"
588 /* Let sepol know if we are dealing with MLS support */
589 parse_policy.mls = mlspol;
policy_parse.y 9 * Support for enhanced MLS infrastructure.
251 opt_mls : mls
254 mls : sensitivities dominance opt_categories levels mlspolicy label
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
thumb2_bad_reg.l 130 [^:]*:[0-9]+: Error: r13 not allowed here -- `mls r13,r0,r0,r0'
131 [^:]*:[0-9]+: Error: r15 not allowed here -- `mls r15,r0,r0,r0'
132 [^:]*:[0-9]+: Error: r13 not allowed here -- `mls r0,r13,r0,r0'
133 [^:]*:[0-9]+: Error: r15 not allowed here -- `mls r0,r15,r0,r0'
134 [^:]*:[0-9]+: Error: r13 not allowed here -- `mls r0,r0,r13,r0'
135 [^:]*:[0-9]+: Error: r15 not allowed here -- `mls r0,r0,r15,r0'
136 [^:]*:[0-9]+: Error: r13 not allowed here -- `mls r0,r0,r0,r13'
137 [^:]*:[0-9]+: Error: r15 not allowed here -- `mls r0,r0,r0,r15'
    [all...]
thumb32.s 430 mls r0, r0, r0, r0
  /external/llvm/test/MC/AArch64/
neon-diagnostics.s 115 mls v0.2d, v1.2d, v2.2d
121 // CHECK-ERROR: mls v0.2d, v1.2d, v2.2d
    [all...]
arm64-advsimd.s 335 mls.8b v0, v0, v0
406 ; CHECK: mls.8b v0, v0, v0 ; encoding: [0x00,0x94,0x20,0x2e]
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 12 * Support for enhanced MLS infrastructure.
206 mls_semantic_range_t range; /* MLS range (min. - max.) for user */
207 mls_semantic_level_t dfltlevel; /* default login MLS level for user */
517 /* Whether this policydb is mls, should always be set */
518 int mls; member in struct:policydb
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
diagnostics.s 8 @ CHECK-ERRORS: error: instruction 'mls' can not set flags,
  /external/v8/src/arm/
disasm-arm.cc 744 // The MLS instruction description (A 4.1.29) refers to the order
748 Format(instr, "mls'cond's 'rn, 'rm, 'rs, 'rd");
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_neon_Resize.S 119 mls r0, r1, r2, r0
  /external/vixl/src/aarch64/
logic-aarch64.cc 833 LogicVRegister Simulator::mls(VectorFormat vform, function in class:vixl::aarch64::Simulator
878 LogicVRegister Simulator::mls(VectorFormat vform, function in class:vixl::aarch64::Simulator
885 return mls(vform, dst, src1, dup_element(indexform, temp, src2, index));
    [all...]
  /external/vixl/test/aarch64/
test-trace-aarch64.cc     [all...]
  /external/valgrind/none/tests/arm64/
fp_and_simd.c     [all...]
  /external/llvm/test/MC/ARM/
diagnostics.s 10 @ CHECK-ERRORS: error: instruction 'mls' can not set flags,
  /external/swiftshader/third_party/subzero/src/
IceAssemblerARM32.h 249 void mls(const Operand *OpRd, const Operand *OpRn, const Operand *OpRm,
    [all...]

Completed in 486 milliseconds

1 2 34 5 6