Home
last modified time | relevance | path

Searched defs:scontext (Results 1 – 4 of 4) sorted by relevance

/system/sepolicy/tests/
Dsearchpolicy.py41 scontext = {args.source} variable
43 scontext = set() variable
Dtreble_sepolicy_tests.py26 class scontext: class
/system/logging/logd/
DLogAudit.cpp121 std::string scontext; in populateDenialMap() local
149 std::string scontext = denialParse(string, ':', "scontext=u:object_r:"); in auditParse() local
/system/security/keystore2/selinux/src/
Dlib.rs404 let scontext = Context::new("u:r:shell:s0")?; localVariable