Home | History | Annotate | Download | only in sepolicy

Lines Matching refs:help

329                             help=_('Graphical User Interface for SELinux Policy'))
332 help=_("Domain name(s) of man pages to be created"))
334 help=argparse.SUPPRESS)
362 help=_('Generate SELinux man pages'))
365 help=_("path in which the generated SELinux man pages will be stored"))
367 help=_("name of the OS for man pages"))
369 help=_("Generate HTML man pages structure for selected SELinux man page"))
371 help=_("Alternate root directory, defaults to /"))
373 help=_("With this flag, alternative root path needs to include file context files and policy.xml file"))
377 help=_("All domains"))
380 help=_("Domain name(s) of man pages to be created"))
386 help=_('Query SELinux policy network information'))
391 help=_("list all SELinux port types"))
394 help=_("show SELinux type related to the port"))
397 help=_("Show ports defined for this SELinux type"))
400 help=_("show ports to which this domain can bind and/or connect"))
403 help=_("show ports to which this application can bind and/or connect"))
420 help=_('query SELinux policy to see if domains can communicate with each other'))
423 help=_("Source Domain"))
426 help=_("Target Domain"))
429 help="class to use for communications, Default 'file'")
430 comm.add_argument("-S", "--sourceaccess", required=False, dest="sourceaccess", default="open,write", help="comma separate list of permissions for the source type to use, Default 'open,write'")
431 comm.add_argument("-T", "--targetaccess", required=False, dest="targetaccess", default="open,read", help="comma separated list of permissions for the target type to use, Default 'open,read'")
447 help=_('query SELinux Policy to see description of booleans'))
451 help=_("get all booleans descriptions"))
454 help=_("boolean to get description"))
466 help=_('query SELinux Policy to see how a source process domain can transition to the target process domain'))
469 help=_("source process domain"))
472 help=_("target process domain"))
567 help=_('List SELinux Policy interfaces'))
570 help="Run compile test for selected interface")
573 help="Show verbose information")
575 help="Interface file")
578 help="List all domains with admin interface - DOMAIN_admin()")
581 help="List all domains with SELinux user role interface - DOMAIN_role()")
584 help="List all interfaces")
587 help=_("Enter interface names, you wish to query"))
597 help=_('Generate SELinux Policy module template'))
600 help=_("Enter domain type which you will be extending"))
603 help=_("Enter SELinux user(s) which will transition to this domain"))
606 help=_("Enter SELinux role(s) to which the administror domain will transition"))
609 help=_("Enter domain(s) which this confined admin will administrate"))
612 help=_("name of policy to generate"))
614 help=argparse.SUPPRESS)
617 help="Enter type(s) for which you will generate new definition and rule(s)")
619 help=_("path in which the generated policy files will be stored"))
621 help=_("path to which the confined processes will need to write"))
626 help=_("Generate '%s' policy") % poltype[USER])
629 help=_("Generate '%s' policy") % poltype[CGI])
632 help=_("Generate '%s' policy") % poltype[DBUS])
635 help=_("Generate '%s' policy") % poltype[INETD])
638 help=_("Generate '%s' policy") % poltype[DAEMON])
644 help=_("Generate '%s' policy") % poltype[AUSER])
647 help=_("Generate '%s' policy") % poltype[RUSER])
650 help=_("Generate '%s' policy") % poltype[EUSER])
653 help=_("Generate '%s' policy ") % poltype[LUSER])
656 help=_("Generate '%s' policy") % poltype[NEWTYPE])
659 help=_("Generate '%s' policy") % poltype[SANDBOX])
662 help=_("Generate '%s' policy") % poltype[TUSER])
665 help=_("Generate '%s' policy") % poltype[XUSER])
667 help=_("executable to confine"))
672 subparsers = parser.add_subparsers(help=_("commands"))
675 default=None, help=_("Alternate SELinux policy, defaults to /sys/fs/selinux/policy"))