Bug 242997

Summary: updatedb can't access fusefs_t/dosfs_t
Product: [Fedora] Fedora Reporter: drago01
Component: selinux-policy-targetedAssignee: Daniel Walsh <dwalsh>
Status: CLOSED NOTABUG QA Contact: Ben Levenson <benl>
Severity: low Docs Contact:
Priority: low    
Version: 7   
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: 2007-06-22 14:25:34 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 drago01 2007-06-06 20:46:45 UTC
Description of problem:

I get this avcs in dmesg when updatedb runs:

audit(1181152309.499:12): avc:  denied  { read } for  pid=7267 comm="updatedb"
name="/" dev=sdc1 ino=1 scontext=system_u:system_r:locate_t:s0
tcontext=system_u:object_r:dosfs_t:s0 tclass=dir
audit(1181152309.499:13): avc:  denied  { read } for  pid=7267 comm="updatedb"
name="/" dev=sda1 ino=5 scontext=system_u:system_r:locate_t:s0
tcontext=system_u:object_r:fusefs_t:s0 tclass=dir


Version-Release number of selected component (if applicable):

selinux-policy-targeted-2.6.4-8.fc7

How reproducible:

always

Steps to Reproduce:
1. wait for the updatedb cron job to start
2. notice the errors in dmesg
3.
  
Actual results:

avcs

Expected results:

no avcs



Additional info:
audit2allow -d

#============= locate_t ==============
allow locate_t dosfs_t:dir read;
allow locate_t fusefs_t:dir read;

Comment 1 drago01 2007-06-22 14:25:34 UTC
this seems to be fixed ... dunno what was causing it.