Bug 589790

Summary: mrtg denial
Product: [Fedora] Fedora Reporter: Dave Jones <davej>
Component: selinux-policy-targetedAssignee: Daniel Walsh <dwalsh>
Status: CLOSED NOTABUG QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: low    
Version: 13CC: pfrields
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-05-09 00:19:45 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 Dave Jones 2010-05-06 21:26:46 UTC
I have an mrtg cronjob installed, which isn't working because of this denial ..

kernel: [1016419.900433] type=1400 audit(1273181010.692:1326): avc:  denied  { dac_override } for  pid=26131 comm="rateup" capability=1  scontext=system_u:system_r:mrtg_t:s0-s0:c0.c1023 tcontext=system_u:system_r:mrtg_t:s0-s0:c0.c1023 tclass=capability

Comment 1 Daniel Walsh 2010-05-07 15:28:20 UTC
dac_override usually means you have something with the wrong ownership.

Can you turn on full auditing, to get the path.

auditctl -w /etc/shadow -p w 

Will turn it on.

Comment 2 Dave Jones 2010-05-09 00:19:45 UTC
/var/log/* had a bunch of incorrect perms. weird.