livecd fixes
spec file fixes
This commit is contained in:
parent
8a78e8623e
commit
10f0de0090
@ -4,7 +4,7 @@ SHAREDIR := /usr/share/selinux
|
|||||||
AWK ?= gawk
|
AWK ?= gawk
|
||||||
NAME ?= $(strip $(shell $(AWK) -F= '/^SELINUXTYPE/{ print $$2 }' /etc/selinux/config))
|
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),)
|
ifeq ($(MLSENABLED),)
|
||||||
MLSENABLED := 1
|
MLSENABLED := 1
|
||||||
endif
|
endif
|
||||||
|
@ -3,3 +3,4 @@
|
|||||||
/var/run/lock /var/lock
|
/var/run/lock /var/lock
|
||||||
/lib64 /lib
|
/lib64 /lib
|
||||||
/usr/lib64 /usr/lib
|
/usr/lib64 /usr/lib
|
||||||
|
/etc/systemd /lib/systemd
|
||||||
|
927
policy-F16.patch
927
policy-F16.patch
File diff suppressed because it is too large
Load Diff
@ -17,7 +17,7 @@
|
|||||||
Summary: SELinux policy configuration
|
Summary: SELinux policy configuration
|
||||||
Name: selinux-policy
|
Name: selinux-policy
|
||||||
Version: 3.10.0
|
Version: 3.10.0
|
||||||
Release: 16%{?dist}
|
Release: 17%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: serefpolicy-%{version}.tgz
|
Source: serefpolicy-%{version}.tgz
|
||||||
@ -466,6 +466,10 @@ SELinux Reference policy mls base module.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 4 2011 Miroslav Grepl <mgrepl@redhat.com> 3.10.0-16
|
||||||
- fetchmail can use kerberos
|
- fetchmail can use kerberos
|
||||||
- ksmtuned reads in shell programs
|
- ksmtuned reads in shell programs
|
||||||
|
Loading…
Reference in New Issue
Block a user