rpms/selinux-policy/devel .cvsignore, 1.153, 1.154 modules-minimum.conf, 1.6, 1.7 modules-mls.conf, 1.39, 1.40 modules-targeted.conf, 1.108, 1.109 selinux-policy.spec, 1.745, 1.746 sources, 1.170, 1.171

Daniel J Walsh dwalsh at fedoraproject.org
Tue Nov 25 19:18:32 UTC 2008


Author: dwalsh

Update of /cvs/extras/rpms/selinux-policy/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13171

Modified Files:
	.cvsignore modules-minimum.conf modules-mls.conf 
	modules-targeted.conf selinux-policy.spec sources 
Log Message:
* Fri Nov 5 2008 Dan Walsh <dwalsh at redhat.com> 3.5.13-19
- Fix labeling on /var/spool/rsyslog



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/selinux-policy/devel/.cvsignore,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- .cvsignore	17 Oct 2008 22:03:34 -0000	1.153
+++ .cvsignore	25 Nov 2008 19:18:01 -0000	1.154
@@ -155,3 +155,4 @@
 serefpolicy-3.5.11.tgz
 serefpolicy-3.5.12.tgz
 serefpolicy-3.5.13.tgz
+serefpolicy-3.6.1.tgz


Index: modules-minimum.conf
===================================================================
RCS file: /cvs/extras/rpms/selinux-policy/devel/modules-minimum.conf,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- modules-minimum.conf	5 Nov 2008 18:26:36 -0000	1.6
+++ modules-minimum.conf	25 Nov 2008 19:18:01 -0000	1.7
@@ -139,6 +139,14 @@
 bluetooth = module
 
 # Layer: kernel
+# Module: ubac
+#
+# 
+# 
+ubac = base
+
+#
+# Layer: kernel
 # Module: bootloader
 #
 # Policy for the kernel modules, kernel image, and bootloader.
@@ -1705,3 +1713,21 @@
 # 
 zosremote = module
 
+# Layer: services
+# Module: pki
+#
+# 
+pki = module
+
+# Layer: services
+# Module: pingd
+#
+# 
+pingd = module
+
+# Layer: services
+# Module: milter
+#
+# 
+# 
+milter = module


Index: modules-mls.conf
===================================================================
RCS file: /cvs/extras/rpms/selinux-policy/devel/modules-mls.conf,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- modules-mls.conf	5 Nov 2008 20:34:05 -0000	1.39
+++ modules-mls.conf	25 Nov 2008 19:18:01 -0000	1.40
@@ -1173,3 +1173,9 @@
 # 
 zosremote = module
 
+# Layer: kernel
+# Module: ubac
+#
+# 
+# 
+ubac = base


Index: modules-targeted.conf
===================================================================
RCS file: /cvs/extras/rpms/selinux-policy/devel/modules-targeted.conf,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- modules-targeted.conf	5 Nov 2008 18:26:36 -0000	1.108
+++ modules-targeted.conf	25 Nov 2008 19:18:01 -0000	1.109
@@ -139,6 +139,14 @@
 bluetooth = module
 
 # Layer: kernel
+# Module: ubac
+#
+# 
+# 
+ubac = base
+
+#
+# Layer: kernel
 # Module: bootloader
 #
 # Policy for the kernel modules, kernel image, and bootloader.
@@ -1705,3 +1713,21 @@
 # 
 zosremote = module
 
+# Layer: services
+# Module: pki
+#
+# 
+pki = module
+
+# Layer: services
+# Module: pingd
+#
+# 
+pingd = module
+
+# Layer: services
+# Module: milter
+#
+# 
+# 
+milter = module


Index: selinux-policy.spec
===================================================================
RCS file: /cvs/extras/rpms/selinux-policy/devel/selinux-policy.spec,v
retrieving revision 1.745
retrieving revision 1.746
diff -u -r1.745 -r1.746
--- selinux-policy.spec	6 Nov 2008 17:47:54 -0000	1.745
+++ selinux-policy.spec	25 Nov 2008 19:18:01 -0000	1.746
@@ -15,16 +15,16 @@
 %endif
 %define POLICYVER 23
 %define libsepolver 2.0.20-1
