Home
last modified time | relevance | path

Searched refs:EUSER (Results 1 – 3 of 3) sorted by relevance

/external/selinux/python/sepolicy/sepolicy/
Dgenerate.py129 EUSER = 6 variable
144 poltype[EUSER] = _("Existing Domain Type")
371 self.use_etc = self.type not in [EUSER, NEWTYPE]
372 self.use_localization = self.type not in [EUSER, NEWTYPE]
373 self.use_fd = self.type not in [EUSER, NEWTYPE]
755 if self.type == EUSER:
1036 if self.type != EUSER:
1053 if self.type == EUSER:
1062 if self.type == EUSER:
1110 if self.type not in USERS + [SANDBOX, EUSER, NEWTYPE] and not self.program:
[all …]
/external/selinux/python/sepolicy/
Dsepolicy.py497 from sepolicy.generate import policy, AUSER, RUSER, EUSER, USERS, SANDBOX, APPLICATIONS, NEWTYPE
500 … conflict_args = {'TYPES': (NEWTYPE,), 'DOMAIN': (EUSER,), 'ADMIN_DOMAIN': (AUSER, RUSER, EUSER,)}
583 …mport get_poltype_desc, poltype, DAEMON, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUS…
639 group.add_argument("--customize", dest="policytype", const=EUSER,
641 help=_("Generate '%s' policy") % poltype[EUSER])
/external/selinux/gui/
Dpolgengui.py246 …self.pages[sepolicy.generate.EUSER] = [self.SELECT_TYPE_PAGE, self.EXISTING_USER_PAGE, self.TRANSI…
475 return sepolicy.generate.EUSER