Searched refs:EUSER (Results 1 – 3 of 3) sorted by relevance
/external/selinux/python/sepolicy/sepolicy/ |
D | generate.py | 132 EUSER = 6 variable 147 poltype[EUSER] = _("Existing Domain Type") 374 self.use_etc = self.type not in [EUSER, NEWTYPE] 375 self.use_localization = self.type not in [EUSER, NEWTYPE] 376 self.use_fd = self.type not in [EUSER, NEWTYPE] 758 if self.type == EUSER: 1039 if self.type != EUSER: 1056 if self.type == EUSER: 1065 if self.type == EUSER: 1113 if self.type not in USERS + [SANDBOX, EUSER, NEWTYPE] and not self.program: [all …]
|
/external/selinux/python/sepolicy/ |
D | sepolicy.py | 512 from sepolicy.generate import policy, AUSER, RUSER, EUSER, USERS, SANDBOX, APPLICATIONS, NEWTYPE 515 … conflict_args = {'TYPES': (NEWTYPE,), 'DOMAIN': (EUSER,), 'ADMIN_DOMAIN': (AUSER, RUSER, EUSER,)} 598 …EMON, get_poltype_desc, poltype, DAEMON, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUS… 654 group.add_argument("--customize", dest="policytype", const=EUSER, 656 help=_("Generate '%s' policy") % poltype[EUSER])
|
/external/selinux/gui/ |
D | polgengui.py | 241 …self.pages[sepolicy.generate.EUSER] = [self.SELECT_TYPE_PAGE, self.EXISTING_USER_PAGE, self.TRANSI… 470 return sepolicy.generate.EUSER
|