- Add policycoreutils-python to pre install

This commit is contained in:
Daniel J Walsh 2009-08-18 12:34:26 +00:00
parent b2c5e72a15
commit 9c270225e5
6 changed files with 2058 additions and 939 deletions

View File

@ -182,3 +182,4 @@ serefpolicy-3.6.23.tgz
serefpolicy-3.6.24.tgz
serefpolicy-3.6.25.tgz
serefpolicy-3.6.26.tgz
serefpolicy-3.6.27.tgz

View File

@ -122,6 +122,10 @@ nfs_export_all_rw = true
#
nfs_export_all_ro = true
## Allow openvpn to read home directories
##
openvpn_enable_homedirs = true
# Allow pppd to load kernel modules for certain modems
#
pppd_can_insmod = false

View File

@ -1 +1 @@
diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy serefpolicy-3.6.26 > /tmp/diff
diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy serefpolicy-3.6.27 > /tmp/diff

File diff suppressed because it is too large Load Diff

View File

@ -19,8 +19,8 @@
%define CHECKPOLICYVER 2.0.16-3
Summary: SELinux policy configuration
Name: selinux-policy
Version: 3.6.26
Release: 11%{?dist}
Version: 3.6.27
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Base
Source: serefpolicy-%{version}.tgz
@ -49,7 +49,7 @@ Url: http://oss.tresys.com/repos/refpolicy/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python gawk checkpolicy >= %{CHECKPOLICYVER} m4 policycoreutils-python >= %{POLICYCOREUTILSVER} bzip2
Requires(pre): policycoreutils >= %{POLICYCOREUTILSVER} libsemanage >= 2.0.14-3
Requires(pre): policycoreutils-python >= %{POLICYCOREUTILSVER} libsemanage >= 2.0.14-3
Requires(post): /usr/bin/bunzip2 /bin/mktemp /bin/awk
Requires: checkpolicy >= %{CHECKPOLICYVER} m4
Obsoletes: selinux-policy-devel
@ -475,6 +475,9 @@ exit 0
%endif
%changelog
* Fri Aug 14 2009 Dan Walsh <dwalsh@redhat.com> 3.6.27-1
- Add policycoreutils-python to pre install
* Thu Aug 13 2009 Dan Walsh <dwalsh@redhat.com> 3.6.26-11
- Make all unconfined_domains permissive so we can see what AVC's happen

View File

@ -1 +1 @@
8c707d664792b43fa6c1f1adde8cfd57 serefpolicy-3.6.26.tgz
7539a9e100f4f48bcd47dd870e03e2c6 serefpolicy-3.6.27.tgz