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

1 2 3 4 5 6

  /external/selinux/mcstrans/share/examples/urcsts-via-include/
setrans.conf 10 # Users can modify this table to translate the MLS labels for different purpose.
15 Include=/etc/selinux/mls/setrans.d/*.conf
  /external/selinux/mcstrans/share/util/
try-all 15 rm -rf /etc/selinux/mls/setrans.conf.bak /etc/selinux/mls/secolor.conf.bak /etc/selinux/mls/setrans.d.bak
19 mv /etc/selinux/mls/setrans.conf /etc/selinux/mls/setrans.conf.bak
23 if [ -e /etc/selinux/mls/secolor.conf ]; then
24 mv /etc/selinux/mls/secolor.conf /etc/selinux/mls/secolor.conf.bak
28 mv /etc/selinux/mls/setrans.d /etc/selinux/mls/setrans.d.ba
    [all...]
  /external/selinux/mcstrans/share/examples/include/
setrans.conf 10 # Users can modify this table to translate the MLS labels for different purpose.
15 Include=/etc/selinux/mls/setrans.d/include-example
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
properties.py 32 (unknown permissions, MLS, etc.) between two policies.
46 if self.left_policy.mls != self.right_policy.mls:
48 modified_properties_record("MLS",
49 self.right_policy.mls,
50 self.left_policy.mls))
  /external/capstone/suite/MC/AArch64/
neon-mla-mls-instructions.s.cs 8 0x20,0x94,0x22,0x2e = mls v0.8b, v1.8b, v2.8b
9 0x20,0x94,0x22,0x6e = mls v0.16b, v1.16b, v2.16b
10 0x20,0x94,0x62,0x2e = mls v0.4h, v1.4h, v2.4h
11 0x20,0x94,0x62,0x6e = mls v0.8h, v1.8h, v2.8h
12 0x20,0x94,0xa2,0x2e = mls v0.2s, v1.2s, v2.2s
13 0x20,0x94,0xa2,0x6e = mls v0.4s, v1.4s, v2.4s
  /external/llvm/test/MC/AArch64/
neon-mla-mls-instructions.s 26 mls v0.8b, v1.8b, v2.8b
27 mls v0.16b, v1.16b, v2.16b
28 mls v0.4h, v1.4h, v2.4h
29 mls v0.8h, v1.8h, v2.8h
30 mls v0.2s, v1.2s, v2.2s
31 mls v0.4s, v1.4s, v2.4s
33 // CHECK: mls v0.8b, v1.8b, v2.8b // encoding: [0x20,0x94,0x22,0x2e]
34 // CHECK: mls v0.16b, v1.16b, v2.16b // encoding: [0x20,0x94,0x22,0x6e]
35 // CHECK: mls v0.4h, v1.4h, v2.4h // encoding: [0x20,0x94,0x62,0x2e]
36 // CHECK: mls v0.8h, v1.8h, v2.8h // encoding: [0x20,0x94,0x62,0x6e
    [all...]
  /external/selinux/libsepol/src/
mls.h 4 * Support for enhanced MLS infrastructure.
32 const char *str, context_struct_t * mls);
36 const context_struct_t * mls, char **str);
65 context_struct_t * usercon, int mls);
context_record.c 21 /* MLS */
22 char *mls; member in struct:sepol_context
104 /* MLS */
108 return con->mls;
114 sepol_context_t * con, const char *mls)
117 char *tmp_mls = strdup(mls);
120 "MLS fields to %s", mls);
123 free(con->mls);
124 con->mls = tmp_mls
    [all...]
