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 - SELinux Policy Inspection tool

Author

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

Description

       sepolicy is a tools set that will query the installed SELinux policy and  generate  useful  reports,  man
       pages, or even new policy modules.  See the argument specific man pages for options and descriptions.

Name

       sepolicy - SELinux Policy Inspection tool

Options

-P,--policy
              Alternate policy to analyze. (Defaults to currently installed policy /sys/fs/selinux/policy)

       -h,--help
              Display help message

See Also

selinux(8),    sepolicy-booleans(8),    sepolicy-communicate(8),    sepolicy-generate(8),sepolicy-gui(8),
       sepolicy-interface(8),  sepolicy-network(8), sepolicy-manpage(8), sepolicy-transition(8)

                                                    20121005                                         sepolicy(8)

Synopsis

sepolicy[-h][-Ppolicy_path]{booleans,communicate,generate,interface,manpage,network,transition}OPTIONS

       Arguments:

       booleans
       Query SELinux policy to see description of booleans sepolicy-boolean(8)communicate
       Query SELinux policy to see if domains can communicate with each other sepolicy-communicate(8)generate
       Generate SELinux Policy module template sepolicy-generate(8)gui
       Launch Graphical User Interface for SELinux  Policy,  requires  policycoreutils-gui  package.   sepolicy-gui(8)interface
       Print SELinux Policy interface information sepolicy-interface(8)manpage
       Generate SELinux man pages sepolicy-manpage(8)network
       Query SELinux policy network information sepolicy-network(8)transition
       Query  SELinux  Policy  to  see  how  a source process domain can transition to the target process domain
       sepolicy-transition(8)

See Also