This commit is contained in:
Daniel J Walsh 2008-02-26 16:15:00 +00:00
parent f75033d612
commit 27b2b09ffe
3 changed files with 610 additions and 542 deletions

View File

@ -10,13 +10,14 @@ ifeq ($(MLSENABLED),)
endif endif
ifeq ($(MLSENABLED),1) ifeq ($(MLSENABLED),1)
TYPE ?= mcs NTYPE = mcs
endif endif
ifeq ($(NAME), mls) ifeq ($(NAME),mls)
TYPE ?= mls NTYPE = mls
endif endif
TYPE ?= $(NTYPE)
HEADERDIR := $(SHAREDIR)/devel/include HEADERDIR := $(SHAREDIR)/devel/include
include $(HEADERDIR)/Makefile include $(HEADERDIR)/Makefile

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,7 @@
Summary: SELinux policy configuration Summary: SELinux policy configuration
Name: selinux-policy Name: selinux-policy
Version: 3.3.1 Version: 3.3.1
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Base Group: System Environment/Base
Source: serefpolicy-%{version}.tgz Source: serefpolicy-%{version}.tgz
@ -388,6 +388,9 @@ exit 0
%endif %endif
%changelog %changelog
* Tue Feb 26 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-2
-
* Tue Feb 26 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-1 * Tue Feb 26 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-1
- Update to upstream fixes - Update to upstream fixes