context.c 12 #include "mls.h"
159 const char *mls = sepol_context_get_mls(record); local
195 /* MLS */
196 if (mls && !policydb->mls) {
197 ERR(handle, "MLS is disabled, but MLS context \"%s\" found",
198 mls);
200 } else if (!mls && policydb->mls) {
250 char *mls = NULL; local
    [all...]
  /external/selinux/libsepol/tests/
helpers.c 35 int test_load_policy(policydb_t * p, int policy_type, int mls, const char *test_name, const char *policy_name)
39 if (mls) {
40 if (snprintf(filename, PATH_MAX, "policies/%s/%s.mls", test_name, policy_name) < 0) {
55 p->mls = mls;
helpers.h 33 * policy "policies/foo/mls/base.conf" into p.
39 * mls Boolean value indicating whether an mls policy is expected.
48 extern int test_load_policy(policydb_t * p, int policy_type, int mls, const char *test_name, const char *policy_name);
test-downgrade.h 68 * Description: Tests the backward compatability of MLS and Non-MLS binary
76 * Input: int that represents a 0 for Non-MLS policy and a
77 * 1 for MLS policy downgrade testing
87 int do_downgrade_test(int mls);
test-downgrade.c 100 * Tests the backward compatability of MLS and Non-MLS binary policy versions.
106 "\nError during downgrade testing of Non-MLS policy\n");
111 "\nError during downgrade testing of MLS policy\n");
117 * Input: 0 for Non-MLS policy and 1 for MLS policy downgrade testing
127 int do_downgrade_test(int mls)
138 fprintf(stderr, "error reading %spolicy binary\n", mls ? "mls " : "");
143 /* Change MLS value based on parameter *
    [all...]
test-linker.c 57 extern int mls;
63 if (test_load_policy(&linkedbase, POLICY_BASE, mls, "test-linker", policies[BASEMOD]))
66 if (test_load_policy(&basenomods, POLICY_BASE, mls, "test-linker", policies[BASEMOD]))
77 if (test_load_policy(modules[i], POLICY_MOD, mls, "test-linker", policies[i]))
libsepol-tests.c 36 int mls; variable
110 /* first do the non-mls tests */
111 mls = 0;
115 /* then with mls */
116 mls = 1;
test-expander.c 65 extern int mls;
77 if (snprintf(filename[i], PATH_MAX, "policies/test-expander/%s%s", myfiles[i], mls ? ".mls" : ".std") < 0)
99 mybase->mls = mls;
108 mymodules[i - 1]->mls = mls;
161 mls and non-mls tests since users can't be used in mls module *
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
mul-overlap-v6.s 8 mls r0, r0, r1, r2
mul-overlap.s 7 mls r0, r0, r1, r2
archv6t2.s 31 mls r0, r0, r0, r0
33 mls r9, r0, r0, r0
34 mls r0, r9, r0, r0
35 mls r0, r0, r9, r0
36 mls r0, r0, r0, r9
  /external/selinux/mcstrans/share/examples/nato/
setrans.conf 19 Include=/etc/selinux/mls/setrans.d/rel.conf
20 Include=/etc/selinux/mls/setrans.d/eyes-only.conf
21 Include=/etc/selinux/mls/setrans.d/constraints.conf
  /external/selinux/libsepol/include/sepol/
context.h 28 const sepol_policydb_t * policydb, const char *mls);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
user.py 22 from . import mls
65 """The user's default MLS level."""
66 return mls.level_factory(self.policy, self.qpol_symbol.dfltlevel(self.policy))
70 """The user's MLS range."""
71 return mls.range_factory(self.policy, self.qpol_symbol.range(self.policy))
context.py 25 from . import mls
64 """The MLS range of the context."""
65 return mls.range_factory(self.policy, self.qpol_symbol.range(self.policy))
  /external/libavc/common/armv8/
ih264_inter_pred_filters_luma_vert_av8.s 149 mls v14.8h, v16.8h , v24.8h // temp -= temp2 * 5
153 mls v20.8h, v26.8h , v24.8h // temp4 -= temp5 * 5
160 mls v16.8h, v18.8h , v24.8h
168 mls v14.8h, v26.8h , v24.8h
174 mls v18.8h, v20.8h , v24.8h
182 mls v16.8h, v26.8h , v24.8h
189 mls v14.8h, v20.8h , v24.8h
192 mls v18.8h, v26.8h , v24.8h
209 mls v14.8h, v16.8h , v24.8h // temp -= temp2 * 5
213 mls v20.8h, v26.8h , v24.8h // temp4 -= temp5 *
    [all...]
  /external/selinux/mcstrans/share/examples/pipes/
setrans.conf 20 Include=/etc/selinux/mls/setrans.d/pipes.conf

Completed in 190 milliseconds

1 2 3 4 5 6