Hide Forgot
libreport version: 2.0.7 executable: /usr/bin/python hashmarkername: setroubleshoot kernel: 3.1.5-2.fc16.x86_64 reason: SELinux is preventing /usr/sbin/cupsd from 'read' accesses on the file smfp.convs. time: Fri 16 Dec 2011 08:45:55 AM EST description: Text file, 2344 bytes
Created attachment 547809 [details] File: description
Is smfp.convs actually in the home directory or is it somewhere else on the disk. It might only need to have restorecon run on it. restorecon smfp.convs
In other cases I've seen SELinux offer restorecon as a solution, but in this case it was not presented as an option.
The problem is with a path to this config file. If you add a path to this AVC msg name="/etc/smfp.convs" fox example and then # sealert -a /tmp/audit.log alert will offer restorecon as solution. Where is the config file located?