Bug 216064 - procmail avc's
Summary: procmail avc's
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy-targeted
Version: 6
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Daniel Walsh
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-11-17 02:07 UTC by Dave Jones
Modified: 2015-01-04 22:29 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-11-17 18:04:52 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Dave Jones 2006-11-17 02:07:19 UTC
I have my ~/Mail symlinked to /mnt/raid/Mail.
I guess this makes policy unhappy, as I have a ton of these..


audit(1163322126.028:4): avc:  denied  { search } for  pid=27344 comm="procmail"
name="mnt" dev=md0 ino=64323585 scontext=system_u:system_r:procmail_t:s0
tcontext=system_u:object_r:mnt_t:s0 tclass=dir
audit(1163667725.468:47): avc:  denied  { search } for  pid=10093 comm="formail"
name="mnt" dev=md0 ino=64323585 scontext=system
_u:system_r:procmail_t:s0 tcontext=system_u:object_r:mnt_t:s0 tclass=dir

I get a bunch of those every time cron.daily runs at 4am.

Comment 1 Daniel Walsh 2006-11-17 18:04:52 UTC
Yes this is a local customization.  You should run 
grep procmail /var/log/audit/audit.log | audit2allow -M myprocmail 
Then load the the custom policy.


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