From Debian package 0.0.20080702-15 In Russell's 2010-07-08 patch Label /usr/lib/gnome-vfs-2.0/gnome-vfs-daemon as bin_t Doesn't belong in dbus.fc Index: policy/modules/services/dbus.fc =================================================================== --- policy/modules/services/dbus.fc.orig +++ policy/modules/services/dbus.fc @@ -13,6 +13,9 @@ /var/run/dbus(/.*)? gen_context(system_u:object_r:system_dbusd_var_run_t,s0) +ifdef(`distro_debian',` +/usr/lib/gnome-vfs-2.0/gnome-vfs-daemon -- gen_context(system_u:object_r:bin_t,s0) +') ifdef(`distro_redhat',` /var/named/chroot/var/run/dbus(/.*)? gen_context(system_u:object_r:system_dbusd_var_run_t,s0) ')