Bug 668209 - check_ldaps nagios plugin AVC
Summary: check_ldaps nagios plugin AVC
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: 13
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: ---
Assignee: Miroslav Grepl
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-01-09 01:17 UTC by Ruben Kerkhof
Modified: 2011-05-30 15:01 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-05-30 13:36:51 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ruben Kerkhof 2011-01-09 01:17:25 UTC
AVC:

selinux.log:2011-01-09T02:10:23.189950+01:00 nagios audispd: node=nagios type=AVC msg=audit(1294535423.189:317797): avc:  denied  { getattr } for  pid=4730 comm="check_ldaps" path="/proc/meminfo" dev=proc ino=4026531982 scontext=unconfined_u:system_r:nagios_services_plugin_t:s0 tcontext=system_u:object_r:proc_t:s0 tclass=file

I'm not sure why it's doing that, there's nothing in the code which uses /proc/meminfo, but maybe it's the underlying openldap library

Comment 1 Miroslav Grepl 2011-01-10 13:06:20 UTC
Ruben,
just allow it for now using

# grep nagios_services_plugin_t /var/log/audit/audit.log | audit2allow -M mypol
# semodule -i mypol.pp

Comment 2 Miroslav Grepl 2011-01-25 15:37:10 UTC
Fixed in selinux-policy-3.7.19-87.fc13

Comment 3 Bug Zapper 2011-05-30 12:04:16 UTC
This message is a reminder that Fedora 13 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 13.  It is Fedora's policy to close all
bug reports from releases that are no longer maintained.  At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '13'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 13's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 13 is end of life.  If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora please change the 'version' of this 
bug to the applicable version.  If you are unable to change the version, 
please add a comment here and someone will do it for you.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 4 Ruben Kerkhof 2011-05-30 15:01:39 UTC
Thanks, seems to be fixed.


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