Searched refs:NEWTYPE (Results 1 – 2 of 2) sorted by relevance
/external/selinux/python/sepolicy/ |
D | sepolicy.py | 512 from sepolicy.generate import policy, AUSER, RUSER, EUSER, USERS, SANDBOX, APPLICATIONS, NEWTYPE 515 … conflict_args = {'TYPES': (NEWTYPE,), 'DOMAIN': (EUSER,), 'ADMIN_DOMAIN': (AUSER, RUSER, EUSER,)} 550 if len(args.writepaths) > 0 and args.policytype == NEWTYPE: 598 …poltype, DAEMON, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUSER, AUSER, RUSER, NEWTYPE 660 group.add_argument("--newtype", dest="policytype", const=NEWTYPE, 662 help=_("Generate '%s' policy") % poltype[NEWTYPE])
|
/external/selinux/python/sepolicy/sepolicy/ |
D | generate.py | 138 NEWTYPE = 12 variable 153 poltype[NEWTYPE] = _("Module information for a new type") 374 self.use_etc = self.type not in [EUSER, NEWTYPE] 375 self.use_localization = self.type not in [EUSER, NEWTYPE] 376 self.use_fd = self.type not in [EUSER, NEWTYPE] 882 if NEWTYPE and newte == "": 1113 if self.type not in USERS + [SANDBOX, EUSER, NEWTYPE] and not self.program: 1384 if self.type != NEWTYPE:
|