Hide Forgot
Description of problem: SELinux is preventing abrt-hook-ccpp from 'read' accesses on the file packagekitd. ***** Plugin catchall (100. confidence) suggests ************************** If you believe that abrt-hook-ccpp should be allowed read access on the packagekitd file by default. Then you should report this as a bug. You can generate a local policy module to allow this access. Do allow this access for now by executing: # grep abrt-hook-ccpp /var/log/audit/audit.log | audit2allow -M mypol # semodule -i mypol.pp Additional Information: Source Context system_u:system_r:abrt_dump_oops_t:s0 Target Context system_u:object_r:rpm_exec_t:s0 Target Objects packagekitd [ file ] Source abrt-hook-ccpp Source Path abrt-hook-ccpp Port <Unknown> Host (removed) Source RPM Packages Target RPM Packages Policy RPM selinux-policy-3.13.1-152.fc23.noarch Selinux Enabled True Policy Type targeted Enforcing Mode Enforcing Host Name (removed) Platform Linux (removed) 4.2.3-300.fc23.x86_64 #1 SMP Mon Oct 5 15:42:54 UTC 2015 x86_64 x86_64 Alert Count 3 First Seen 2016-03-12 03:56:07 BDT Last Seen 2016-03-12 03:58:14 BDT Local ID fd5bf2a4-ed85-4be8-9dc8-a2b13f17afb5 Raw Audit Messages type=AVC msg=audit(1457733494.119:580): avc: denied { read } for pid=3023 comm="abrt-hook-ccpp" name="packagekitd" dev="dm-0" ino=795975 scontext=system_u:system_r:abrt_dump_oops_t:s0 tcontext=system_u:object_r:rpm_exec_t:s0 tclass=file permissive=0 Hash: abrt-hook-ccpp,abrt_dump_oops_t,rpm_exec_t,file,read Version-Release number of selected component: selinux-policy-3.13.1-152.fc23.noarch Additional info: reporter: libreport-2.6.3 hashmarkername: setroubleshoot kernel: 4.2.3-300.fc23.x86_64 type: libreport Potential duplicate: bug 1276680
lvrabec:~ $ rpm -q selinux-policy selinux-policy-3.13.1-158.9.fc23.noarch lvrabec:~ $ audit2allow -i avc #============= abrt_dump_oops_t ============== #!!!! This avc is allowed in the current policy allow abrt_dump_oops_t rpm_exec_t:file read; Please update selinux-policy rpm package.