RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 987236 - Possible errors found in this guide
Summary: Possible errors found in this guide
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-07-23 03:32 UTC by Noriko Mizumoto
Modified: 2013-11-26 12:34 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-11-26 12:34:49 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Noriko Mizumoto 2013-07-23 03:32:08 UTC
I will file any possible errors found in this guide here.

[NFS Chapter]
"From the <ulink url="http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/ch-nfs.html&quot;&gt;Red Hat Linux Reference Guide</ulink>:
NFS (Network File System) allows hosts to mount partitions on a remote system and use them as though they are local file systems. This allows the system administrator to store resources in a central location on the network, providing authorized users continuous access to them."

The link is for RHL-9-Manual, and this does not exist.
This link should be updated, and the para be reviewed accordingly.

Comment 1 Noriko Mizumoto 2013-07-23 03:44:05 UTC
[BIND Chapter]
"SELinux is based on the least level of access required for a service to run. Services can be run in a variety of ways; therefore, you must tell SELinux how you are running services. The following Booleans allow you to tell SELinux how you are running NFS:"

This para is for BIND chapter, thus the Booleans are for BIND instead of NFS.
The last sentence should read 'The following Booleans allow you to tell SELinux how you are running BIND (or named).

Comment 5 Tomas Capek 2013-08-06 17:46:36 UTC
I've rolled in changes from RHEL7 working version of the docs:

documentation-devel.engineering.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html-single/Managing_Confined_Services/index.html

Red_Hat_Enterprise_Linux-Managing_Confined_Services-6-en-US-4-0.2

Please review.

Comment 6 Noriko Mizumoto 2013-08-09 04:43:55 UTC
Another possible typo found, could you please check?

----------------------------------------
Chapter: Postfix -> Postfix and SELinux
2. Run ps -eZ | grep postfix to view the postfix processes:
ps -eZ | grep postfix
system_u:system_r:postfix_master_t:s0 1651 ?   00:00:00 master
system_u:system_r:postfix_pickup_t:s0 1662 ?   00:00:00 pickup
system_u:system_r:postfix_qmgr_t:s0 1663 ?     00:00:00 qmgr

 For example, the SELinux context associated with the Postfix master process is unconfined_u:system_r:postfix_master_t:s0. ....
----------------------------------------

* SELinux context described in the setence is different from the output.
The output says:"system_u:system_r:postfix_master_t:s0"
The sentence says:"unconfined_u:system_r:postfix_master_t:s0"

Comment 7 Tomas Capek 2013-08-19 15:21:56 UTC
Good catch, thank you for reporting it.

Fixed in:

http://documentation-devel.engineering.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html-single/Managing_Confined_Services/index.html#sect-Managing_Confined_Services-rsync-Postfix_and_SELinux

Red_Hat_Enterprise_Linux-Managing_Confined_Services-6-en-US-4-0.3


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