Home
last modified time | relevance | path

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

/system/sepolicy/tests/
Dsearchpolicy.py55 scontext = {args.source} variable
57 scontext = set() variable
Dtreble_sepolicy_tests.py45 class scontext: class
/system/logging/logd/
DLogAudit.cpp132 const std::string& scontext = fields[0]; in populateDenialMap() local
177 std::string scontext = denialParse(string, ':', "scontext=u:object_r:"); in auditParse() local
/system/security/keystore2/selinux/src/
Dlib.rs721 let scontext = Context::new("u:r:shell:s0")?; localVariable