Searched refs:tctx (Results 1 – 5 of 5) sorted by relevance
66 rules.append("allow " + r.sctx + " " + r.tctx + ":" + r.tclass + " { " +69 rules.append("allow " + r.sctx + " " + r.tctx + ":" + r.tclass + " " +
40 self.tctx = data[2]159 Rule.tctx not in kwargs['tcontext']):214 for tctx in kwargs['tcontext']:215 tcontext |= self.ResolveTypeAttribute(tctx)
133 alldomains[x.sctx].entrypoints.append(str(x.tctx))138 if x.tctx == "postinstall_file":140 entrypointpath = pol.QueryFc(x.tctx)
369 let tctx = Context::new("u:object_r:keystore:s0").unwrap(); in context_from_string() localVariable371 check_access(&sctx, &tctx, "keystore2_key", "use")?; in context_from_string()
556 let tctx = lookup_keystore2_key_context(key.nspace) in check_key_permission() localVariable562 &tctx, in check_key_permission()567 tctx in check_key_permission()