Home
last modified time | relevance | path

Searched refs:tctx (Results 1 – 5 of 5) sorted by relevance

/system/sepolicy/tests/
Dsearchpolicy.py66 rules.append("allow " + r.sctx + " " + r.tctx + ":" + r.tclass + " { " +
69 rules.append("allow " + r.sctx + " " + r.tctx + ":" + r.tclass + " " +
Dpolicy.py40 self.tctx = data[2]
159 Rule.tctx not in kwargs['tcontext']):
214 for tctx in kwargs['tcontext']:
215 tcontext |= self.ResolveTypeAttribute(tctx)
Dtreble_sepolicy_tests.py133 alldomains[x.sctx].entrypoints.append(str(x.tctx))
138 if x.tctx == "postinstall_file":
140 entrypointpath = pol.QueryFc(x.tctx)
/system/security/keystore2/selinux/src/
Dlib.rs369 let tctx = Context::new("u:object_r:keystore:s0").unwrap(); in context_from_string() localVariable
371 check_access(&sctx, &tctx, "keystore2_key", "use")?; in context_from_string()
/system/security/keystore2/src/
Dpermission.rs556 let tctx = lookup_keystore2_key_context(key.nspace) in check_key_permission() localVariable
562 &tctx, in check_key_permission()
567 tctx in check_key_permission()