Searched refs:tctx (Results 1 – 4 of 4) sorted by relevance
118 static char* tctx; variable126 if (getcon(&tctx) != 0) { in configure_selinux()155 bool allowed = selinux_check_access(use_sid, tctx, selinux_class, str_perm, in keystore_selinux_check_access()
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]144 Rule.tctx not in kwargs['tcontext']):199 for tctx in kwargs['tcontext']:200 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)