Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
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 794888

Summary: /var/ctdb gets created with incorrect selinux context
Product: Red Hat Enterprise Linux 6 Reporter: Justin Payne <jpayne>
Component: ctdbAssignee: Sumit Bose <sbose>
Status: CLOSED ERRATA QA Contact: Cluster QE <mspqa-list>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.3   
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: ctdb-1.0.114.3-4.el6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-20 14:15:20 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Justin Payne 2012-02-17 20:50:28 UTC
Description of problem:

After running service ctdb start, the directory, files, and all subdirectories are created with incorrect selinux contexts.


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

ctdb-1.0.114.3-3.el6

How reproducible:

Always

Steps to Reproduce:
1. Install ctdb
2. Start the ctdb service
3. Check contexts with 'restorecon -Rnv /var/ctdb'
  
Actual results:

restorecon reset /var/ctdb context system_u:object_r:var_t:s0->system_u:object_r:ctdbd_var_lib_t:s0
restorecon reset /var/ctdb/locking.tdb.0 context unconfined_u:object_r:var_t:s0->unconfined_u:object_r:ctdbd_var_lib_t:s0
restorecon reset /var/ctdb/state context system_u:object_r:var_t:s0->system_u:object_r:ctdbd_var_lib_t:s0
restorecon reset /var/ctdb/state/persistent_health.tdb.0 context system_u:object_r:var_t:s0->system_u:object_r:ctdbd_var_lib_t:s0
restorecon reset /var/ctdb/state/recdb.tdb.0 context system_u:object_r:var_t:s0->system_u:object_r:ctdbd_var_lib_t:s0
restorecon reset /var/ctdb/state/vactune.tdb.0 context system_u:object_r:var_t:s0->system_u:object_r:ctdbd_var_lib_t:s0
restorecon reset /var/ctdb/persistent context system_u:object_r:var_t:s0->system_u:object_r:ctdbd_var_lib_t:s0
restorecon reset /var/ctdb/persistent/share_info.tdb.0 context unconfined_u:object_r:var_t:s0->unconfined_u:object_r:ctdbd_var_lib_t:s0
restorecon reset /var/ctdb/persistent/passdb.tdb.0 context unconfined_u:object_r:var_t:s0->unconfined_u:object_r:ctdbd_var_lib_t:s0
restorecon reset /var/ctdb/persistent/winbindd_idmap.tdb.0 context unconfined_u:object_r:var_t:s0->unconfined_u:object_r:ctdbd_var_lib_t:s0
restorecon reset /var/ctdb/persistent/account_policy.tdb.0 context unconfined_u:object_r:var_t:s0->unconfined_u:object_r:ctdbd_var_lib_t:s0
restorecon reset /var/ctdb/persistent/secrets.tdb.0 context system_u:object_r:var_t:s0->system_u:object_r:ctdbd_var_lib_t:s0
restorecon reset /var/ctdb/persistent/registry.tdb.0 context unconfined_u:object_r:var_t:s0->unconfined_u:object_r:ctdbd_var_lib_t:s0
restorecon reset /var/ctdb/connections.tdb.0 context unconfined_u:object_r:var_t:s0->unconfined_u:object_r:ctdbd_var_lib_t:s0
restorecon reset /var/ctdb/brlock.tdb.0 context unconfined_u:object_r:var_t:s0->unconfined_u:object_r:ctdbd_var_lib_t:s0
restorecon reset /var/ctdb/sessionid.tdb.0 context system_u:object_r:var_t:s0->system_u:object_r:ctdbd_var_lib_t:s0
restorecon reset /var/ctdb/g_lock.tdb.0 context unconfined_u:object_r:var_t:s0->unconfined_u:object_r:ctdbd_var_lib_t:s0
restorecon reset /var/ctdb/vactune.tdb.0 context system_u:object_r:var_t:s0->system_u:object_r:ctdbd_var_lib_t:s0

Expected results:

Selinux contexts created with correct values for ctdb operation.

Additional info:

Comment 4 Justin Payne 2012-03-01 16:35:23 UTC
Verified in ctdb-1.0.114.3-4.el6.x86_64

[root@dash-01 ~]# rpm -q ctdb
ctdb-1.0.114.3-4.el6.x86_64
[root@dash-01 ~]# restorecon -Rnv /var/ctdb
[root@dash-01 ~]#

Comment 5 errata-xmlrpc 2012-06-20 14:15:20 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2012-0904.html