Home
last modified time | relevance | path

Searched refs:NEWTYPE (Results 1 – 2 of 2) sorted by relevance

/external/selinux/python/sepolicy/
Dsepolicy.py515 from sepolicy.generate import policy, AUSER, RUSER, EUSER, USERS, SANDBOX, APPLICATIONS, NEWTYPE
518 … conflict_args = {'TYPES': (NEWTYPE,), 'DOMAIN': (EUSER,), 'ADMIN_DOMAIN': (AUSER, RUSER, EUSER,)}
553 if len(args.writepaths) > 0 and args.policytype == NEWTYPE:
601 …poltype, DAEMON, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUSER, AUSER, RUSER, NEWTYPE
663 group.add_argument("--newtype", dest="policytype", const=NEWTYPE,
665 help=_("Generate '%s' policy") % poltype[NEWTYPE])
/external/selinux/python/sepolicy/sepolicy/
Dgenerate.py135 NEWTYPE = 12 variable
150 poltype[NEWTYPE] = _("Module information for a new type")
371 self.use_etc = self.type not in [EUSER, NEWTYPE]
372 self.use_localization = self.type not in [EUSER, NEWTYPE]
373 self.use_fd = self.type not in [EUSER, NEWTYPE]
879 if NEWTYPE and newte == "":
1110 if self.type not in USERS + [SANDBOX, EUSER, NEWTYPE] and not self.program:
1380 if self.type != NEWTYPE: