Searched refs:AUSER (Results 1 – 3 of 3) sorted by relevance
/external/selinux/python/sepolicy/ |
D | sepolicy.py | 505 from sepolicy.generate import policy, AUSER, RUSER, EUSER, USERS, SANDBOX, APPLICATIONS, NEWTYPE 508 … conflict_args = {'TYPES': (NEWTYPE,), 'DOMAIN': (EUSER,), 'ADMIN_DOMAIN': (AUSER, RUSER, EUSER,)} 591 …poltype, DAEMON, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUSER, AUSER, RUSER, NEWTYPE 641 group.add_argument("--admin_user", dest="policytype", const=AUSER, 643 help=_("Generate '%s' policy") % poltype[AUSER])
|
/external/selinux/python/sepolicy/sepolicy/ |
D | generate.py | 132 AUSER = 10 variable 147 poltype[AUSER] = _("Administrator Login User Role") 161 USERS = [XUSER, TUSER, LUSER, AUSER, RUSER] 979 if self.type in (TUSER, XUSER, AUSER, LUSER): 1017 if self.type in (TUSER, XUSER, AUSER, LUSER): 1126 if self.type not in (TUSER, XUSER, AUSER, LUSER, RUSER): 1137 if self.type == RUSER or self.type == AUSER: 1222 if self.type not in (TUSER, XUSER, AUSER, LUSER, RUSER):
|
/external/selinux/gui/ |
D | polgengui.py | 467 return sepolicy.generate.AUSER
|