-%define POLICYCOREUTILSVER 2.0.54-2
+%define POLICYCOREUTILSVER 2.0.57-12
 %define CHECKPOLICYVER 2.0.16-3
 Summary: SELinux policy configuration
 Name: selinux-policy
-Version: 3.5.13
-Release: 18%{?dist}
+Version: 3.6.1
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source: serefpolicy-%{version}.tgz
-patch: policy-20080710.patch
+patch: policy-20081111.patch
 Source1: modules-targeted.conf
 Source2: booleans-targeted.conf
 Source3: Makefile.devel
@@ -93,10 +93,7 @@
 cp -f $RPM_SOURCE_DIR/booleans-%1.conf ./policy/booleans.conf \
 
 %define moduleList() %([ -f %{_sourcedir}/modules-%{1}.conf ] && \
-awk '$1 !~ "/^#/" && $2 == "=" && $3 == "module" { printf "-i %%s.pp ", $1 }' %{_sourcedir}/modules-%{1}.conf )
-
-%define bzmoduleList() %([ -f %{_sourcedir}/modules-%{1}.conf ] && \
-awk '$1 !~ "/^#/" && $2 == "=" && $3 == "module" { printf " ../%%s.pp.bz2 ", $1 }' %{_sourcedir}/modules-%{1}.conf )
+awk '$1 !~ "/^#/" && $2 == "=" && $3 == "module" { printf "%%s.pp.bz2 ", $1 }' %{_sourcedir}/modules-%{1}.conf )
 
 %define installCmds() \
 make UNK_PERMS=%5 NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} POLY=%4 MLS_CATS=1024 MCS_CATS=1024 base.pp \
@@ -166,22 +163,14 @@
 fi
 
 %define loadminpolicy() \
-tempdir=`mktemp -d /usr/share/selinux/%1/tmpXXXX`; \
-( cd $tempdir; \
-cp ../base.pp.bz2 ../unconfined.pp.bz2 .; \
-bunzip2 *; \
-semodule -b base.pp -i unconfined.pp -s %1; \
+( cd /usr/share/selinux/%1; \
+semodule -b base.pp.bz2 -i unconfined.pp.bz2 -s %1; \
 ); \
-rm -rf $tempdir; \
 
 %define loadpolicy() \
-tempdir=`mktemp -d /usr/share/selinux/%1/tmpXXXX`; \
-( cd $tempdir; \
-cp ../base.pp.bz2 %{expand:%%bzmoduleList %1} .; \
-bunzip2 *; \
-semodule -b base.pp %{expand:%%moduleList %1} -s %1; \
+( cd /usr/share/selinux/%1; \
+semodule -b base.pp.bz2 -i %{expand:%%moduleList %1} -s %1; \
 ); \
-rm -rf $tempdir; \
 
 %define relabel() \
 . %{_sysconfdir}/selinux/config; \
@@ -195,7 +184,7 @@
 
 %description
 SELinux Reference Policy - modular.
-Based off of reference policy: Checked out revision  2837.
+Based off of reference policy: Checked out revision  2882.
 
 %build
 
@@ -457,6 +446,9 @@
 %endif
 
 %changelog
+* Fri Nov 5 2008 Dan Walsh <dwalsh at redhat.com> 3.5.13-19
+- Fix labeling on /var/spool/rsyslog
+
 * Thu Nov 5 2008 Dan Walsh <dwalsh at redhat.com> 3.5.13-18
 - Allow postgresl to bind to udp nodes
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/selinux-policy/devel/sources,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- sources	17 Oct 2008 22:03:34 -0000	1.170
+++ sources	25 Nov 2008 19:18:01 -0000	1.171
@@ -1 +1 @@
-7220cccf7e77363dbceb48dc3a7fa2ef  serefpolicy-3.5.13.tgz
+fd3f6b4a0e07610d374363d3370df36c  serefpolicy-3.6.1.tgz




More information about the fedora-extras-commits mailing list