Home
last modified time | relevance | path

Searched defs:tcontext (Results 1 – 3 of 3) sorted by relevance

/system/sepolicy/tests/
Dsearchpolicy.py59 tcontext = {args.target} variable
61 tcontext = set() variable
/system/logging/logd/
DLogAudit.cpp133 const std::string& tcontext = fields[1]; in populateDenialMap() local
178 std::string tcontext = denialParse(string, ':', "tcontext=u:object_r:"); in auditParse() local
/system/security/keystore2/selinux/src/
Dlib.rs723 let tcontext = backend.lookup(SHELL_KEY_NAMESPACE)?; localVariable