The mozilla flashplayer plugin no longer works with the latest policy update.
Here is the avc:
Jun 10 21:18:51 chaucer kernel: audit(1118463531.297:0): avc: denied { execmod } for pid=20428 comm=firefox-bin path=/home/medieval/.mozilla/plugins/libflashplayer.so dev=hda3 ino=8536070 scontext=user_u:system_r:unconfined_t tcontext=user_u:object_r:user_home_t tclass=file
It seems related to the other error that I'm getting about loading shared libraries.
Bob
On Fri, 2005-06-10 at 21:23 -0700, Bob Kashani wrote:
The mozilla flashplayer plugin no longer works with the latest policy update.
Here is the avc:
Jun 10 21:18:51 chaucer kernel: audit(1118463531.297:0): avc: denied { execmod } for pid=20428 comm=firefox-bin path=/home/medieval/.mozilla/plugins/libflashplayer.so dev=hda3 ino=8536070 scontext=user_u:system_r:unconfined_t tcontext=user_u:object_r:user_home_t tclass=file
The setsebool command should fix this too.
The allow_execmod boolean defaults to true, but due to a spec file issue from a while ago, the updated /etc/selinux/targeted/booleans file was installed as .rpmnew, thus not giving you the new default value of true. I believe this issue is fixed now, so new FC4 installs will work as well as FC3->FC4 final.
selinux@lists.fedoraproject.org