diff --git a/modules-mls.conf b/modules-mls.conf
index df019fe..077be58 100644
--- a/modules-mls.conf
+++ b/modules-mls.conf
@@ -986,3 +986,10 @@ logwatch = base
 # Policy for setrans
 # 
 setrans = base
+
+# Layer: services
+# Module: openvpn
+#
+# Policy for OPENVPN full-featured SSL VPN solution
+# 
+openvpn = base
diff --git a/modules-strict.conf b/modules-strict.conf
index 89ca7cd..d8916ec 100644
--- a/modules-strict.conf
+++ b/modules-strict.conf
@@ -1270,3 +1270,9 @@ rlogin = module
 # 
 setrans = base
 
+# Layer: services
+# Module: openvpn
+#
+# Policy for OPENVPN full-featured SSL VPN solution
+# 
+openvpn = base
diff --git a/modules-targeted.conf b/modules-targeted.conf
index e9d3b84..176a0e8 100644
--- a/modules-targeted.conf
+++ b/modules-targeted.conf
@@ -1072,3 +1072,10 @@ clamav = module
 # 
 setrans = base
 
+# Layer: services
+# Module: openvpn
+#
+# Policy for OPENVPN full-featured SSL VPN solution
+# 
+openvpn = base
+
diff --git a/policygentool b/policygentool
index 13f704c..da94868 100644
--- a/policygentool
+++ b/policygentool
@@ -115,8 +115,7 @@ te_libfile2="""
 allow TEMPLATETYPE_t TEMPLATETYPE_var_lib_t:file create_file_perms;
 allow TEMPLATETYPE_t TEMPLATETYPE_var_lib_t:sock_file create_file_perms;
 allow TEMPLATETYPE_t TEMPLATETYPE_var_lib_t:dir create_dir_perms;
-files_var_filetrans(TEMPLATETYPE_t,TEMPLATETYPE_var_lib_t,{ file dir sock_file })
-files_var_lib_filetrans(TEMPLATETYPE_t,TEMPLATETYPE_var_lib_t)
+files_var_lib_filetrans(TEMPLATETYPE_t,TEMPLATETYPE_var_lib_t, { file dir sock_file })
 """
 te_network2="""
 ## Networking basics (adjust to your needs!)
diff --git a/selinux-policy.spec b/selinux-policy.spec
index e0e2b1b..9db676a 100644
--- a/selinux-policy.spec
+++ b/selinux-policy.spec
@@ -16,7 +16,7 @@
 Summary: SELinux policy configuration
 Name: selinux-policy
 Version: 2.2.38
-Release: 1
+Release: 2
 License: GPL
 Group: System Environment/Base
 Source: serefpolicy-%{version}.tgz
@@ -335,6 +335,9 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init
 %endif
 
 %changelog
+* Mon May 8 2006 Dan Walsh <dwalsh@redhat.com> 2.2.38-2
+- Allow execution of cvs command
+
 * Fri May 5 2006 Dan Walsh <dwalsh@redhat.com> 2.2.38-1
 - Update to upstream