storage should be in base
This commit is contained in:
parent
8becfd3523
commit
41a18182a5
@ -1464,7 +1464,7 @@ sssd = module
|
||||
#
|
||||
# Policy controlling access to storage devices
|
||||
#
|
||||
storage = module
|
||||
storage = base
|
||||
|
||||
# Layer: services
|
||||
# Module: stunnel
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user