Home
last modified time | relevance | path

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

/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 …poltype, DAEMON, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUSER, AUSER, RUSER, NEWTYPE
595 group.add_argument("--admin_user", dest="policytype", const=AUSER,
597 help=_("Generate '%s' policy") % poltype[AUSER])
/external/selinux/policycoreutils/sepolicy/sepolicy/
Dgenerate.py124 AUSER = 10 variable
139 poltype[AUSER] = _("Administrator Login User Role")
152 USERS = [ XUSER, TUSER, LUSER, AUSER, RUSER]
972 if self.type in ( TUSER, XUSER, AUSER, LUSER):
1010 if self.type in ( TUSER, XUSER, AUSER, LUSER ):
1119 if self.type not in ( TUSER, XUSER, AUSER, LUSER, RUSER):
1130 if self.type == RUSER or self.type == AUSER:
1212 if self.type not in ( TUSER, XUSER, AUSER, LUSER, RUSER):
/external/selinux/policycoreutils/gui/
Dpolgengui.py451 return generate.AUSER