[selinux-policy: 1667/3172] Patch for additional games file contexts from Dan Walsh.

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


commit bf39cdb8079b769d7b43d267b5377405edddc867
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Wed Feb 28 15:30:38 2007 +0000

    Patch for additional games file contexts from Dan Walsh.

 Changelog                    |    1 +
 policy/modules/apps/games.fc |    4 ++++
 policy/modules/apps/games.te |    2 +-
 3 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/Changelog b/Changelog
index 5d40a43..93d7b9b 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,4 @@
+- 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.
 - Patch for misc fixes to kerberos from Dan Walsh.
diff --git a/policy/modules/apps/games.fc b/policy/modules/apps/games.fc
index e35e2b5..d242050 100644
--- a/policy/modules/apps/games.fc
+++ b/policy/modules/apps/games.fc
@@ -1,6 +1,10 @@
 #
 # /usr
 #
+/usr/games/powermanga	--	gen_context(system_u:object_r:games_exec_t,s0)
+/usr/games/nethack-3.4.3/nethack -- gen_context(system_u:object_r:games_exec_t,s0)
+/usr/games/vulturesclaw/vulturesclaw -- gen_context(system_u:object_r:games_exec_t,s0)
+
 /usr/lib/games(/.*)? 		gen_context(system_u:object_r:games_exec_t,s0)
 
 #
diff --git a/policy/modules/apps/games.te b/policy/modules/apps/games.te
index a090d13..d3b63bc 100644
--- a/policy/modules/apps/games.te
+++ b/policy/modules/apps/games.te
@@ -1,5 +1,5 @@
 
-policy_module(games,1.1.1)
+policy_module(games,1.1.2)
 
 ########################################
 #


More information about the scm-commits mailing list