Home
last modified time | relevance | path

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

/system/security/keystore/
Dpermissions.cpp118 static char* tctx; variable
126 if (getcon(&tctx) != 0) { in configure_selinux()
155 bool allowed = selinux_check_access(use_sid, tctx, selinux_class, str_perm, in keystore_selinux_check_access()
/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]
144 Rule.tctx not in kwargs['tcontext']):
199 for tctx in kwargs['tcontext']:
200 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)