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 1685799 - Process with system_u:system_r:svirt_t label cannot read file on cephfs
Summary: Process with system_u:system_r:svirt_t label cannot read file on cephfs
Keywords:
Status: CLOSED DUPLICATE of bug 1558836
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: selinux-policy
Version: 7.6
Hardware: Unspecified
OS: Linux
urgent
urgent
Target Milestone: rc
: ---
Assignee: Lukas Vrabec
QA Contact: Milos Malik
URL:
Whiteboard:
Depends On:
Blocks: 1672178
TreeView+ depends on / blocked
 
Reported: 2019-03-06 06:03 UTC by Han Han
Modified: 2019-03-06 12:09 UTC (History)
14 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-03-06 12:09:22 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Han Han 2019-03-06 06:03:49 UTC
Description of problem:
As title

Version-Release number of selected component (if applicable):
qemu-kvm-rhev-2.12.0-19.el7.bz1597621.2.x86_64
libvirt-4.5.0-10.virtcov.el7_6.6.x86_64
selinux-policy-3.13.1-229.el7_6.9.noarch
ceph-common-12.2.8-86.el7cp.x86_64

How reproducible:
100%

Steps to Reproduce:
This bug is found from the vm start based on cephfs(see https://bugzilla.redhat.com/show_bug.cgi?id=1672178#c10)

The steps can simplified as following:

1. Prepare a ceph cluster with cephfs, mount the cephfs on /mnt, create a image on the mounted cephfs.
# mount -t ceph bootp-73-75-128.lab.eng.pek2.redhat.com:/ /mnt -o name=admin,secretfile=ceph.key

# cat ceph.key
AQBRuXNcqcr4MhAA4x2RkdhYozAICV3eLagaSQ==

2. Start a process with srvirt_t type and try to read the file on cephfs
# runcon -u system_u -r system_r -t svirt_t /usr/libexec/qemu-kvm /mnt/cephfs.qcow2 
qemu-kvm: Could not open '/mnt/cephfs.qcow2': Permission denied


Check the audit.log
type=AVC msg=audit(1551851625.686:273): avc:  denied  { read } for  pid=23442 comm="qemu-kvm" name="cephfs.qcow2" dev="ceph" ino=1099511627776 scontext=system_u:system_r:svirt_t:s0-s0:c0.c1023 tcontext=system_u:object_r:cephfs_t:s0 tclass=file permissive=1
type=AVC msg=audit(1551851625.686:273): avc:  denied  { open } for  pid=23442 comm="qemu-kvm" path="/mnt/cephfs.qcow2" dev="ceph" ino=1099511627776 scontext=system_u:system_r:svirt_t:s0-s0:c0.c1023 tcontext=system_u:object_r:cephfs_t:s0 tclass=file permissive=1
type=AVC msg=audit(1551851625.686:274): avc:  denied  { getattr } for  pid=23442 comm="qemu-kvm" path="/mnt/cephfs.qcow2" dev="ceph" ino=1099511627776 scontext=system_u:system_r:svirt_t:s0-s0:c0.c1023 tcontext=system_u:object_r:cephfs_t:s0 tclass=file permissive=1
type=AVC msg=audit(1551851625.686:275): avc:  denied  { write } for  pid=23442 comm="qemu-kvm" name="cephfs.qcow2" dev="ceph" ino=1099511627776 scontext=system_u:system_r:svirt_t:s0-s0:c0.c1023 tcontext=system_u:object_r:cephfs_t:s0 tclass=file permissive=1
type=AVC msg=audit(1551851625.686:276): avc:  denied  { lock } for  pid=23442 comm="qemu-kvm" path="/mnt/cephfs.qcow2" dev="ceph" ino=1099511627776 scontext=system_u:system_r:svirt_t:s0-s0:c0.c1023 tcontext=system_u:object_r:cephfs_t:s0 tclass=file permissive=1
type=USER_AVC msg=audit(1551851629.284:278): pid=8692 uid=81 auid=4294967295 ses=4294967295 subj=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 msg='avc:  received setenforce notice (enforcing=1)  exe="/usr/bin/dbus-daemon" sauid=81 hostname=? addr=? terminal=?'
type=AVC msg=audit(1551851633.239:279): avc:  denied  { read } for  pid=23489 comm="qemu-kvm" name="cephfs.qcow2" dev="ceph" ino=1099511627776 scontext=system_u:system_r:svirt_t:s0-s0:c0.c1023 tcontext=system_u:object_r:cephfs_t:s0 tclass=file permissive=0
type=AVC msg=audit(1551851633.239:280): avc:  denied  { getattr } for  pid=23489 comm="qemu-kvm" path="/mnt/cephfs.qcow2" dev="ceph" ino=1099511627776 scontext=system_u:system_r:svirt_t:s0-s0:c0.c1023 tcontext=system_u:object_r:cephfs_t:s0 tclass=file permissive=0
type=AVC msg=audit(1551851633.239:281): avc:  denied  { read write } for  pid=23489 comm="qemu-kvm" name="cephfs.qcow2" dev="ceph" ino=1099511627776 scontext=system_u:system_r:svirt_t:s0-s0:c0.c1023 tcontext=system_u:object_r:cephfs_t:s0 tclass=file permissive=0


Actual results:
As above

Expected results:
Able to read the file on cephfs.

Additional info:
When selinux is permissive, it works.

When selinux is enforcing and I enabled all virt related selinux boolean, it doesn't works.

Currently, cephfs is not support selinux(see https://tracker.ceph.com/issues/5486):
# ls -alZ /mnt/
drwxr-xr-x  root root ?                                .
dr-xr-xr-x. root root system_u:object_r:root_t:s0      ..
-rw-r--r--  root root ?                                cephfs.qcow2
lrwxrwxrwx  root root ?                                rhev -> /rhev/

The process with system_u:system_r:svirt_t cannot read file on selinux unsupported fs. I am not sure if that is designed. If so, please give the reason. If not, please fix that.

This issue is very important because it will affect the cephfs storage in rhv product.


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