Searched refs:AUSER (Results 1 – 3 of 3) sorted by relevance
/external/selinux/python/sepolicy/ |
D | sepolicy.py | 506 from sepolicy.generate import policy, AUSER, RUSER, EUSER, USERS, SANDBOX, APPLICATIONS, NEWTYPE 509 … conflict_args = {'TYPES': (NEWTYPE,), 'DOMAIN': (EUSER,), 'ADMIN_DOMAIN': (AUSER, RUSER, EUSER,)} 592 …poltype, DAEMON, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUSER, AUSER, RUSER, NEWTYPE 642 group.add_argument("--admin_user", dest="policytype", const=AUSER, 644 help=_("Generate '%s' policy") % poltype[AUSER])
|
/external/selinux/python/sepolicy/sepolicy/ |
D | generate.py | 136 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/ |
D | polgengui.py | 462 return sepolicy.generate.AUSER
|