Description of problem: Version-Release number of selected component (if applicable): selinux-policy-targeted-3.10.0-86.fc16.noarch How reproducible: Seems to happen every time initiate viewing of live TV Steps to Reproduce: 1. 2. 3. Actual results: time->Wed Jun 13 19:59:37 2012 type=SYSCALL msg=audit(1339642777.143:269): arch=c000003e syscall=21 success=no exit=-13 a0=7feb401329f0 a1=4 a2=7feb401329fe a3=1c items=0 ppid=1 pid=5583 auid=4294967295 uid=27 gid=27 euid=27 suid=27 fsuid=27 egid=27 sgid=27 fsgid=27 tty=(none) ses=4294967295 comm="mysqld" exe="/usr/libexec/mysqld" subj=system_u:system_r:mysqld_t:s0 key=(null) type=AVC msg=audit(1339642777.143:269): avc: denied { read } for pid=5583 comm="mysqld" name="unix" dev="proc" ino=4026532000 scontext=system_u:system_r:mysqld_t:s0 tcontext=system_u:object_r:proc_net_t:s0 tclass=file Expected results: Additional info: Fixed by adding the following polcy: module my2sqld 1.0; require { type proc_net_t; type mysqld_t; class file { read }; } #============= mysqld_t ============== #!!!! This avc is allowed in the current policy allow mysqld_t proc_net_t:file read;
This is allowed in F17.