[selinux-policy: 1/2] storage should be in base

Daniel J Walsh dwalsh at fedoraproject.org
Fri Aug 5 20:16:29 UTC 2011


commit 41a18182a5711dd7e3a253aa0dac763c3335006f
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Wed Aug 3 16:21:21 2011 -0400

    storage should be in base

 modules-mls.conf    |    2 +-
 selinux-policy.spec |    4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/modules-mls.conf b/modules-mls.conf
index 7f9e9d0..7537e44 100644
--- a/modules-mls.conf
+++ b/modules-mls.conf
@@ -1464,7 +1464,7 @@ sssd = module
 #
 # Policy controlling access to storage devices
 # 
-storage = module
+storage = base
 
 # Layer: services
 # Module: stunnel
diff --git a/selinux-policy.spec b/selinux-policy.spec
index ee04699..2c1345d 100644
--- a/selinux-policy.spec
+++ b/selinux-policy.spec
@@ -17,11 +17,12 @@
 Summary: SELinux policy configuration
 Name: selinux-policy
 Version: 3.10.0
-Release: 14%{?dist}
+Release: 14.1%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source: serefpolicy-%{version}.tgz
 patch: policy-F16.patch
+patch1: my.patch
 Source1: modules-targeted.conf
 Source2: booleans-targeted.conf
 Source3: Makefile.devel
@@ -221,6 +222,7 @@ Based off of reference policy: Checked out revision  2.20091117
 %prep 
 %setup -n serefpolicy-%{version} -q
 %patch -p1
+%patch1 -p1
 
 %install
 mkdir selinux_config


More information about the scm-commits mailing list