]> git.ipfire.org Git - people/stevee/selinux-policy.git/commitdiff
Seems adobe has broken flash plugin again. :^(
authorDan Walsh <dwalsh@redhat.com>
Thu, 6 Oct 2011 13:53:03 +0000 (09:53 -0400)
committerDan Walsh <dwalsh@redhat.com>
Thu, 6 Oct 2011 13:53:03 +0000 (09:53 -0400)
policy/modules/system/libraries.fc

index 6673319a6d8b193002c1a0f9f0fd9ee1bb397a48..5447ff61c3e64bcb9afba20baf56a7d15d893601 100644 (file)
@@ -387,6 +387,10 @@ HOME_DIR/\.gstreamer-.*/plugins/.*\.so.* --        gen_context(system_u:object_r:textre
 /usr/lib/libmp3lame\.so.*              --      gen_context(system_u:object_r:textrel_shlib_t,s0)
 /usr/lib/libmpeg2\.so.*                --      gen_context(system_u:object_r:textrel_shlib_t,s0)
 
+HOME_DIR/\.mozilla(/.*)?/plugins/libflashplayer\.so.* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
+/usr/lib/.*/libflashplayer\.so.*       --      gen_context(system_u:object_r:textrel_shlib_t,s0)
+/usr/local/(.*/)?libflashplayer\.so.*  --      gen_context(system_u:object_r:textrel_shlib_t,s0)
+
 ifdef(`fixed',`
 /usr/lib/libavfilter\.so(\..*)? -- gen_context(system_u:object_r:textrel_shlib_t,s0)
 /usr/lib/libavdevice\.so.*      --     gen_context(system_u:object_r:textrel_shlib_t,s0)
@@ -404,9 +408,6 @@ ifdef(`fixed',`
 /usr/lib/xulrunner-[^/]*/libgtkembedmoz\.so -- gen_context(system_u:object_r:textrel_shlib_t,s0)
 /usr/lib/xulrunner-[^/]*/libxul\.so -- gen_context(system_u:object_r:textrel_shlib_t,s0)
 # Flash plugin, Macromedia
-HOME_DIR/\.mozilla(/.*)?/plugins/libflashplayer\.so.* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
-/usr/lib/.*/libflashplayer\.so.*       --      gen_context(system_u:object_r:textrel_shlib_t,s0)
-/usr/local/(.*/)?libflashplayer\.so.*  --      gen_context(system_u:object_r:textrel_shlib_t,s0)
 /usr/lib/php/modules/.+\.so    --      gen_context(system_u:object_r:textrel_shlib_t,s0)
 /usr/lib/xorg/modules/dri/.+\.so       --      gen_context(system_u:object_r:textrel_shlib_t,s0)
 /usr/X11R6/lib/modules/dri/.+\.so      --      gen_context(system_u:object_r:textrel_shlib_t,s0)