Home
last modified time | relevance | path

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

/external/selinux/policycoreutils/sepolicy/sepolicy/
Dgenerate.py120 EUSER = 6 variable
135 poltype[EUSER] = _("Existing Domain Type")
359 self.use_etc = self.type not in [ EUSER, NEWTYPE ]
360 self.use_localization = self.type not in [ EUSER, NEWTYPE ]
361 self.use_fd = self.type not in [ EUSER, NEWTYPE ]
745 if self.type == EUSER:
1028 if self.type != EUSER:
1045 if self.type == EUSER:
1054 if self.type == EUSER:
1102 if self.type not in USERS + [ SANDBOX, EUSER, NEWTYPE ] and not self.program:
[all …]
/external/selinux/policycoreutils/sepolicy/
Dsepolicy.py461 from sepolicy.generate import policy, AUSER, RUSER, EUSER, USERS, SANDBOX, APPLICATIONS, NEWTYPE
464 conflict_args = {'TYPES':(NEWTYPE,), 'DOMAIN':(EUSER,), 'ADMIN_DOMAIN':(AUSER, RUSER, EUSER,)}
545 …EMON, get_poltype_desc, poltype, DAEMON, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUS…
601 group.add_argument("--customize", dest="policytype", const=EUSER,
603 help=_("Generate '%s' policy") % poltype[EUSER])
/external/selinux/policycoreutils/gui/
Dpolgengui.py229 …self.pages[generate.EUSER] = [ self.SELECT_TYPE_PAGE, self.EXISTING_USER_PAGE, self.TRANSITION_PAG…
459 return generate.EUSER