Bug 1027672 - Missing SELINUX boolean description in the documentation
Summary: Missing SELINUX boolean description in the documentation
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: doc-SELinux_Managing_Confined_Services_Guide
Version: 6.4
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Tomas Capek
QA Contact: ecs-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-07 09:27 UTC by pierre.casenove
Modified: 2013-12-04 10:30 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-04 10:30:29 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description pierre.casenove 2013-11-07 09:27:48 UTC
Description of problem:
The following SELINUX booleans applicable to httpd daemon are not documented in the "Managing Confined service" documentation:
httpd_use_openstack
httpd_tmp_exec
httpd_setrlimit
httpd_read_user_content
httpd_manage_ipa
httpd_can_network_memcache
httpd_can_network_connect_cobbler
httpd_can_check_spam
httpd_use_gpg


Version-Release number of selected component (if applicable): 6.4


How reproducible: Not Applicable


Steps to Reproduce:
Not applicable

Actual results:


Expected results:


Additional info:

Comment 2 Tomas Capek 2013-11-26 12:54:45 UTC
Due to the continuous development of the SELinux policy, the list of documented Booleans might not contain all of them at all times. To list them all, run the following command as root: 

semanage boolean -l | grep httpd


With the current release of the book, all services now contain this admonition to account for any Booleans that might be missing in the text:

https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html-single/Managing_Confined_Services/index.html#sect-Managing_Confined_Services-The_Apache_HTTP_Server-Booleans


Note You need to log in before you can comment on or make changes to this bug.