Lines Matching refs:help

330                             help=_('Graphical User Interface for SELinux Policy'))
333 help=_("Domain name(s) of man pages to be created"))
335 help=argparse.SUPPRESS)
363 help=_('Generate SELinux man pages'))
366 help=_("path in which the generated SELinux man pages will be stored"))
368 help=_("name of the OS for man pages"))
370 help=_("Generate HTML man pages structure for selected SELinux man page"))
372 help=_("Alternate root directory, defaults to /"))
374help=_("With this flag, alternative root path needs to include file context files and policy.xml f…
378 help=_("All domains"))
381 help=_("Domain name(s) of man pages to be created"))
387 help=_('Query SELinux policy network information'))
392 help=_("list all SELinux port types"))
395 help=_("show SELinux type related to the port"))
398 help=_("Show ports defined for this SELinux type"))
401 help=_("show ports to which this domain can bind and/or connect"))
404 help=_("show ports to which this application can bind and/or connect"))
421help=_('query SELinux policy to see if domains can communicate with each other'))
424 help=_("Source Domain"))
427 help=_("Target Domain"))
430 default="file", help="class to use for communications, Default 'file'")
431 …sourceaccess", required=False, dest="sourceaccess", default="open,write", help="comma separate lis…
432 …-targetaccess", required=False, dest="targetaccess", default="open,read", help="comma separated li…
448 help=_('query SELinux Policy to see description of booleans'))
452 help=_("get all booleans descriptions"))
455 help=_("boolean to get description"))
467help=_('query SELinux Policy to see how a source process domain can transition to the target proce…
470 help=_("source process domain"))
473 help=_("target process domain"))
568 help=_('List SELinux Policy interfaces'))
571 help="Run compile test for selected interface")
574 help="Show verbose information")
576 help="Interface file")
579 help="List all domains with admin interface - DOMAIN_admin()")
582 help="List all domains with SELinux user role interface - DOMAIN_role()")
585 help="List all interfaces")
588 help=_("Enter interface names, you wish to query"))
598 help=_('Generate SELinux Policy module template'))
601 help=_("Enter domain type which you will be extending"))
604 help=_("Enter SELinux user(s) which will transition to this domain"))
607help=_("Enter SELinux role(s) to which the administror domain will transition"))
610 help=_("Enter domain(s) which this confined admin will administrate"))
613 help=_("name of policy to generate"))
615 help=argparse.SUPPRESS)
618 help="Enter type(s) for which you will generate new definition and rule(s)")
620 help=_("path in which the generated policy files will be stored"))
622 help=_("path to which the confined processes will need to write"))
627 help=_("Generate '%s' policy") % poltype[USER])
630 help=_("Generate '%s' policy") % poltype[CGI])
633 help=_("Generate '%s' policy") % poltype[DBUS])
636 help=_("Generate '%s' policy") % poltype[INETD])
639 help=_("Generate '%s' policy") % poltype[DAEMON])
645 help=_("Generate '%s' policy") % poltype[AUSER])
648 help=_("Generate '%s' policy") % poltype[RUSER])
651 help=_("Generate '%s' policy") % poltype[EUSER])
654 help=_("Generate '%s' policy ") % poltype[LUSER])
657 help=_("Generate '%s' policy") % poltype[NEWTYPE])
660 help=_("Generate '%s' policy") % poltype[SANDBOX])
663 help=_("Generate '%s' policy") % poltype[TUSER])
666 help=_("Generate '%s' policy") % poltype[XUSER])
668 help=_("executable to confine"))
673 subparsers = parser.add_subparsers(help=_("commands"))
676 … default=None, help=_("Alternate SELinux policy, defaults to /sys/fs/selinux/policy"))