logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sepolicy-manpage - Generate a man page based on the installed SELinux Policy

Author

       This man page was written by Daniel Walsh <dwalsh@redhat.com>

Description

       Use sepolicymanpage to generate manpages based on SELinux Policy.

Example

       Generate man pages for all available domains
       # sepolicy manpage -a
       Generate an HTML man page for domain alsa_t, setting the OS name to "My_distro"
       # sepolicy manpage -o My_distro -d alsa_t -w

Name

       sepolicy-manpage - Generate a man page based on the installed SELinux Policy

Options

-a,--all
              Generate Man Pages for All Domains

       -d,--domain
              Generate a Man Page for the specified domain. (Supports multiple commands)

       -h,--help
              Display help message

       -o,--os
              Specify the name of the OS to be used in the man page (only affects HTML man pages)

       -p,--path
              Specify the directory to store the created man pages. (Default to /tmp)

       -r,--root
              Specify alternative root directory to generate man pages from. (Default to /)

       --source_files
              Use  file_contexts  and  policy.xml  files from the specified root directory (the alternative root
              needs to include both files)

       -w,--web
              Generate an additional HTML man pages for the specified domain(s)

See Also

sepolicy(8), selinux(8)

                                                    20121005                                 sepolicy-manpage(8)

Synopsis

sepolicymanpage[-w][-h][-pPATH][-rROOTDIR][-a|-d]

See Also