From faa80bb2e1128c6d3c47d4ed7e2478cd5d6c7555 Mon Sep 17 00:00:00 2001
From: Daniel J Walsh
Date: Feb 11 2006 02:41:50 +0000
Subject: *** empty log message ***
---
diff --git a/.cvsignore b/.cvsignore
index f0cf620..4d3e6b6 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -37,3 +37,4 @@ serefpolicy-2.2.9.tgz
serefpolicy-2.2.10.tgz
serefpolicy-2.2.11.tgz
serefpolicy-2.2.12.tgz
+serefpolicy-2.2.13.tgz
diff --git a/modules-mls.conf b/modules-mls.conf
index 84d6c2a..0044066 100644
--- a/modules-mls.conf
+++ b/modules-mls.conf
@@ -838,6 +838,13 @@ init = base
selinuxutil = base
# Layer: system
+# Module: semodule
+#
+# Policy for semodule
+#
+semodule = base
+
+# Layer: system
# Module: udev
#
# Policy for udev.
@@ -970,3 +977,5 @@ slocate = base
# logwatch executable
#
logwatch = base
+
+
diff --git a/modules-strict.conf b/modules-strict.conf
index 5d7d2b3..8f9aa46 100644
--- a/modules-strict.conf
+++ b/modules-strict.conf
@@ -1022,6 +1022,13 @@ init = module
selinuxutil = module
# Layer: system
+# Module: semodule
+#
+# Policy for semodule
+#
+semodule = base
+
+# Layer: system
# Module: udev
#
# Policy for udev.
diff --git a/policygentool b/policygentool
index 5fa47a1..ee31b35 100644
--- a/policygentool
+++ b/policygentool
@@ -26,23 +26,7 @@ import re
########################### Interface File #############################
interface="\n\
-## TEMPLATETYPE policy\n\
-## \n\
-## \n\
-## More descriptive text about TEMPLATETYPE. The \n\
-## tag can also use ,
, and \n\
-## html tags for formatting.\n\
-##
\n\
-## \n\
-## This policy supports the following TEMPLATETYPE features:\n\
-##
\n\
-## - Feature A
\n\
-## - Feature B
\n\
-## - Feature C
\n\
-##
\n\
-##
\n\
-## \n\
-#\n\
+## policy for TEMPLATETYPE\n\
\n\
########################################\n\
## \n\
@@ -61,8 +45,8 @@ interface(`TEMPLATETYPE_domtrans',`\n\
\n\
allow $1 TEMPLATETYPE_t:fd use;\n\
allow TEMPLATETYPE_t $1:fd use;\n\
- allow $1 TEMPLATETYPE_t:fifo_file rw_file_perms;\n\
- allow $1 TEMPLATETYPE_t:process sigchld;\n\
+ allow TEMPLATETYPE_t:$1:fifo_file rw_file_perms;\n\
+ allow TEMPLATETYPE_t $1:process sigchld;\n\
')\n\
"
diff --git a/selinux-policy.spec b/selinux-policy.spec
index 2094643..c4ec044 100644
--- a/selinux-policy.spec
+++ b/selinux-policy.spec
@@ -5,7 +5,7 @@
%define CHECKPOLICYVER 1.28-3
Summary: SELinux policy configuration
Name: selinux-policy
-Version: 2.2.12
+Version: 2.2.13
Release: 1
License: GPL
Group: System Environment/Base
@@ -295,6 +295,9 @@ SELinux Reference policy development files
%changelog
+* Fri Feb 10 2006 Dan Walsh 2.2.13-1
+- Add semodule policy
+
* Tue Feb 7 2006 Dan Walsh 2.2.12-1
- Update from upstream
diff --git a/sources b/sources
index 6064779..cd21c60 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-90df72dee4541507737910ff48175760 serefpolicy-2.2.12.tgz
+cd259d3029bd3688b80a8b7804a75e10 serefpolicy-2.2.13.tgz