Searched refs:NEWTYPE (Results 1 – 2 of 2) sorted by relevance
/external/selinux/policycoreutils/sepolicy/ |
D | sepolicy.py | 507 from sepolicy.generate import policy, AUSER, RUSER, EUSER, USERS, SANDBOX, APPLICATIONS, NEWTYPE 510 … conflict_args = {'TYPES': (NEWTYPE,), 'DOMAIN': (EUSER,), 'ADMIN_DOMAIN': (AUSER, RUSER, EUSER,)} 545 if len(args.writepaths) > 0 and args.policytype == NEWTYPE: 593 …poltype, DAEMON, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUSER, AUSER, RUSER, NEWTYPE 655 group.add_argument("--newtype", dest="policytype", const=NEWTYPE, 657 help=_("Generate '%s' policy") % poltype[NEWTYPE])
|
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
D | generate.py | 133 NEWTYPE = 12 variable 148 poltype[NEWTYPE] = _("Module information for a new type") 369 self.use_etc = self.type not in [EUSER, NEWTYPE] 370 self.use_localization = self.type not in [EUSER, NEWTYPE] 371 self.use_fd = self.type not in [EUSER, NEWTYPE] 877 if NEWTYPE and newte == "": 1108 if self.type not in USERS + [SANDBOX, EUSER, NEWTYPE] and not self.program: 1375 if self.type != NEWTYPE:
|