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-booleans - Query SELinux Policy to see description of booleans

Author

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

Description

sepolicybooleans will show all booleans and their descriptions, or you can choose individual booleans to
       display.   Please make sure that selinux-policy-devel is present in your system since it contains boolean
       descriptions extracted  from  the  policy  source  code.  Otherwise  sepolicybooleans  will  only  show
       descriptions generated based on boolean names.

Example

       List descriptions of samba_create_home_dirs and samba_enable_home_dirs booleans
       # sepolicy booleans -b samba_create_home_dirs samba_enable_home_dirs

Name

       sepolicy-booleans - Query SELinux Policy to see description of booleans

Options

-h,--help
              Display help message

       -a,--all
              Display all boolean descriptions

       -b,--boolean
              boolean to get description

See Also

sepolicy(8), selinux(8), getsebool(8), setsebool(8)

                                                    20121112                                sepolicy-booleans(8)

Synopsis

sepolicybooleans[-h][-a|-bbooleanname...]

See Also