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 1276957 - SELinux is preventing /usr/bin/env from search access on the directory /.
Summary: SELinux is preventing /usr/bin/env from search access on the directory /.
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: selinux-policy
Version: 7.1
Hardware: All
OS: Linux
unspecified
urgent
Target Milestone: rc
: ---
Assignee: Lukas Vrabec
QA Contact: Milos Malik
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-11-01 18:11 UTC by Brian J. Murrell
Modified: 2016-03-17 11:57 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-03-17 11:57:45 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Brian J. Murrell 2015-11-01 18:11:46 UTC
SELinux is preventing /usr/bin/env from search access on the directory /.

*****  Plugin catchall (100. confidence) suggests   **************************

If you believe that env should be allowed search access on the  directory by default.
Then you should report this as a bug.
You can generate a local policy module to allow this access.
Do
allow this access for now by executing:
# grep prosodyctl /var/log/audit/audit.log | audit2allow -M mypol
# semodule -i mypol.pp


Additional Information:
Source Context                system_u:system_r:prosody_t:s0
Target Context                system_u:object_r:autofs_t:s0
Target Objects                / [ dir ]
Source                        prosodyctl
Source Path                   /usr/bin/env
Port                          <Unknown>
Host                          server.interlinx.bc.ca
Source RPM Packages           coreutils-8.22-11.el7.x86_64
Target RPM Packages           filesystem-3.2-18.el7.x86_64
Policy RPM                    selinux-policy-3.13.1-23.el7_1.17.noarch
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Enforcing
Host Name                     server.interlinx.bc.ca
Platform                      Linux server.interlinx.bc.ca
                              3.10.0-229.11.1.el7.x86_64 #1 SMP Thu Aug 6
                              01:06:18 UTC 2015 x86_64 x86_64
Alert Count                   47
First Seen                    2015-11-01 08:52:03 EST
Last Seen                     2015-11-01 10:56:53 EST
Local ID                      17051d3f-be91-4ef6-8cec-e0b689075c61

Raw Audit Messages
type=AVC msg=audit(1446393413.31:33624): avc:  denied  { search } for  pid=17716 comm="prosodyctl" name="/" dev="autofs" ino=397913687 scontext=system_u:system_r:prosody_t:s0 tcontext=system_u:object_r:autofs_t:s0 tclass=dir


type=SYSCALL msg=audit(1446393413.31:33624): arch=x86_64 syscall=execve success=no exit=EACCES a0=7ffd192c6663 a1=7ffd192c6850 a2=7ffd192c6870 a3=7ffd192c64a0 items=0 ppid=1 pid=17716 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm=prosodyctl exe=/usr/bin/env subj=system_u:system_r:prosody_t:s0 key=(null)

Hash: prosodyctl,prosody_t,autofs_t,dir,search

Comment 2 Miroslav Grepl 2015-11-02 07:48:28 UTC
Brian,
could you try to add the following local policy to see if it works?

$ cat myprosody.te
policy_module(myprosody,1.0)

require{
 type prosody_t;
}

fs_search_auto_mountpoints(prosody_t)


and run

# make -f /usr/share/selinux/devel/Makefile myprosody.pp
# semodule -i myprosody.pp

Thank you.

Comment 3 Brian J. Murrell 2015-11-02 12:31:54 UTC
Actually, TBH, I gave up on Prosody and went back to Jabberd so I don't have anywhere to test that fix.

Unless somebody else wants to follow up on that, or if I change my mind in the future and go back to Prosody, you can close this.

Comment 4 Lukas Vrabec 2016-03-17 11:57:45 UTC
I cannot reproduce this issue. 
Closing this as insufficient data.


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