livecd fixes

spec file fixes
This commit is contained in:
Dan Walsh 2011-08-10 14:00:28 -04:00
parent 8a78e8623e
commit 10f0de0090
4 changed files with 618 additions and 318 deletions

View File

@ -4,7 +4,7 @@ SHAREDIR := /usr/share/selinux
AWK ?= gawk
NAME ?= $(strip $(shell $(AWK) -F= '/^SELINUXTYPE/{ print $$2 }' /etc/selinux/config))
MLSENABLED := $(shell cat /selinux/mls)
MLSENABLED := $(shell python -c "import selinux; print(selinux.is_selinux_mls_enabled())")
ifeq ($(MLSENABLED),)
MLSENABLED := 1
endif

View File

@ -3,3 +3,4 @@
/var/run/lock /var/lock
/lib64 /lib
/usr/lib64 /usr/lib
/etc/systemd /lib/systemd

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,7 @@
Summary: SELinux policy configuration
Name: selinux-policy
Version: 3.10.0
Release: 16%{?dist}
Release: 17%{?dist}
License: GPLv2+
Group: System Environment/Base
Source: serefpolicy-%{version}.tgz
@ -466,6 +466,10 @@ SELinux Reference policy mls base module.
%endif
%changelog
* Wed Aug 10 2011 Miroslav Grepl <mgrepl@redhat.com> 3.10.0-17
- livecd fixes
- spec file fixes
* Thu Aug 4 2011 Miroslav Grepl <mgrepl@redhat.com> 3.10.0-16
- fetchmail can use kerberos
- ksmtuned reads in shell programs