Home
last modified time | relevance | path

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

/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 …poltype, DAEMON, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUSER, AUSER, RUSER, NEWTYPE
633 group.add_argument("--admin_user", dest="policytype", const=AUSER,
635 help=_("Generate '%s' policy") % poltype[AUSER])
/external/selinux/python/sepolicy/sepolicy/
Dgenerate.py133 AUSER = 10 variable
148 poltype[AUSER] = _("Administrator Login User Role")
162 USERS = [XUSER, TUSER, LUSER, AUSER, RUSER]
980 if self.type in (TUSER, XUSER, AUSER, LUSER):
1018 if self.type in (TUSER, XUSER, AUSER, LUSER):
1127 if self.type not in (TUSER, XUSER, AUSER, LUSER, RUSER):
1138 if self.type == RUSER or self.type == AUSER:
1224 if self.type not in (TUSER, XUSER, AUSER, LUSER, RUSER):
/external/selinux/gui/
Dpolgengui.py467 return sepolicy.generate.AUSER