[selinux-policy: 1668/3172] Patch for an additional wine executable from Dan Walsh.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 21:29:13 UTC 2010


commit 2aea366ffc53e12f406750869a42fa1f03dc816e
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Wed Feb 28 16:23:06 2007 +0000

    Patch for an additional wine executable from Dan Walsh.

 Changelog                   |    1 +
 policy/modules/apps/wine.fc |    2 ++
 policy/modules/apps/wine.te |    2 +-
 3 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/Changelog b/Changelog
index 93d7b9b..c14a0d1 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,4 @@
+- Patch for an additional wine executable from Dan Walsh.
 - Patch for additional games file contexts from Dan Walsh.
 - Add support for libselinux 2.0.5 init_selinuxmnt() changes.
 - Patch for misc fixes to bluetooth from Dan Walsh.
diff --git a/policy/modules/apps/wine.fc b/policy/modules/apps/wine.fc
index aa0daf7..ad8a476 100644
--- a/policy/modules/apps/wine.fc
+++ b/policy/modules/apps/wine.fc
@@ -1,2 +1,4 @@
 /usr/bin/wine			--	gen_context(system_u:object_r:wine_exec_t,s0)
+
+/opt/cxoffice/bin/wine		--	gen_context(system_u:object_r:wine_exec_t,s0)
 /opt/picasa/wine/bin/wine	--	gen_context(system_u:object_r:wine_exec_t,s0)
diff --git a/policy/modules/apps/wine.te b/policy/modules/apps/wine.te
index 6def03e..e046843 100644
--- a/policy/modules/apps/wine.te
+++ b/policy/modules/apps/wine.te
@@ -1,5 +1,5 @@
 
-policy_module(wine,1.2.0)
+policy_module(wine,1.2.1)
 
 ########################################
 #


More information about the scm-commits mailing list