- Add policycoreutils-python to pre install
This commit is contained in:
parent
b2c5e72a15
commit
9c270225e5
@ -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
|
||||
|
@ -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
|
||||
|
2
nsadiff
2
nsadiff
@ -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
|
||||
|
2979
policy-F12.patch
2979
policy-F12.patch
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user