Home
last modified time | relevance | path

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

/external/selinux/python/sepolicy/
Dsepolicy.py512 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 …poltype, DAEMON, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUSER, AUSER, RUSER, NEWTYPE
648 group.add_argument("--admin_user", dest="policytype", const=AUSER,
650 help=_("Generate '%s' policy") % poltype[AUSER])
/external/selinux/python/sepolicy/sepolicy/
Dgenerate.py136 AUSER = 10 variable
151 poltype[AUSER] = _("Administrator Login User Role")
165 USERS = [XUSER, TUSER, LUSER, AUSER, RUSER]
983 if self.type in (TUSER, XUSER, AUSER, LUSER):
1021 if self.type in (TUSER, XUSER, AUSER, LUSER):
1130 if self.type not in (TUSER, XUSER, AUSER, LUSER, RUSER):
1141 if self.type == RUSER or self.type == AUSER:
1227 if self.type not in (TUSER, XUSER, AUSER, LUSER, RUSER):
/external/selinux/gui/
Dpolgengui.py462 return sepolicy.generate.AUSER