rpms/selinux-policy/devel modules-minimum.conf, 1.37, 1.38 modules-targeted.conf, 1.146, 1.147 selinux-policy.spec, 1.933, 1.934

Daniel J Walsh dwalsh at fedoraproject.org
Fri Oct 2 15:15:37 UTC 2009


Author: dwalsh

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

Modified Files:
	modules-minimum.conf modules-targeted.conf selinux-policy.spec 
Log Message:
* Thu Oct 1 2009 Dan Walsh <dwalsh at redhat.com> 3.6.32-17
- Allow vpnc request the kernel to load modules



Index: modules-minimum.conf
===================================================================
RCS file: /cvs/extras/rpms/selinux-policy/devel/modules-minimum.conf,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -p -r1.37 -r1.38
--- modules-minimum.conf	30 Sep 2009 17:37:43 -0000	1.37
+++ modules-minimum.conf	2 Oct 2009 15:15:35 -0000	1.38
@@ -900,6 +900,13 @@ mount = base
 # 
 mozilla = module
 
+# Layer: admin
+# Module: ntop
+#
+# Policy for ntop
+# 
+ntop = module
+
 # Layer: services
 # Module: nslcd
 #


Index: modules-targeted.conf
===================================================================
RCS file: /cvs/extras/rpms/selinux-policy/devel/modules-targeted.conf,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -p -r1.146 -r1.147
--- modules-targeted.conf	30 Sep 2009 17:37:43 -0000	1.146
+++ modules-targeted.conf	2 Oct 2009 15:15:36 -0000	1.147
@@ -900,6 +900,13 @@ mount = base
 # 
 mozilla = module
 
+# Layer: admin
+# Module: ntop
+#
+# Policy for ntop
+# 
+ntop = module
+
 # Layer: services
 # Module: nslcd
 #


Index: selinux-policy.spec
===================================================================
RCS file: /cvs/extras/rpms/selinux-policy/devel/selinux-policy.spec,v
retrieving revision 1.933
retrieving revision 1.934
diff -u -p -r1.933 -r1.934
--- selinux-policy.spec	30 Sep 2009 18:50:23 -0000	1.933
+++ selinux-policy.spec	2 Oct 2009 15:15:36 -0000	1.934
@@ -20,7 +20,7 @@
 Summary: SELinux policy configuration
 Name: selinux-policy
 Version: 3.6.32
-Release: 14%{?dist}
+Release: 16%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source: serefpolicy-%{version}.tgz
@@ -366,7 +366,8 @@ SELinux Reference policy minimum base mo
 %saveFileContext minimum
 
 %post minimum
-%loadpolicy minimum
+packages="unconfined.pp.bz2 unconfineduser.pp.bz2"
+%loadpolicy minimum $packages
 if [ $1 -eq 1 ]; then
 semanage -S minimum -i - << __eof
 login -m  -s unconfined_u -r s0-s0:c0.c1023 __default__
@@ -448,8 +449,16 @@ exit 0
 %endif
 
 %changelog
-* Wed Sep 30 2009 Dan Walsh <dwalsh at redhat.com> 3.6.32-14
+* Thu Oct 1 2009 Dan Walsh <dwalsh at redhat.com> 3.6.32-17
+- Allow vpnc request the kernel to load modules
+
+* Wed Sep 30 2009 Dan Walsh <dwalsh at redhat.com> 3.6.32-16
+- Fix minimum policy installs
+- Allow udev and rpcbind to request the kernel to load modules
+
+* Wed Sep 30 2009 Dan Walsh <dwalsh at redhat.com> 3.6.32-15
 - Add plymouth policy
+- Allow local_login to sys_admin
 
 * Tue Sep 29 2009 Dan Walsh <dwalsh at redhat.com> 3.6.32-13
 - Allow cupsd_config to read user tmp




More information about the scm-commits mailing list