Last active
May 15, 2017 04:55
-
-
Save miticojo/54f7c2b6c6e0e6e3b41b13065a7fa815 to your computer and use it in GitHub Desktop.
Selinux man pages for all services
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| sudo yum install -y selinux-policy-devel | |
| sudo sepolicy manpage -a -p /usr/share/man/man0 | |
| sudo mandb -c | |
| echo "now you can look for selinux pages running 'man -k _selinux'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment