Home | History | Annotate | Download | only in sepolicy

Lines Matching refs:USER

173                 raise ValueError("%s must be an SELinux user:\nValid users: %s" % (value, ", ".join(users)))
296 help=_('Graphical User Interface for SELinux Policy'))
509 mypolicy.set_transition_users(args.user)
535 help="List all domains with SELinux user role interface - DOMAIN_role()")
545 from sepolicy.generate import DAEMON, get_poltype_desc, poltype, DAEMON, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUSER, AUSER, RUSER, NEWTYPE
554 pol.add_argument("-u", "--user", dest="user", default=[],
556 help=_("Enter SELinux user(s) which will transition to this domain"))
577 cmdgroup.add_argument("--application", dest="policytype", const=USER,
579 help=_("Generate '%s' policy") % poltype[USER])