Searched refs:NEWTYPE (Results 1 – 2 of 2) sorted by relevance
/external/selinux/policycoreutils/sepolicy/ |
D | sepolicy.py | 461 from sepolicy.generate import policy, AUSER, RUSER, EUSER, USERS, SANDBOX, APPLICATIONS, NEWTYPE 464 conflict_args = {'TYPES':(NEWTYPE,), 'DOMAIN':(EUSER,), 'ADMIN_DOMAIN':(AUSER, RUSER, EUSER,)} 499 if len(args.writepaths) > 0 and args.policytype == NEWTYPE: 545 …poltype, DAEMON, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUSER, AUSER, RUSER, NEWTYPE 607 group.add_argument("--newtype", dest="policytype", const=NEWTYPE, 609 help=_("Generate '%s' policy") % poltype[NEWTYPE])
|
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
D | generate.py | 126 NEWTYPE = 12 variable 141 poltype[NEWTYPE] = _("Module information for a new type") 359 self.use_etc = self.type not in [ EUSER, NEWTYPE ] 360 self.use_localization = self.type not in [ EUSER, NEWTYPE ] 361 self.use_fd = self.type not in [ EUSER, NEWTYPE ] 871 if NEWTYPE and newte == "": 1102 if self.type not in USERS + [ SANDBOX, EUSER, NEWTYPE ] and not self.program: 1369 if self.type != NEWTYPE:
|