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 585476 - SELinux is preventing /bin/egrep "read" access .
Summary: SELinux is preventing /bin/egrep "read" access .
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: selinux-policy
Version: 6.0
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: Daniel Walsh
QA Contact: Milos Malik
URL:
Whiteboard: setroubleshoot_trace_hash:bc6c1ad879f...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-04-24 09:43 UTC by Matěj Cepl
Modified: 2012-10-16 08:47 UTC (History)
3 users (show)

Fixed In Version: selinux-policy-3.7.19-6.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-11-11 14:56:49 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Matěj Cepl 2010-04-24 09:43:53 UTC
Souhrn:

SELinux is preventing /bin/egrep "read" access .

Podrobný popis:

[SELinux je v tolerantním režimu. Přístup byl povolen.]

SELinux denied access requested by egrep. It is not expected that this access is
required by egrep and this access may signal an intrusion attempt. It is also
possible that the specific version or configuration of the application is
causing it to require additional access.

Povolení přístupu:

You can generate a local policy module to allow this access - see FAQ
(http://docs.fedoraproject.org/selinux-faq-fc5/#id2961385) Please file a bug
report.

Další informace:

Kontext zdroje                system_u:system_r:initrc_t:s0
Kontext cíle                 system_u:object_r:slapd_db_t:s0
Objekty cíle                 None [ file ]
Zdroj                         egrep
Cesta zdroje                  /bin/egrep
Port                          <Neznámé>
Počítač                    (removed)
RPM balíčky zdroje          grep-2.6.3-1.el6
RPM balíčky cíle           
RPM politiky                  selinux-policy-3.7.19-1.el6
Selinux povolen               True
Typ politiky                  targeted
Vynucovací režim            Permissive
Název zásuvného modulu     catchall
Název počítače            (removed)
Platforma                     Linux (removed) 2.6.32-21.el6.x86_64 #1
                              SMP Mon Apr 12 16:07:36 EDT 2010 x86_64 x86_64
Počet upozornění           2
Poprvé viděno               So 24. duben 2010, 10:43:00 CEST
Naposledy viděno             So 24. duben 2010, 10:43:00 CEST
Místní ID                   582b0043-db6c-4cff-ae79-e56d89e5db60
Čísla řádků              

Původní zprávy auditu      

node=(removed) type=AVC msg=audit(1272098580.5:4): avc:  denied  { read } for  pid=1498 comm="egrep" name="olcDatabase={0}config.ldif" dev=dm-1 ino=173056 scontext=system_u:system_r:initrc_t:s0 tcontext=system_u:object_r:slapd_db_t:s0 tclass=file

node=(removed) type=AVC msg=audit(1272098580.5:4): avc:  denied  { open } for  pid=1498 comm="egrep" name="olcDatabase={0}config.ldif" dev=dm-1 ino=173056 scontext=system_u:system_r:initrc_t:s0 tcontext=system_u:object_r:slapd_db_t:s0 tclass=file

node=(removed) type=SYSCALL msg=audit(1272098580.5:4): arch=c000003e syscall=2 success=yes exit=68719476864 a0=7fff09fa8edb a1=0 a2=618868 a3=0 items=0 ppid=1497 pid=1498 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="egrep" exe="/bin/egrep" subj=system_u:system_r:initrc_t:s0 key=(null)



Hash String generated from  catchall,egrep,initrc_t,slapd_db_t,file,read
audit2allow suggests:

#============= initrc_t ==============
allow initrc_t slapd_db_t:file { read open };

Comment 2 RHEL Program Management 2010-04-24 11:15:00 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux major release.  Product Management has requested further
review of this request by Red Hat Engineering, for potential inclusion in a Red
Hat Enterprise Linux Major release.  This request is not yet committed for
inclusion.

Comment 3 RHEL Program Management 2010-04-24 12:11:53 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux major release.  Product Management has requested further
review of this request by Red Hat Engineering, for potential inclusion in a Red
Hat Enterprise Linux Major release.  This request is not yet committed for
inclusion.

Comment 4 Daniel Walsh 2010-04-26 13:12:54 UTC
Matej, is this a default init script that is trying to read slapd_db_t?

Comment 5 Matěj Cepl 2010-04-26 13:28:24 UTC
Yes, it is.

johanka:~$ rpm -Vf /etc/init.d/slapd 
S.?...GT.  c /etc/openldap/slapd.conf
.M.......    /var/lib/ldap
johanka:~$

Comment 6 Daniel Walsh 2010-04-26 14:07:30 UTC
Fixed in selinux-policy-3.7.19-6.fc13.noarch

Comment 10 releng-rhel@redhat.com 2010-11-11 14:56:49 UTC
Red Hat Enterprise Linux 6.0 is now available and should resolve
the problem described in this bug report. This report is therefore being closed
with a resolution of CURRENTRELEASE. You may reopen this bug report if the
solution does not work for you.


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