++##
++## Allow qemu to use cifs/Samba file systems
++##
++##
++gen_tunable(qemu_use_cifs,true)
++
+########################################
+#
+# Declarations
@@ -30649,6 +30659,22 @@ diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/qemu.t
+ corenet_tcp_connect_all_ports(qemu_t)
+')
+
++tunable_policy(`qemu_use_nfs',`
++ fs_manage_nfs_files(qemu_t)
++')
++
++tunable_policy(`qemu_use_cifs',`
++ fs_manage_cifs_dirs(qemu_t)
++')
++
++optional_policy(`
++ xen_rw_image_files(qemu_t)
++')
++
++optional_policy(`
++ xen_rw_image_files(qemu_t)
++')
++
+########################################
+#
+# qemu_unconfined local policy
diff --git a/selinux-policy.spec b/selinux-policy.spec
index 69cef6f..7465f1a 100644
--- a/selinux-policy.spec
+++ b/selinux-policy.spec
@@ -17,7 +17,7 @@
Summary: SELinux policy configuration
Name: selinux-policy
Version: 3.4.2
-Release: 3%{?dist}
+Release: 4%{?dist}
License: GPLv2+
Group: System Environment/Base
Source: serefpolicy-%{version}.tgz
@@ -375,6 +375,10 @@ exit 0
%endif
%changelog
+* Fri Jun 12 2008 Dan Walsh