2005-11-14 23:22:29 +00:00
|
|
|
%define distro redhat
|
|
|
|
%define direct_initrc y
|
|
|
|
%define monolithic n
|
2005-12-09 18:31:04 +00:00
|
|
|
%define POLICYVER 20
|
2006-01-05 21:55:48 +00:00
|
|
|
%define POLICYCOREUTILSVER 1.29.5-1
|
2006-01-04 19:02:16 +00:00
|
|
|
%define CHECKPOLICYVER 1.28-3
|
2005-11-14 23:22:29 +00:00
|
|
|
Summary: SELinux policy configuration
|
|
|
|
Name: selinux-policy
|
2006-01-04 19:21:36 +00:00
|
|
|
Version: 2.1.7
|
2006-01-05 21:55:48 +00:00
|
|
|
Release: 2
|
2005-11-14 23:22:29 +00:00
|
|
|
License: GPL
|
|
|
|
Group: System Environment/Base
|
|
|
|
Source: serefpolicy-%{version}.tgz
|
2006-01-04 19:02:16 +00:00
|
|
|
patch: policy-20060104.patch
|
2005-12-13 22:13:21 +00:00
|
|
|
Source1: modules-targeted.conf
|
|
|
|
Source2: booleans-targeted.conf
|
|
|
|
Source3: seusers-targeted
|
|
|
|
Source4: setrans-targeted.conf
|
|
|
|
Source5: modules-mls.conf
|
|
|
|
Source6: booleans-mls.conf
|
|
|
|
Source7: seusers-mls
|
|
|
|
Source8: setrans-mls.conf
|
2005-11-21 21:43:55 +00:00
|
|
|
|
2005-11-14 23:22:29 +00:00
|
|
|
Url: http://serefpolicy.sourceforge.net
|
|
|
|
BuildRoot: %{_tmppath}/serefpolicy-buildroot
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: checkpolicy >= %{CHECKPOLICYVER} m4 policycoreutils >= %{POLICYCOREUTILSVER}
|
2005-12-08 17:04:27 +00:00
|
|
|
PreReq: policycoreutils >= %{POLICYCOREUTILSVER}
|
2005-11-14 23:22:29 +00:00
|
|
|
Obsoletes: policy
|
|
|
|
|
2005-12-20 04:02:59 +00:00
|
|
|
%description
|
|
|
|
SELinux Base package
|
|
|
|
|
|
|
|
%files
|
|
|
|
%{_mandir}/man8/*
|
|
|
|
|
2005-12-13 22:13:21 +00:00
|
|
|
%package targeted
|
|
|
|
Summary: SELinux targeted base policy
|
2005-11-15 00:01:46 +00:00
|
|
|
Group: System Environment/Base
|
|
|
|
Provides: selinux-policy-base
|
2005-12-13 22:13:21 +00:00
|
|
|
Obsoletes: selinux-policy-targeted-sources
|
2005-12-12 19:43:05 +00:00
|
|
|
Prereq: policycoreutils >= %{POLICYCOREUTILSVER}
|
|
|
|
Prereq: coreutils
|
2006-01-04 19:02:16 +00:00
|
|
|
Prereq: selinux-policy = %{version}-%{release}
|
2005-11-15 00:01:46 +00:00
|
|
|
|
2005-12-13 22:13:21 +00:00
|
|
|
%description targeted
|
2005-11-15 00:01:46 +00:00
|
|
|
SELinux Reference policy targeted base module.
|
|
|
|
|
2005-11-14 23:22:29 +00:00
|
|
|
%define installCmds() \
|
2005-12-15 23:19:08 +00:00
|
|
|
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} bare \
|
2005-11-21 21:43:55 +00:00
|
|
|
cp -f ${RPM_SOURCE_DIR}/modules-%1.conf ./policy/modules.conf \
|
|
|
|
cp -f ${RPM_SOURCE_DIR}/booleans-%1.conf ./policy/booleans.conf \
|
|
|
|
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} base.pp \
|
|
|
|
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} modules \
|
2005-11-14 23:22:29 +00:00
|
|
|
%{__mkdir} -p $RPM_BUILD_ROOT/%{_usr}/share/selinux/%1/ \
|
|
|
|
%{__cp} *.pp $RPM_BUILD_ROOT/%{_usr}/share/selinux/%1/ \
|
|
|
|
%{__mkdir} -p $RPM_BUILD_ROOT/%{_sysconfdir}/selinux/%1/policy \
|
|
|
|
%{__mkdir} -p $RPM_BUILD_ROOT/%{_sysconfdir}/selinux/%1/modules/active \
|
|
|
|
%{__mkdir} -p $RPM_BUILD_ROOT/%{_sysconfdir}/selinux/%1/contexts/files \
|
2005-12-06 04:12:01 +00:00
|
|
|
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} DESTDIR=$RPM_BUILD_ROOT install-appconfig \
|
2005-12-17 13:41:58 +00:00
|
|
|
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} enableaudit \
|
|
|
|
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} base.pp \
|
|
|
|
install -m0644 base.pp ${RPM_BUILD_ROOT}%{_usr}/share/selinux/%1/enableaudit.pp \
|
2005-11-14 23:22:29 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/selinux/%1/booleans \
|
|
|
|
touch $RPM_BUILD_ROOT%{_sysconfdir}/selinux/config \
|
|
|
|
touch $RPM_BUILD_ROOT%{_sysconfdir}/selinux/%1/seusers \
|
2005-12-09 18:31:04 +00:00
|
|
|
touch $RPM_BUILD_ROOT%{_sysconfdir}/selinux/%1/policy/policy.%{POLICYVER} \
|
2005-11-14 23:22:29 +00:00
|
|
|
touch $RPM_BUILD_ROOT%{_sysconfdir}/selinux/%1/contexts/files/file_contexts \
|
|
|
|
touch $RPM_BUILD_ROOT%{_sysconfdir}/selinux/%1/contexts/files/homedir_template \
|
2005-11-21 21:43:55 +00:00
|
|
|
touch $RPM_BUILD_ROOT%{_sysconfdir}/selinux/%1/contexts/files/file_contexts.homedirs \
|
|
|
|
install -m0644 ${RPM_SOURCE_DIR}/seusers-%1 ${RPM_BUILD_ROOT}%{_sysconfdir}/selinux/%1/modules/active/seusers \
|
|
|
|
install -m0644 ${RPM_SOURCE_DIR}/setrans-%1.conf ${RPM_BUILD_ROOT}%{_sysconfdir}/selinux/%1/setrans.conf \
|
|
|
|
%nil
|
2005-11-14 23:22:29 +00:00
|
|
|
|
|
|
|
%define fileList() \
|
|
|
|
%defattr(-,root,root) \
|
|
|
|
%dir %{_usr}/share/selinux \
|
|
|
|
%dir %{_usr}/share/selinux/%1 \
|
2005-12-17 13:41:58 +00:00
|
|
|
%{_usr}/share/selinux/%1/base.pp \
|
|
|
|
%{_usr}/share/selinux/%1/enableaudit.pp \
|
2005-11-14 23:22:29 +00:00
|
|
|
%dir %{_sysconfdir}/selinux \
|
|
|
|
%ghost %config(noreplace) %{_sysconfdir}/selinux/config \
|
|
|
|
%dir %{_sysconfdir}/selinux/%1 \
|
|
|
|
%config(noreplace) %{_sysconfdir}/selinux/%1/setrans.conf \
|
|
|
|
%ghost %{_sysconfdir}/selinux/%1/seusers \
|
|
|
|
%dir %{_sysconfdir}/selinux/%1/modules \
|
2005-11-23 19:11:28 +00:00
|
|
|
%attr(700,root,root) %dir %{_sysconfdir}/selinux/%1/modules/active \
|
|
|
|
%verify(not md5 size mtime) %attr(600,root,root) %config(noreplace) %{_sysconfdir}/selinux/%1/modules/active/seusers \
|
2005-11-14 23:22:29 +00:00
|
|
|
%dir %{_sysconfdir}/selinux/%1/policy/ \
|
2005-12-09 18:31:04 +00:00
|
|
|
%ghost %{_sysconfdir}/selinux/%1/policy/policy.* \
|
2005-11-14 23:22:29 +00:00
|
|
|
%dir %{_sysconfdir}/selinux/%1/contexts \
|
|
|
|
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/customizable_types \
|
|
|
|
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/dbus_contexts \
|
2005-12-09 18:31:04 +00:00
|
|
|
%config %{_sysconfdir}/selinux/%1/contexts/default_contexts \
|
2005-11-14 23:22:29 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/default_type \
|
|
|
|
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/failsafe_context \
|
|
|
|
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/initrc_context \
|
|
|
|
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/removable_context \
|
|
|
|
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/userhelper_context \
|
|
|
|
%dir %{_sysconfdir}/selinux/%1/contexts/files \
|
2005-12-30 16:08:00 +00:00
|
|
|
%ghost %{_sysconfdir}/selinux/%1/contexts/files/file_contexts \
|
|
|
|
%ghost %{_sysconfdir}/selinux/%1/contexts/files/homedir_template \
|
|
|
|
%ghost %{_sysconfdir}/selinux/%1/contexts/files/file_contexts.homedirs \
|
2005-11-14 23:22:29 +00:00
|
|
|
%config %{_sysconfdir}/selinux/%1/contexts/files/media
|
|
|
|
|
|
|
|
%define saveFileContext() \
|
2005-12-01 18:16:50 +00:00
|
|
|
if [ -s /etc/selinux/config ]; then \
|
|
|
|
. %{_sysconfdir}/selinux/config; \
|
|
|
|
FILE_CONTEXT=%{_sysconfdir}/selinux/%1/contexts/files/file_contexts; \
|
|
|
|
if [ "${SELINUXTYPE}" == %1 -a -f ${FILE_CONTEXT} ]; then \
|
|
|
|
cp -f ${FILE_CONTEXT} ${FILE_CONTEXT}.pre; \
|
|
|
|
fi \
|
|
|
|
fi
|
2005-11-14 23:22:29 +00:00
|
|
|
|
|
|
|
%define rebuildpolicy() \
|
|
|
|
semodule -b /usr/share/selinux/%1/base.pp -s %1 \
|
2006-01-03 18:23:17 +00:00
|
|
|
for file in $(ls /usr/share/selinux/%1 | grep -v -e base.pp -e enableaudit.pp ) \
|
2005-11-14 23:22:29 +00:00
|
|
|
do \
|
|
|
|
semodule -i /usr/share/selinux/%1/$file -s %1;\
|
2005-11-23 17:11:44 +00:00
|
|
|
done; \
|
|
|
|
rm -f %{_sysconfdir}/selinux/%1/policy/policy.*.rpmnew
|
2005-11-14 23:22:29 +00:00
|
|
|
|
|
|
|
%define relabel() \
|
|
|
|
. %{_sysconfdir}/selinux/config; \
|
|
|
|
FILE_CONTEXT=%{_sysconfdir}/selinux/%1/contexts/files/file_contexts; \
|
|
|
|
if [ "${SELINUXTYPE}" == %1 -a -f ${FILE_CONTEXT}.pre ]; then \
|
|
|
|
fixfiles -C ${FILE_CONTEXT}.pre restore; \
|
|
|
|
rm -f ${FILE_CONTEXT}.pre; \
|
|
|
|
fi;
|
|
|
|
|
|
|
|
%description
|
|
|
|
SELinux Reference Policy - modular.
|
|
|
|
|
2005-11-21 21:43:55 +00:00
|
|
|
%prep
|
2005-11-14 23:22:29 +00:00
|
|
|
%setup -q -n serefpolicy-%{version}
|
2005-11-21 21:43:55 +00:00
|
|
|
%patch0 -p1
|
|
|
|
|
2005-11-14 23:22:29 +00:00
|
|
|
%install
|
2005-11-21 21:49:31 +00:00
|
|
|
# Build targeted policy
|
2005-11-21 21:43:55 +00:00
|
|
|
make conf
|
2005-11-14 23:22:29 +00:00
|
|
|
%{__rm} -fR $RPM_BUILD_ROOT
|
2005-12-20 04:02:59 +00:00
|
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
|
|
|
install -m 644 man/man8/*.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
|
|
|
|
2005-12-13 22:13:21 +00:00
|
|
|
%installCmds targeted targeted-mcs %{direct_initrc}
|
2005-11-21 21:43:55 +00:00
|
|
|
|
2005-11-21 21:49:31 +00:00
|
|
|
# Build mls policy
|
2005-11-21 21:43:55 +00:00
|
|
|
make clean
|
|
|
|
make conf
|
2005-12-13 22:13:21 +00:00
|
|
|
%installCmds mls strict-mls n
|
2005-11-22 18:59:41 +00:00
|
|
|
|
2005-11-21 21:43:55 +00:00
|
|
|
|
2005-11-22 18:59:41 +00:00
|
|
|
# Build strict policy
|
|
|
|
# Commented out because only targeted ref policy currently builds
|
|
|
|
# make clean
|
|
|
|
# make conf
|
2005-12-13 22:13:21 +00:00
|
|
|
#%#installCmds strict strict-mcs %{direct_initrc}
|
2005-11-14 23:22:29 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
%{__rm} -fR $RPM_BUILD_ROOT
|
|
|
|
|
2005-12-13 22:13:21 +00:00
|
|
|
%files targeted
|
|
|
|
%fileList targeted
|
2005-11-15 00:07:50 +00:00
|
|
|
|
2005-12-13 22:13:21 +00:00
|
|
|
%pre targeted
|
|
|
|
%saveFileContext targeted
|
2005-11-15 00:07:50 +00:00
|
|
|
|
2005-12-13 22:13:21 +00:00
|
|
|
%post targeted
|
2005-11-15 00:07:50 +00:00
|
|
|
if [ ! -s /etc/selinux/config ]; then
|
|
|
|
#
|
|
|
|
# New install so we will default to targeted policy
|
|
|
|
#
|
|
|
|
echo "
|
|
|
|
# This file controls the state of SELinux on the system.
|
|
|
|
# SELINUX= can take one of these three values:
|
|
|
|
# enforcing - SELinux security policy is enforced.
|
|
|
|
# permissive - SELinux prints warnings instead of enforcing.
|
|
|
|
# disabled - No SELinux policy is loaded.
|
|
|
|
SELINUX=enforcing
|
|
|
|
# SELINUXTYPE= can take one of these two values:
|
|
|
|
# targeted - Only targeted network daemons are protected.
|
|
|
|
# strict - Full SELinux protection.
|
|
|
|
# mls - Multi Level Security protection.
|
|
|
|
SELINUXTYPE=targeted
|
|
|
|
# SETLOCALDEFS= Check local definition changes
|
|
|
|
SETLOCALDEFS=0
|
|
|
|
|
|
|
|
" > /etc/selinux/config
|
|
|
|
|
|
|
|
ln -sf /etc/selinux/config /etc/sysconfig/selinux
|
|
|
|
restorecon /etc/selinux/config 2> /dev/null
|
|
|
|
else
|
|
|
|
# if first time update booleans.local needs to be copied to sandbox
|
2005-12-13 22:13:21 +00:00
|
|
|
[ -f /etc/selinux/targeted/booleans.local ] && mv /etc/selinux/targeted/booleans.local /etc/selinux/targeted/modules/active/
|
|
|
|
[ -f /etc/selinux/targeted/seusers ] && cp -f /etc/selinux/targeted/seusers /etc/selinux/targeted/modules/active/seusers
|
2005-11-15 00:07:50 +00:00
|
|
|
grep -q "^SETLOCALDEFS" /etc/selinux/config || echo -n "
|
|
|
|
# SETLOCALDEFS= Check local definition changes
|
|
|
|
SETLOCALDEFS=0
|
|
|
|
">> /etc/selinux/config
|
|
|
|
fi
|
2005-12-13 22:13:21 +00:00
|
|
|
%rebuildpolicy targeted
|
|
|
|
%relabel targeted
|
2005-11-15 00:07:50 +00:00
|
|
|
|
2005-12-13 22:13:21 +00:00
|
|
|
%triggerpostun targeted -- selinux-policy-targeted <= 2.0.7
|
|
|
|
%rebuildpolicy targeted
|
2005-11-15 00:07:50 +00:00
|
|
|
|
2005-12-13 22:13:21 +00:00
|
|
|
%package mls
|
|
|
|
Summary: SELinux mls base policy
|
2005-11-14 23:22:29 +00:00
|
|
|
Group: System Environment/Base
|
|
|
|
Provides: selinux-policy-base
|
2005-12-13 22:13:21 +00:00
|
|
|
Obsoletes: selinux-policy-mls-sources
|
2005-12-12 19:43:05 +00:00
|
|
|
Prereq: policycoreutils >= %{POLICYCOREUTILSVER}
|
|
|
|
Prereq: coreutils
|
2006-01-04 19:02:16 +00:00
|
|
|
Prereq: selinux-policy = %{version}-%{release}
|
2005-11-14 23:22:29 +00:00
|
|
|
|
2005-12-13 22:13:21 +00:00
|
|
|
%description mls
|
|
|
|
SELinux Reference policy mls base module.
|
2005-11-14 23:22:29 +00:00
|
|
|
|
2005-12-13 22:13:21 +00:00
|
|
|
%pre mls
|
|
|
|
%saveFileContext mls
|
2005-11-14 23:22:29 +00:00
|
|
|
|
2005-12-13 22:13:21 +00:00
|
|
|
%post mls
|
|
|
|
%rebuildpolicy mls
|
|
|
|
%relabel mls
|
2005-11-14 23:22:29 +00:00
|
|
|
|
2005-12-13 22:13:21 +00:00
|
|
|
%triggerpostun mls -- mls <= 2.0.7
|
|
|
|
%{rebuildpolicy} mls
|
2005-11-14 23:22:29 +00:00
|
|
|
|
2005-12-13 22:13:21 +00:00
|
|
|
%files mls
|
|
|
|
%fileList mls
|
2005-11-21 21:43:55 +00:00
|
|
|
|
2005-11-22 18:59:41 +00:00
|
|
|
%if 0
|
2005-12-13 22:13:21 +00:00
|
|
|
%package strict
|
|
|
|
Summary: SELinux strict base policy
|
2005-11-21 21:43:55 +00:00
|
|
|
Group: System Environment/Base
|
|
|
|
Provides: selinux-policy-base
|
2005-12-13 22:13:21 +00:00
|
|
|
Obsoletes: selinux-policy-strict-sources
|
2005-12-12 19:43:05 +00:00
|
|
|
Prereq: policycoreutils >= %{POLICYCOREUTILSVER}
|
|
|
|
Prereq: coreutils
|
2006-01-04 19:02:16 +00:00
|
|
|
Prereq: selinux-policy = %{version}-%{release}
|
2005-11-21 21:43:55 +00:00
|
|
|
|
2005-12-13 22:13:21 +00:00
|
|
|
%description strict
|
|
|
|
SELinux Reference policy strict base module.
|
2005-11-21 21:43:55 +00:00
|
|
|
|
2005-12-13 22:13:21 +00:00
|
|
|
%pre strict
|
|
|
|
%saveFileContext strict
|
2005-11-21 21:43:55 +00:00
|
|
|
|
2005-12-13 22:13:21 +00:00
|
|
|
%post strict
|
|
|
|
%rebuildpolicy strict
|
|
|
|
%relabel strict
|
2005-11-21 21:43:55 +00:00
|
|
|
|
2005-12-13 22:13:21 +00:00
|
|
|
%triggerpostun strict -- strict <= 2.0.7
|
|
|
|
%{rebuildpolicy} strict
|
2005-11-21 21:43:55 +00:00
|
|
|
|
2005-12-13 22:13:21 +00:00
|
|
|
%files strict
|
|
|
|
%fileList strict
|
2005-12-10 05:19:29 +00:00
|
|
|
|
2005-11-22 18:59:41 +00:00
|
|
|
%endif
|
2005-11-21 21:43:55 +00:00
|
|
|
|
2005-11-14 23:22:29 +00:00
|
|
|
%changelog
|
2006-01-05 21:55:48 +00:00
|
|
|
* Thu Jan 5 2006 Dan Walsh <dwalsh@redhat.com> 2.1.7-2
|
|
|
|
- Allow su to read /etc/mtab
|
|
|
|
|
2006-01-04 19:02:16 +00:00
|
|
|
* Wed Jan 4 2006 Dan Walsh <dwalsh@redhat.com> 2.1.7-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2006-01-03 18:23:17 +00:00
|
|
|
* Tue Jan 3 2006 Dan Walsh <dwalsh@redhat.com> 2.1.6-24
|
|
|
|
- Fix "libsemanage.parse_module_headers: Data did not represent a module." problem
|
|
|
|
|
2006-01-03 17:21:11 +00:00
|
|
|
* Tue Jan 3 2006 Dan Walsh <dwalsh@redhat.com> 2.1.6-23
|
|
|
|
- Allow load_policy to read /etc/mtab
|
|
|
|
|
2006-01-02 19:56:17 +00:00
|
|
|
* Mon Jan 2 2006 Dan Walsh <dwalsh@redhat.com> 2.1.6-22
|
|
|
|
- Fix dovecot to allow dovecot_auth to look at /tmp
|
|
|
|
|
2006-01-02 19:38:23 +00:00
|
|
|
* Mon Jan 2 2006 Dan Walsh <dwalsh@redhat.com> 2.1.6-21
|
|
|
|
- Allow restorecon to read unlabeled_t directories in order to fix labeling.
|
|
|
|
|
2006-01-02 13:26:14 +00:00
|
|
|
* Fri Dec 30 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-20
|
2005-12-30 16:08:00 +00:00
|
|
|
- Add Logwatch policy
|
|
|
|
|
2005-12-28 12:56:36 +00:00
|
|
|
* Wed Dec 28 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-18
|
|
|
|
- Fix /dev/ub[a-z] file context
|
|
|
|
|
2005-12-27 20:34:15 +00:00
|
|
|
* Tue Dec 27 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-17
|
|
|
|
- Fix library specification
|
|
|
|
- Give kudzu execmem privs
|
|
|
|
|
2005-12-22 22:35:01 +00:00
|
|
|
* Thu Dec 22 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-16
|
|
|
|
- Fix hostname in targeted policy
|
|
|
|
|
2005-12-22 21:40:15 +00:00
|
|
|
* Wed Dec 21 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-15
|
|
|
|
- Fix passwd command on mls
|
|
|
|
|
2005-12-21 18:07:27 +00:00
|
|
|
* Wed Dec 21 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-14
|
|
|
|
- Lots of fixes to make mls policy work
|
|
|
|
|
2005-12-20 22:47:39 +00:00
|
|
|
* Tue Dec 20 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-13
|
2005-12-20 19:03:31 +00:00
|
|
|
- Add dri libs to textrel_shlib_t
|
2005-12-20 22:47:39 +00:00
|
|
|
- Add system_r role for java
|
|
|
|
- Add unconfined_exec_t for vncserver
|
|
|
|
- Allow slapd to use kerberos
|
2005-12-20 19:03:31 +00:00
|
|
|
|
2005-12-20 04:02:59 +00:00
|
|
|
* Mon Dec 19 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-11
|
|
|
|
- Add man pages
|
|
|
|
|
|
|
|
* Fri Dec 16 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-10
|
2005-12-17 13:41:58 +00:00
|
|
|
- Add enableaudit.pp
|
|
|
|
|
2005-12-20 04:02:59 +00:00
|
|
|
* Fri Dec 16 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-9
|
2005-12-17 04:35:55 +00:00
|
|
|
- Fix mls policy
|
|
|
|
|
2005-12-20 04:02:59 +00:00
|
|
|
* Fri Dec 16 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-8
|
2005-12-16 15:30:02 +00:00
|
|
|
- Update mls file from old version
|
|
|
|
|
2005-12-20 04:02:59 +00:00
|
|
|
* Thu Dec 15 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-5
|
2005-12-16 14:39:19 +00:00
|
|
|
- Add sids back in
|
|
|
|
- Rebuild with update checkpolicy
|
|
|
|
|
2005-12-20 04:02:59 +00:00
|
|
|
* Thu Dec 15 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-4
|
2005-12-15 23:19:08 +00:00
|
|
|
- Fixes to allow automount to use portmap
|
|
|
|
- Fixes to start kernel in s0-s15:c0.c255
|
|
|
|
|
2005-12-20 04:02:59 +00:00
|
|
|
* Wed Dec 14 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-3
|
2005-12-15 03:31:43 +00:00
|
|
|
- Add java unconfined/execmem policy
|
|
|
|
|
2005-12-20 04:02:59 +00:00
|
|
|
* Wed Dec 14 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-2
|
2005-12-14 22:06:38 +00:00
|
|
|
- Add file context for /var/cvs
|
|
|
|
- Dontaudit webalizer search of homedir
|
|
|
|
|
2005-12-20 04:02:59 +00:00
|
|
|
* Tue Dec 13 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-1
|
2005-12-13 22:13:21 +00:00
|
|
|
- Update from upstream
|
|
|
|
|
|
|
|
* Tue Dec 13 2005 Dan Walsh <dwalsh@redhat.com> 2.1.4-2
|
|
|
|
- Clean up spec
|
|
|
|
- range_transition crond to SystemHigh
|
|
|
|
|
2005-12-13 04:53:03 +00:00
|
|
|
* Mon Dec 12 2005 Dan Walsh <dwalsh@redhat.com> 2.1.4-1
|
2005-12-12 23:57:06 +00:00
|
|
|
- Fixes for hal
|
2005-12-13 04:53:03 +00:00
|
|
|
- Update to upstream
|
2005-12-12 23:57:06 +00:00
|
|
|
|
2005-12-12 20:47:41 +00:00
|
|
|
* Mon Dec 12 2005 Dan Walsh <dwalsh@redhat.com> 2.1.3-1
|
2005-12-12 21:00:36 +00:00
|
|
|
- Turn back on execmem since we need it for java, firefox, ooffice
|
2005-12-12 20:43:43 +00:00
|
|
|
- Allow gpm to stream socket to itself
|
|
|
|
|
2005-12-12 19:43:05 +00:00
|
|
|
* Mon Dec 12 2005 Jeremy Katz <katzj@redhat.com> - 2.1.2-3
|
|
|
|
- fix requirements to be on the actual packages so that policy can get
|
|
|
|
created properly at install time
|
|
|
|
|
2005-12-11 17:29:15 +00:00
|
|
|
* Sun Dec 10 2005 Dan Walsh <dwalsh@redhat.com> 2.1.2-2
|
|
|
|
- Allow unconfined_t to execmod texrel_shlib_t
|
|
|
|
|
2005-12-10 05:19:29 +00:00
|
|
|
* Sat Dec 9 2005 Dan Walsh <dwalsh@redhat.com> 2.1.2-1
|
|
|
|
- Update to upstream
|
|
|
|
- Turn off allow_execmem and allow_execmod booleans
|
|
|
|
- Add tcpd and automount policies
|
|
|
|
|
2005-12-09 20:59:20 +00:00
|
|
|
* Fri Dec 8 2005 Dan Walsh <dwalsh@redhat.com> 2.1.1-3
|
|
|
|
- Add two new httpd booleans, turned off by default
|
|
|
|
* httpd_can_network_relay
|
|
|
|
* httpd_can_network_connect_db
|
|
|
|
|
2005-12-09 18:31:04 +00:00
|
|
|
* Fri Dec 8 2005 Dan Walsh <dwalsh@redhat.com> 2.1.1-2
|
|
|
|
- Add ghost for policy.20
|
|
|
|
|
2005-12-08 21:56:50 +00:00
|
|
|
* Thu Dec 8 2005 Dan Walsh <dwalsh@redhat.com> 2.1.1-1
|
|
|
|
- Update to upstream
|
|
|
|
- Turn off boolean allow_execstack
|
|
|
|
|
2005-12-08 20:33:17 +00:00
|
|
|
* Thu Dec 8 2005 Dan Walsh <dwalsh@redhat.com> 2.1.0-3
|
|
|
|
- Change setrans-mls to use new libsetrans
|
|
|
|
- Add default_context rule for xdm
|
|
|
|
|
2005-12-08 17:04:27 +00:00
|
|
|
* Thu Dec 8 2005 Dan Walsh <dwalsh@redhat.com> 2.1.0-2.
|
|
|
|
- Change Requires to PreReg for requiring of policycoreutils on install
|
|
|
|
|
|
|
|
* Wed Dec 7 2005 Dan Walsh <dwalsh@redhat.com> 2.1.0-1.
|
|
|
|
- New upstream release
|
|
|
|
|
2005-12-08 05:02:10 +00:00
|
|
|
* Wed Dec 7 2005 Dan Walsh <dwalsh@redhat.com> 2.0.11-2.
|
|
|
|
Add xdm policy
|
|
|
|
|
2005-12-07 01:07:26 +00:00
|
|
|
* Tue Dec 6 2005 Dan Walsh <dwalsh@redhat.com> 2.0.11-1.
|
|
|
|
Update from upstream
|
|
|
|
|
2005-12-06 03:41:59 +00:00
|
|
|
* Fri Dec 2 2005 Dan Walsh <dwalsh@redhat.com> 2.0.9-1.
|
|
|
|
Update from upstream
|
|
|
|
|
2005-12-02 22:58:20 +00:00
|
|
|
* Fri Dec 2 2005 Dan Walsh <dwalsh@redhat.com> 2.0.8-1.
|
|
|
|
Update from upstream
|
|
|
|
|
2005-12-02 22:11:34 +00:00
|
|
|
* Fri Dec 2 2005 Dan Walsh <dwalsh@redhat.com> 2.0.7-3
|
|
|
|
- Also trigger to rebuild policy for versions up to 2.0.7.
|
|
|
|
|
|
|
|
* Tue Nov 29 2005 Dan Walsh <dwalsh@redhat.com> 2.0.7-2
|
2005-12-01 18:27:55 +00:00
|
|
|
- No longer installing policy.20 file, anaconda handles the building of the app.
|
|
|
|
|
2005-12-02 22:11:34 +00:00
|
|
|
* Tue Nov 29 2005 Dan Walsh <dwalsh@redhat.com> 2.0.6-2
|
2005-11-29 17:32:09 +00:00
|
|
|
- Fixes for dovecot and saslauthd
|
|
|
|
|
2005-12-02 22:11:34 +00:00
|
|
|
* Wed Nov 23 2005 Dan Walsh <dwalsh@redhat.com> 2.0.5-4
|
2005-11-23 19:11:28 +00:00
|
|
|
- Cleanup pegasus and named
|
|
|
|
- Fix spec file
|
2005-11-23 22:38:02 +00:00
|
|
|
- Fix up passwd changing applications
|
2005-11-23 19:11:28 +00:00
|
|
|
|
2005-12-02 22:11:34 +00:00
|
|
|
* Tue Nov 21 2005 Dan Walsh <dwalsh@redhat.com> 2.0.5-1
|
2005-11-23 15:20:18 +00:00
|
|
|
-Update to latest from upstream
|
|
|
|
|
2005-12-02 22:11:34 +00:00
|
|
|
* Tue Nov 21 2005 Dan Walsh <dwalsh@redhat.com> 2.0.4-1
|
2005-11-22 19:25:26 +00:00
|
|
|
- Add rules for pegasus and avahi
|
|
|
|
|
2005-12-02 22:11:34 +00:00
|
|
|
* Mon Nov 21 2005 Dan Walsh <dwalsh@redhat.com> 2.0.2-2
|
2005-11-21 21:50:16 +00:00
|
|
|
- Start building MLS Policy
|
|
|
|
|
2005-12-02 22:11:34 +00:00
|
|
|
* Fri Nov 18 2005 Dan Walsh <dwalsh@redhat.com> 2.0.2-1
|
2005-11-18 21:35:08 +00:00
|
|
|
- Update to upstream
|
|
|
|
|
2005-12-02 22:11:34 +00:00
|
|
|
* Wed Nov 9 2005 Dan Walsh <dwalsh@redhat.com> 2.0.1-2
|
2005-11-17 03:31:37 +00:00
|
|
|
- Turn on bash
|
|
|
|
|
2005-12-02 22:11:34 +00:00
|
|
|
* Wed Nov 9 2005 Dan Walsh <dwalsh@redhat.com> 2.0.1-1
|
2005-11-14 23:22:29 +00:00
|
|
|
- Initial version
|