Lines Matching refs:help
335 help=_('Graphical User Interface for SELinux Policy'))
338 help=_("Domain name(s) of man pages to be created"))
340 help=argparse.SUPPRESS)
368 help=_('Generate SELinux man pages'))
371 help=_("path in which the generated SELinux man pages will be stored"))
373 help=_("name of the OS for man pages"))
375 help=_("Generate HTML man pages structure for selected SELinux man page"))
377 help=_("Alternate root directory, defaults to /"))
379 …help=_("With this flag, alternative root path needs to include file context files and policy.xml f…
383 help=_("All domains"))
386 help=_("Domain name(s) of man pages to be created"))
392 help=_('Query SELinux policy network information'))
397 help=_("list all SELinux port types"))
400 help=_("show SELinux type related to the port"))
403 help=_("Show ports defined for this SELinux type"))
406 help=_("show ports to which this domain can bind and/or connect"))
409 help=_("show ports to which this application can bind and/or connect"))
426 … help=_('query SELinux policy to see if domains can communicate with each other'))
429 help=_("Source Domain"))
432 help=_("Target Domain"))
435 default="file", help="class to use for communications, Default 'file'")
436 …sourceaccess", required=False, dest="sourceaccess", default="open,write", help="comma separate lis…
437 …-targetaccess", required=False, dest="targetaccess", default="open,read", help="comma separated li…
453 help=_('query SELinux Policy to see description of booleans'))
457 help=_("get all booleans descriptions"))
460 help=_("boolean to get description"))
472 …help=_('query SELinux Policy to see how a source process domain can transition to the target proce…
475 help=_("source process domain"))
478 help=_("target process domain"))
573 help=_('List SELinux Policy interfaces'))
576 help="Run compile test for selected interface")
579 help="Show verbose information")
581 help="Interface file")
584 help="List all domains with admin interface - DOMAIN_admin()")
587 help="List all domains with SELinux user role interface - DOMAIN_role()")
590 help="List all interfaces")
593 help=_("Enter interface names, you wish to query"))
603 help=_('Generate SELinux Policy module template'))
606 help=_("Enter domain type which you will be extending"))
609 help=_("Enter SELinux user(s) which will transition to this domain"))
612 … help=_("Enter SELinux role(s) to which the administror domain will transition"))
615 help=_("Enter domain(s) which this confined admin will administrate"))
618 help=_("name of policy to generate"))
620 help=argparse.SUPPRESS)
623 help="Enter type(s) for which you will generate new definition and rule(s)")
625 help=_("path in which the generated policy files will be stored"))
627 help=_("path to which the confined processes will need to write"))
632 help=_("Generate '%s' policy") % poltype[USER])
635 help=_("Generate '%s' policy") % poltype[CGI])
638 help=_("Generate '%s' policy") % poltype[DBUS])
641 help=_("Generate '%s' policy") % poltype[INETD])
644 help=_("Generate '%s' policy") % poltype[DAEMON])
650 help=_("Generate '%s' policy") % poltype[AUSER])
653 help=_("Generate '%s' policy") % poltype[RUSER])
656 help=_("Generate '%s' policy") % poltype[EUSER])
659 help=_("Generate '%s' policy ") % poltype[LUSER])
662 help=_("Generate '%s' policy") % poltype[NEWTYPE])
665 help=_("Generate '%s' policy") % poltype[SANDBOX])
668 help=_("Generate '%s' policy") % poltype[TUSER])
671 help=_("Generate '%s' policy") % poltype[XUSER])
673 help=_("executable to confine"))
678 subparsers = parser.add_subparsers(help=_("commands"))
681 … default=None, help=_("Alternate SELinux policy, defaults to /sys/fs/selinux/policy"))