Home
last modified time | relevance | path

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

/system/sepolicy/tests/
Dsearchpolicy.py45 tcontext = {args.target} variable
47 tcontext = set() variable
58 tcontext=tcontext,
Dpolicy.py213 tcontext = set()
215 tcontext |= self.ResolveTypeAttribute(tctx)
216 kwargs['tcontext'] = tcontext
/system/logging/logd/
DLogAudit.cpp122 std::string tcontext; in populateDenialMap() local
127 split_line >> scontext >> tcontext >> tclass >> bug_num; in populateDenialMap()
128 denial_to_bug.emplace(scontext + tcontext + tclass, bug_num); in populateDenialMap()
150 std::string tcontext = denialParse(string, ':', "tcontext=u:object_r:"); in auditParse() local
155 if (tcontext.empty()) { in auditParse()
156 tcontext = denialParse(string, ':', "tcontext=u:r:"); in auditParse()
158 auto search = denial_to_bug.find(scontext + tcontext + tclass); in auditParse()
/system/security/keystore2/selinux/src/
Dlib.rs406 let tcontext = backend.lookup(SHELL_KEY_NAMESPACE)?; localVariable
413 &tcontext,
425 &tcontext,
/system/sepolicy/prebuilts/api/28.0/private/
Dtraced_probes.te57 # scontext=u:r:atrace:s0 tcontext=u:r:traced_probes:s0 tclass=fd