Lines Matching refs:help
321 help=_('Graphical User Interface for SELinux Policy'))
324 help=_("Domain name(s) of man pages to be created"))
326 help=argparse.SUPPRESS)
361 help=_('Generate SELinux man pages'))
364 help=_("path in which the generated SELinux man pages will be stored"))
366 help=_("name of the OS for man pages"))
368 help=_("Generate HTML man pages structure for selected SELinux man page"))
370 help=_("Alternate root directory, defaults to /"))
372 …help=_("With this flag, alternative root path needs to include file context files and policy.xml f…
376 help=_("All domains"))
379 help=_("Domain name(s) of man pages to be created"))
385 help=_('Query SELinux policy network information'))
390 help=_("list all SELinux port types"))
393 help=_("show SELinux type related to the port"))
396 help=_("Show ports defined for this SELinux type"))
399 help=_("show ports to which this domain can bind and/or connect"))
402 help=_("show ports to which this application can bind and/or connect"))
419 … help=_('query SELinux policy to see if domains can communicate with each other'))
422 help=_("Source Domain"))
425 help=_("Target Domain"))
428 default="file", help="class to use for communications, Default 'file'")
429 …sourceaccess", required=False, dest="sourceaccess", default="open,write", help="comma separate lis…
430 …-targetaccess", required=False, dest="targetaccess", default="open,read", help="comma separated li…
446 help=_('query SELinux Policy to see description of booleans'))
450 help=_("get all booleans descriptions"))
453 help=_("boolean to get description"))
465 …help=_('query SELinux Policy to see how a source process domain can transition to the target proce…
468 help=_("source process domain"))
471 help=_("target process domain"))
566 help=_('List SELinux Policy interfaces'))
569 help="Run compile test for selected interface")
572 help="Show verbose information")
574 help="Interface file")
577 help="List all domains with admin interface - DOMAIN_admin()")
580 help="List all domains with SELinux user role interface - DOMAIN_role()")
583 help="List all interfaces")
586 help=_("Enter interface names, you wish to query"))
596 help=_('Generate SELinux Policy module template'))
599 help=_("Enter domain type which you will be extending"))
602 help=_("Enter SELinux user(s) which will transition to this domain"))
605 … help=_("Enter SELinux role(s) to which the administror domain will transition"))
608 help=_("Enter domain(s) which this confined admin will administrate"))
611 help=_("name of policy to generate"))
613 help=argparse.SUPPRESS)
616 help="Enter type(s) for which you will generate new definition and rule(s)")
618 help=_("path in which the generated policy files will be stored"))
620 help=_("path to which the confined processes will need to write"))
625 help=_("Generate '%s' policy") % poltype[USER])
628 help=_("Generate '%s' policy") % poltype[CGI])
631 help=_("Generate '%s' policy") % poltype[DBUS])
634 help=_("Generate '%s' policy") % poltype[INETD])
637 help=_("Generate '%s' policy") % poltype[DAEMON])
643 help=_("Generate '%s' policy") % poltype[AUSER])
646 help=_("Generate '%s' policy") % poltype[RUSER])
649 help=_("Generate '%s' policy") % poltype[EUSER])
652 help=_("Generate '%s' policy ") % poltype[LUSER])
655 help=_("Generate '%s' policy") % poltype[NEWTYPE])
658 help=_("Generate '%s' policy") % poltype[SANDBOX])
661 help=_("Generate '%s' policy") % poltype[TUSER])
664 help=_("Generate '%s' policy") % poltype[XUSER])
666 help=_("executable to confine"))
671 subparsers = parser.add_subparsers(help=_("commands"))
674 … default=None, help=_("Alternate SELinux policy, defaults to /sys/fs/selinux/policy"))