|
Daniel J Walsh |
1580c8 |
%define distro redhat
|
|
Daniel J Walsh |
771686 |
%define polyinstatiate n
|
|
Daniel J Walsh |
1580c8 |
%define monolithic n
|
|
Daniel J Walsh |
bd3f0e |
%if %{?BUILD_STRICT:0}%{!?BUILD_STRICT:1}
|
|
Daniel J Walsh |
bd3f0e |
%define BUILD_STRICT 1
|
|
Daniel J Walsh |
bd3f0e |
%endif
|
|
Daniel J Walsh |
bd3f0e |
%if %{?BUILD_TARGETED:0}%{!?BUILD_TARGETED:1}
|
|
Daniel J Walsh |
bd3f0e |
%define BUILD_TARGETED 1
|
|
Daniel J Walsh |
bd3f0e |
%endif
|
|
Daniel J Walsh |
bd3f0e |
%if %{?BUILD_MLS:0}%{!?BUILD_MLS:1}
|
|
Daniel J Walsh |
3debd0 |
%define BUILD_MLS 1
|
|
Daniel J Walsh |
bd3f0e |
%endif
|
|
Daniel J Walsh |
7c94e8 |
%define POLICYVER 20
|
|
Daniel J Walsh |
727bb2 |
%define POLICYCOREUTILSVER 1.30-1
|
|
Daniel J Walsh |
bbe0ad |
%define CHECKPOLICYVER 1.30.1-2
|
|
Daniel J Walsh |
1580c8 |
Summary: SELinux policy configuration
|
|
Daniel J Walsh |
1580c8 |
Name: selinux-policy
|
|
Daniel J Walsh |
da5d60 |
Version: 2.2.29
|
|
Daniel J Walsh |
2ad4f1 |
Release: 2
|
|
Daniel J Walsh |
1580c8 |
License: GPL
|
|
Daniel J Walsh |
1580c8 |
Group: System Environment/Base
|
|
Daniel J Walsh |
1580c8 |
Source: serefpolicy-%{version}.tgz
|
|
Daniel J Walsh |
bd3f0e |
patch: policy-20060323.patch
|
|
Daniel J Walsh |
504da9 |
Source1: modules-targeted.conf
|
|
Daniel J Walsh |
504da9 |
Source2: booleans-targeted.conf
|
|
Daniel J Walsh |
585f82 |
Source3: Makefile.devel
|
|
Daniel J Walsh |
504da9 |
Source4: setrans-targeted.conf
|
|
Daniel J Walsh |
504da9 |
Source5: modules-mls.conf
|
|
Daniel J Walsh |
6e9bcb |
Source6: booleans-mls.conf
|
|
Daniel J Walsh |
504da9 |
Source8: setrans-mls.conf
|
|
Daniel J Walsh |
129ba1 |
Source9: modules-strict.conf
|
|
Daniel J Walsh |
129ba1 |
Source10: booleans-strict.conf
|
|
Daniel J Walsh |
129ba1 |
Source12: setrans-strict.conf
|
|
Daniel J Walsh |
de82d8 |
Source13: policygentool
|
|
Daniel J Walsh |
3e930b |
|
|
Daniel J Walsh |
1580c8 |
Url: http://serefpolicy.sourceforge.net
|
|
Daniel J Walsh |
1580c8 |
BuildRoot: %{_tmppath}/serefpolicy-buildroot
|
|
Daniel J Walsh |
1580c8 |
BuildArch: noarch
|
|
Daniel J Walsh |
1580c8 |
BuildRequires: checkpolicy >= %{CHECKPOLICYVER} m4 policycoreutils >= %{POLICYCOREUTILSVER}
|
|
Daniel J Walsh |
12e089 |
PreReq: policycoreutils >= %{POLICYCOREUTILSVER}
|
|
Daniel J Walsh |
1580c8 |
Obsoletes: policy
|
|
Daniel J Walsh |
d19b68 |
Obsoletes: selinux-policy-devel
|
|
Daniel J Walsh |
1580c8 |
|
|
Daniel J Walsh |
1335ee |
%description
|
|
Daniel J Walsh |
1335ee |
SELinux Base package
|
|
Daniel J Walsh |
1335ee |
|
|
Daniel J Walsh |
1335ee |
%files
|
|
Daniel J Walsh |
1335ee |
%{_mandir}/man8/*
|
|
Daniel J Walsh |
585f82 |
%doc %{_usr}/share/doc/%{name}-%{version}
|
|
Daniel J Walsh |
585f82 |
%dir %{_usr}/share/selinux
|
|
Daniel J Walsh |
585f82 |
%dir %{_sysconfdir}/selinux
|
|
Daniel J Walsh |
d19b68 |
%dir %{_usr}/share/selinux/devel
|
|
Daniel J Walsh |
d19b68 |
%dir %{_usr}/share/selinux/devel/include
|
|
Daniel J Walsh |
585f82 |
%ghost %config(noreplace) %{_sysconfdir}/selinux/config
|
|
Daniel J Walsh |
585f82 |
%ghost %{_sysconfdir}/sysconfig/selinux
|
|
Daniel J Walsh |
d19b68 |
%{_usr}/share/selinux/devel/include/*
|
|
Daniel J Walsh |
d19b68 |
%{_usr}/share/selinux/devel/Makefile
|
|
Daniel J Walsh |
d19b68 |
%{_usr}/share/selinux/devel/policygentool
|
|
Daniel J Walsh |
d19b68 |
%{_usr}/share/selinux/devel/example.*
|
|
Daniel J Walsh |
d2c260 |
%attr(755,root,root) %{_usr}/share/selinux/devel/policyhelp
|
|
Daniel J Walsh |
1335ee |
|
|
Daniel J Walsh |
de82d8 |
%define setupCmds() \
|
|
Daniel J Walsh |
d2c260 |
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} POLY=%3 bare \
|
|
Daniel J Walsh |
d2c260 |
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} POLY=%3 conf \
|
|
Daniel J Walsh |
3e930b |
cp -f ${RPM_SOURCE_DIR}/modules-%1.conf ./policy/modules.conf \
|
|
Daniel J Walsh |
3e930b |
cp -f ${RPM_SOURCE_DIR}/booleans-%1.conf ./policy/booleans.conf \
|
|
Daniel J Walsh |
de82d8 |
|
|
Daniel J Walsh |
de82d8 |
%define installCmds() \
|
|
Daniel J Walsh |
d2c260 |
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} POLY=%3 base.pp \
|
|
Daniel J Walsh |
d2c260 |
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} POLY=%3 modules \
|
|
Daniel J Walsh |
d2c260 |
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} DESTDIR=$RPM_BUILD_ROOT POLY=%3 install \
|
|
Daniel J Walsh |
d2c260 |
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} DESTDIR=$RPM_BUILD_ROOT POLY=%3 install-appconfig \
|
|
Daniel J Walsh |
6e9bcb |
#%{__cp} *.pp $RPM_BUILD_ROOT/%{_usr}/share/selinux/%1/ \
|
|
Daniel J Walsh |
1580c8 |
%{__mkdir} -p $RPM_BUILD_ROOT/%{_sysconfdir}/selinux/%1/policy \
|
|
Daniel J Walsh |
1580c8 |
%{__mkdir} -p $RPM_BUILD_ROOT/%{_sysconfdir}/selinux/%1/modules/active \
|
|
Daniel J Walsh |
1580c8 |
%{__mkdir} -p $RPM_BUILD_ROOT/%{_sysconfdir}/selinux/%1/contexts/files \
|
|
Daniel J Walsh |
3debd0 |
touch $RPM_BUILD_ROOT/%{_sysconfdir}/selinux/%1/modules/semanage.read.LOCK \
|
|
Daniel J Walsh |
3debd0 |
touch $RPM_BUILD_ROOT/%{_sysconfdir}/selinux/%1/modules/semanage.trans.LOCK \
|
|
Daniel J Walsh |
d2c260 |
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} POLY=%3 enableaudit \
|
|
Daniel J Walsh |
54b0b5 |
make -W base.conf NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} POLY=%3 base.pp \
|
|
Daniel J Walsh |
315b4a |
install -m0644 base.pp ${RPM_BUILD_ROOT}%{_usr}/share/selinux/%1/enableaudit.pp \
|
|
Daniel J Walsh |
1580c8 |
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/selinux/%1/booleans \
|
|
Daniel J Walsh |
1580c8 |
touch $RPM_BUILD_ROOT%{_sysconfdir}/selinux/%1/seusers \
|
|
Daniel J Walsh |
7c94e8 |
touch $RPM_BUILD_ROOT%{_sysconfdir}/selinux/%1/policy/policy.%{POLICYVER} \
|
|
Daniel J Walsh |
1580c8 |
touch $RPM_BUILD_ROOT%{_sysconfdir}/selinux/%1/contexts/files/file_contexts \
|
|
Daniel J Walsh |
1580c8 |
touch $RPM_BUILD_ROOT%{_sysconfdir}/selinux/%1/contexts/files/homedir_template \
|
|
Daniel J Walsh |
3e930b |
touch $RPM_BUILD_ROOT%{_sysconfdir}/selinux/%1/contexts/files/file_contexts.homedirs \
|
|
Daniel J Walsh |
3e930b |
install -m0644 ${RPM_SOURCE_DIR}/setrans-%1.conf ${RPM_BUILD_ROOT}%{_sysconfdir}/selinux/%1/setrans.conf \
|
|
Daniel J Walsh |
d19b68 |
ln -sf ../devel/include ${RPM_BUILD_ROOT}%{_usr}/share/selinux/%1/include \
|
|
Daniel J Walsh |
3e930b |
%nil
|
|
Daniel J Walsh |
1580c8 |
|
|
Daniel J Walsh |
1580c8 |
%define fileList() \
|
|
Daniel J Walsh |
1580c8 |
%defattr(-,root,root) \
|
|
Daniel J Walsh |
1580c8 |
%dir %{_usr}/share/selinux/%1 \
|
|
Daniel J Walsh |
129ba1 |
%{_usr}/share/selinux/%1/*.pp \
|
|
Daniel J Walsh |
1580c8 |
%dir %{_sysconfdir}/selinux/%1 \
|
|
Daniel J Walsh |
1580c8 |
%config(noreplace) %{_sysconfdir}/selinux/%1/setrans.conf \
|
|
Daniel J Walsh |
1580c8 |
%ghost %{_sysconfdir}/selinux/%1/seusers \
|
|
Daniel J Walsh |
1580c8 |
%dir %{_sysconfdir}/selinux/%1/modules \
|
|
Daniel J Walsh |
3debd0 |
%{_sysconfdir}/selinux/%1/modules/semanage.read.LOCK \
|
|
Daniel J Walsh |
3debd0 |
%{_sysconfdir}/selinux/%1/modules/semanage.trans.LOCK \
|
|
Daniel J Walsh |
21dea1 |
%attr(700,root,root) %dir %{_sysconfdir}/selinux/%1/modules/active \
|
|
Daniel J Walsh |
6e9bcb |
#%verify(not md5 size mtime) %attr(600,root,root) %config(noreplace) %{_sysconfdir}/selinux/%1/modules/active/seusers \
|
|
Daniel J Walsh |
1580c8 |
%dir %{_sysconfdir}/selinux/%1/policy/ \
|
|
Daniel J Walsh |
7c94e8 |
%ghost %{_sysconfdir}/selinux/%1/policy/policy.* \
|
|
Daniel J Walsh |
1580c8 |
%dir %{_sysconfdir}/selinux/%1/contexts \
|
|
Daniel J Walsh |
d2c260 |
%config %{_sysconfdir}/selinux/%1/contexts/customizable_types \
|
|
Daniel J Walsh |
1580c8 |
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/dbus_contexts \
|
|
Daniel J Walsh |
7c94e8 |
%config %{_sysconfdir}/selinux/%1/contexts/default_contexts \
|
|
Daniel J Walsh |
1580c8 |
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/default_type \
|
|
Daniel J Walsh |
1580c8 |
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/failsafe_context \
|
|
Daniel J Walsh |
1580c8 |
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/initrc_context \
|
|
Daniel J Walsh |
1580c8 |
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/removable_context \
|
|
Daniel J Walsh |
1580c8 |
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/userhelper_context \
|
|
Daniel J Walsh |
1580c8 |
%dir %{_sysconfdir}/selinux/%1/contexts/files \
|
|
Daniel J Walsh |
a08ba8 |
%ghost %{_sysconfdir}/selinux/%1/contexts/files/file_contexts \
|
|
Daniel J Walsh |
a08ba8 |
%ghost %{_sysconfdir}/selinux/%1/contexts/files/homedir_template \
|
|
Daniel J Walsh |
a08ba8 |
%ghost %{_sysconfdir}/selinux/%1/contexts/files/file_contexts.homedirs \
|
|
Daniel J Walsh |
d19b68 |
%config %{_sysconfdir}/selinux/%1/contexts/files/media \
|
|
Daniel J Walsh |
d19b68 |
%{_usr}/share/selinux/%1/include
|
|
Daniel J Walsh |
1580c8 |
|
|
Daniel J Walsh |
1580c8 |
%define saveFileContext() \
|
|
Daniel J Walsh |
bd7e86 |
if [ -s /etc/selinux/config ]; then \
|
|
Daniel J Walsh |
bd7e86 |
. %{_sysconfdir}/selinux/config; \
|
|
Daniel J Walsh |
bd7e86 |
FILE_CONTEXT=%{_sysconfdir}/selinux/%1/contexts/files/file_contexts; \
|
|
Daniel J Walsh |
bd7e86 |
if [ "${SELINUXTYPE}" == %1 -a -f ${FILE_CONTEXT} ]; then \
|
|
Daniel J Walsh |
bd7e86 |
cp -f ${FILE_CONTEXT} ${FILE_CONTEXT}.pre; \
|
|
Daniel J Walsh |
bd7e86 |
fi \
|
|
Daniel J Walsh |
bd7e86 |
fi
|
|
Daniel J Walsh |
1580c8 |
|
|
Daniel J Walsh |
1580c8 |
%define rebuildpolicy() \
|
|
Daniel J Walsh |
de82d8 |
( cd /usr/share/selinux/%1; \
|
|
Daniel J Walsh |
d19b68 |
x=`ls *.pp | grep -v -e base.pp -e enableaudit.pp | awk '{ print "-i " $1 }'`; \
|
|
Daniel J Walsh |
a3a62a |
semodule -b base.pp $x -s %1; \
|
|
Daniel J Walsh |
de82d8 |
);\
|
|
Daniel J Walsh |
598be1 |
rm -f %{_sysconfdir}/selinux/%1/policy/policy.*.rpmnew
|
|
Daniel J Walsh |
1580c8 |
|
|
Daniel J Walsh |
1580c8 |
%define relabel() \
|
|
Daniel J Walsh |
1580c8 |
. %{_sysconfdir}/selinux/config; \
|
|
Daniel J Walsh |
1580c8 |
FILE_CONTEXT=%{_sysconfdir}/selinux/%1/contexts/files/file_contexts; \
|
|
Daniel J Walsh |
1580c8 |
if [ "${SELINUXTYPE}" == %1 -a -f ${FILE_CONTEXT}.pre ]; then \
|
|
Daniel J Walsh |
ad73e8 |
fixfiles -C ${FILE_CONTEXT}.pre restore; \
|
|
Daniel J Walsh |
1580c8 |
rm -f ${FILE_CONTEXT}.pre; \
|
|
Daniel J Walsh |
1580c8 |
fi;
|
|
Daniel J Walsh |
1580c8 |
|
|
Daniel J Walsh |
1580c8 |
%description
|
|
Daniel J Walsh |
1580c8 |
SELinux Reference Policy - modular.
|
|
Daniel J Walsh |
1580c8 |
|
|
Daniel J Walsh |
3e930b |
%prep
|
|
Daniel J Walsh |
1580c8 |
%setup -q -n serefpolicy-%{version}
|
|
Daniel J Walsh |
5b4676 |
%patch -p1
|
|
Daniel J Walsh |
bd3f0e |
|
|
Daniel J Walsh |
1580c8 |
%install
|
|
Daniel J Walsh |
e56873 |
# Build targeted policy
|
|
Daniel J Walsh |
1580c8 |
%{__rm} -fR $RPM_BUILD_ROOT
|
|
Daniel J Walsh |
1335ee |
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
|
Daniel J Walsh |
1335ee |
install -m 644 man/man8/*.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
|
Daniel J Walsh |
585f82 |
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/selinux
|
|
Daniel J Walsh |
585f82 |
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig
|
|
Daniel J Walsh |
585f82 |
touch $RPM_BUILD_ROOT%{_sysconfdir}/selinux/config
|
|
Daniel J Walsh |
585f82 |
touch $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/selinux
|
|
Daniel J Walsh |
1335ee |
|
|
Daniel J Walsh |
d19b68 |
# Install devel
|
|
Daniel J Walsh |
d19b68 |
make clean
|
|
Daniel J Walsh |
d2c260 |
make NAME=targeted TYPE=targeted-mcs DISTRO=%{distro} DIRECT_INITRC=y MONOLITHIC=%{monolithic} DESTDIR=$RPM_BUILD_ROOT PKGNAME=%{name}-%{version} POLY=%3 install-headers install-docs
|
|
Daniel J Walsh |
d19b68 |
mkdir ${RPM_BUILD_ROOT}%{_usr}/share/selinux/devel/
|
|
Daniel J Walsh |
d19b68 |
mv ${RPM_BUILD_ROOT}%{_usr}/share/selinux/targeted/include ${RPM_BUILD_ROOT}%{_usr}/share/selinux/devel/include
|
|
Daniel J Walsh |
fbec4b |
rm -f ${RPM_BUILD_ROOT}%{_usr}/share/selinux/devel/include/include
|
|
Daniel J Walsh |
d19b68 |
install -m 755 ${RPM_SOURCE_DIR}/policygentool ${RPM_BUILD_ROOT}%{_usr}/share/selinux/devel/
|
|
Daniel J Walsh |
d19b68 |
install -m 644 ${RPM_SOURCE_DIR}/Makefile.devel ${RPM_BUILD_ROOT}%{_usr}/share/selinux/devel/Makefile
|
|
Daniel J Walsh |
d19b68 |
install -m 644 doc/example.* ${RPM_BUILD_ROOT}%{_usr}/share/selinux/devel/
|
|
Daniel J Walsh |
bd3f0e |
echo "htmlview file:///usr/share/doc/selinux-policy-%{version}/html/index.html"> ${RPM_BUILD_ROOT}%{_usr}/share/selinux/devel/policyhelp
|
|
Daniel J Walsh |
d2c260 |
chmod +x ${RPM_BUILD_ROOT}%{_usr}/share/selinux/devel/policyhelp
|
|
Daniel J Walsh |
d19b68 |
|
|
Daniel J Walsh |
bd3f0e |
%if %{BUILD_TARGETED}
|
|
Daniel J Walsh |
129ba1 |
# Build targeted policy
|
|
Daniel J Walsh |
129ba1 |
# Commented out because only targeted ref policy currently builds
|
|
Daniel J Walsh |
d2c260 |
%setupCmds targeted targeted-mcs y n
|
|
Daniel J Walsh |
d2c260 |
%installCmds targeted targeted-mcs y n
|
|
Daniel J Walsh |
bd3f0e |
%endif
|
|
Daniel J Walsh |
3e930b |
|
|
Daniel J Walsh |
bd3f0e |
%if %{BUILD_STRICT}
|
|
Daniel J Walsh |
d77f56 |
# Build strict policy
|
|
Daniel J Walsh |
d77f56 |
# Commented out because only targeted ref policy currently builds
|
|
Daniel J Walsh |
d2c260 |
make NAME=strict TYPE=strict-mcs DISTRO=%{distro} DIRECT_INITRC=y MONOLITHIC=%{monolithic} POLY=n bare
|
|
Daniel J Walsh |
d2c260 |
make NAME=strict TYPE=strict-mcs DISTRO=%{distro} DIRECT_INITRC=y MONOLITHIC=%{monolithic} POLY=n conf
|
|
Daniel J Walsh |
5c1cd7 |
cp -f ${RPM_SOURCE_DIR}/modules-strict.conf ./policy/modules.conf
|
|
Daniel J Walsh |
d2c260 |
%installCmds strict strict-mcs y n
|
|
Daniel J Walsh |
bd3f0e |
%endif
|
|
Daniel J Walsh |
129ba1 |
|
|
Daniel J Walsh |
bd3f0e |
%if %{BUILD_MLS}
|
|
Daniel J Walsh |
129ba1 |
# Build mls policy
|
|
Daniel J Walsh |
d2c260 |
%setupCmds mls strict-mls n y
|
|
Daniel J Walsh |
d2c260 |
%installCmds mls strict-mls n y
|
|
Daniel J Walsh |
bd3f0e |
%endif
|
|
Daniel J Walsh |
129ba1 |
|
|
Daniel J Walsh |
1580c8 |
%clean
|
|
Daniel J Walsh |
1580c8 |
%{__rm} -fR $RPM_BUILD_ROOT
|
|
Daniel J Walsh |
1580c8 |
|
|
Daniel J Walsh |
9c64bb |
%post
|
|
Nalin Dahyabhai |
af6090 |
if [ ! -s /etc/selinux/config ]; then
|
|
Nalin Dahyabhai |
af6090 |
#
|
|
Nalin Dahyabhai |
af6090 |
# New install so we will default to targeted policy
|
|
Nalin Dahyabhai |
af6090 |
#
|
|
Nalin Dahyabhai |
af6090 |
echo "
|
|
Nalin Dahyabhai |
af6090 |
# This file controls the state of SELinux on the system.
|
|
Nalin Dahyabhai |
af6090 |
# SELINUX= can take one of these three values:
|
|
Nalin Dahyabhai |
af6090 |
# enforcing - SELinux security policy is enforced.
|
|
Nalin Dahyabhai |
af6090 |
# permissive - SELinux prints warnings instead of enforcing.
|
|
Nalin Dahyabhai |
af6090 |
# disabled - No SELinux policy is loaded.
|
|
Nalin Dahyabhai |
af6090 |
SELINUX=enforcing
|
|
Nalin Dahyabhai |
af6090 |
# SELINUXTYPE= can take one of these two values:
|
|
Nalin Dahyabhai |
af6090 |
# targeted - Only targeted network daemons are protected.
|
|
Nalin Dahyabhai |
af6090 |
# strict - Full SELinux protection.
|
|
Nalin Dahyabhai |
af6090 |
# mls - Multi Level Security protection.
|
|
Nalin Dahyabhai |
af6090 |
SELINUXTYPE=targeted
|
|
Nalin Dahyabhai |
af6090 |
# SETLOCALDEFS= Check local definition changes
|
|
Nalin Dahyabhai |
af6090 |
SETLOCALDEFS=0
|
|
Nalin Dahyabhai |
af6090 |
|
|
Nalin Dahyabhai |
af6090 |
" > /etc/selinux/config
|
|
Nalin Dahyabhai |
af6090 |
|
|
Daniel J Walsh |
6e9bcb |
ln -sf ../selinux/config /etc/sysconfig/selinux
|
|
Nalin Dahyabhai |
af6090 |
restorecon /etc/selinux/config 2> /dev/null
|
|
Nalin Dahyabhai |
af6090 |
else
|
|
Daniel J Walsh |
9c64bb |
. /etc/selinux/config
|
|
Nalin Dahyabhai |
af6090 |
# if first time update booleans.local needs to be copied to sandbox
|
|
Daniel J Walsh |
9c64bb |
[ -f /etc/selinux/${SELINUXTYPE}/booleans.local ] && mv /etc/selinux/${SELINUXTYPE}/booleans.local /etc/selinux/targeted/modules/active/
|
|
Daniel J Walsh |
9c64bb |
[ -f /etc/selinux/${SELINUXTYPE}/seusers ] && cp -f /etc/selinux/${SELINUXTYPE}/seusers /etc/selinux/${SELINUXTYPE}/modules/active/seusers
|
|
Nalin Dahyabhai |
af6090 |
grep -q "^SETLOCALDEFS" /etc/selinux/config || echo -n "
|
|
Nalin Dahyabhai |
af6090 |
# SETLOCALDEFS= Check local definition changes
|
|
Nalin Dahyabhai |
af6090 |
SETLOCALDEFS=0
|
|
Nalin Dahyabhai |
af6090 |
">> /etc/selinux/config
|
|
Nalin Dahyabhai |
af6090 |
fi
|
|
Daniel J Walsh |
9c64bb |
|
|
Daniel J Walsh |
bd3f0e |
%if %{BUILD_TARGETED}
|
|
Daniel J Walsh |
bd3f0e |
%package targeted
|
|
Daniel J Walsh |
bd3f0e |
Summary: SELinux targeted base policy
|
|
Daniel J Walsh |
bd3f0e |
Group: System Environment/Base
|
|
Daniel J Walsh |
bd3f0e |
Provides: selinux-policy-base
|
|
Daniel J Walsh |
bd3f0e |
Obsoletes: selinux-policy-targeted-sources
|
|
Daniel J Walsh |
bd3f0e |
Prereq: policycoreutils >= %{POLICYCOREUTILSVER}
|
|
Daniel J Walsh |
bd3f0e |
Prereq: coreutils
|
|
Daniel J Walsh |
bd3f0e |
Prereq: selinux-policy = %{version}-%{release}
|
|
Daniel J Walsh |
bd3f0e |
|
|
Daniel J Walsh |
bd3f0e |
%description targeted
|
|
Daniel J Walsh |
bd3f0e |
SELinux Reference policy targeted base module.
|
|
Daniel J Walsh |
bd3f0e |
|
|
Daniel J Walsh |
bd3f0e |
%pre targeted
|
|
Daniel J Walsh |
bd3f0e |
%saveFileContext targeted
|
|
Daniel J Walsh |
bd3f0e |
|
|
Daniel J Walsh |
9c64bb |
%post targeted
|
|
Daniel J Walsh |
504da9 |
%rebuildpolicy targeted
|
|
Daniel J Walsh |
504da9 |
%relabel targeted
|
|
Nalin Dahyabhai |
af6090 |
|
|
Daniel J Walsh |
504da9 |
%triggerpostun targeted -- selinux-policy-targeted <= 2.0.7
|
|
Daniel J Walsh |
504da9 |
%rebuildpolicy targeted
|
|
Nalin Dahyabhai |
af6090 |
|
|
Daniel J Walsh |
bd3f0e |
%files targeted
|
|
Daniel J Walsh |
bd3f0e |
%fileList targeted
|
|
Daniel J Walsh |
bd3f0e |
|
|
Daniel J Walsh |
bd3f0e |
%endif
|
|
Daniel J Walsh |
bd3f0e |
|
|
Daniel J Walsh |
bd3f0e |
%if %{BUILD_MLS}
|
|
Daniel J Walsh |
504da9 |
%package mls
|
|
Daniel J Walsh |
504da9 |
Summary: SELinux mls base policy
|
|
Daniel J Walsh |
1580c8 |
Group: System Environment/Base
|
|
Daniel J Walsh |
1580c8 |
Provides: selinux-policy-base
|
|
Daniel J Walsh |
504da9 |
Obsoletes: selinux-policy-mls-sources
|
|
Jeremy Katz |
eb190f |
Prereq: policycoreutils >= %{POLICYCOREUTILSVER}
|
|
Jeremy Katz |
eb190f |
Prereq: coreutils
|
|
Daniel J Walsh |
a736f9 |
Prereq: selinux-policy = %{version}-%{release}
|
|
Daniel J Walsh |
1580c8 |
|
|
Daniel J Walsh |
504da9 |
%description mls
|
|
Daniel J Walsh |
504da9 |
SELinux Reference policy mls base module.
|
|
Daniel J Walsh |
1580c8 |
|
|
Daniel J Walsh |
504da9 |
%pre mls
|
|
Daniel J Walsh |
504da9 |
%saveFileContext mls
|
|
Daniel J Walsh |
1580c8 |
|
|
Daniel J Walsh |
504da9 |
%post mls
|
|
Daniel J Walsh |
d19b68 |
%rebuildpolicy mls
|
|
Daniel J Walsh |
504da9 |
%relabel mls
|
|
Daniel J Walsh |
d19b68 |
ln -sf ../devel/include /usr/share/selinux/mls/include
|
|
Daniel J Walsh |
1580c8 |
|
|
Daniel J Walsh |
504da9 |
%triggerpostun mls -- mls <= 2.0.7
|
|
Daniel J Walsh |
504da9 |
%{rebuildpolicy} mls
|
|
Daniel J Walsh |
1580c8 |
|
|
Daniel J Walsh |
504da9 |
%files mls
|
|
Daniel J Walsh |
504da9 |
%fileList mls
|
|
Daniel J Walsh |
3e930b |
|
|
Daniel J Walsh |
bd3f0e |
%endif
|
|
Daniel J Walsh |
bd3f0e |
|
|
Daniel J Walsh |
bd3f0e |
%if %{BUILD_STRICT}
|
|
Daniel J Walsh |
bd3f0e |
|
|
Daniel J Walsh |
504da9 |
%package strict
|
|
Daniel J Walsh |
504da9 |
Summary: SELinux strict base policy
|
|
Daniel J Walsh |
3e930b |
Group: System Environment/Base
|
|
Daniel J Walsh |
3e930b |
Provides: selinux-policy-base
|
|
Daniel J Walsh |
504da9 |
Obsoletes: selinux-policy-strict-sources
|
|
Jeremy Katz |
eb190f |
Prereq: policycoreutils >= %{POLICYCOREUTILSVER}
|
|
Jeremy Katz |
eb190f |
Prereq: coreutils
|
|
Daniel J Walsh |
a736f9 |
Prereq: selinux-policy = %{version}-%{release}
|
|
Daniel J Walsh |
3e930b |
|
|
Daniel J Walsh |
504da9 |
%description strict
|
|
Daniel J Walsh |
504da9 |
SELinux Reference policy strict base module.
|
|
Daniel J Walsh |
3e930b |
|
|
Daniel J Walsh |
504da9 |
%pre strict
|
|
Daniel J Walsh |
504da9 |
%saveFileContext strict
|
|
Daniel J Walsh |
3e930b |
|
|
Daniel J Walsh |
504da9 |
%post strict
|
|
Daniel J Walsh |
d19b68 |
%rebuildpolicy strict
|
|
Daniel J Walsh |
504da9 |
%relabel strict
|
|
Daniel J Walsh |
d19b68 |
ln -sf ../devel/include /usr/share/selinux/strict/include
|
|
Daniel J Walsh |
3e930b |
|
|
Daniel J Walsh |
504da9 |
%triggerpostun strict -- strict <= 2.0.7
|
|
Daniel J Walsh |
504da9 |
%{rebuildpolicy} strict
|
|
Daniel J Walsh |
3e930b |
|
|
Daniel J Walsh |
504da9 |
%files strict
|
|
Daniel J Walsh |
504da9 |
%fileList strict
|
|
Daniel J Walsh |
d4da53 |
|
|
Daniel J Walsh |
bd3f0e |
%endif
|
|
Daniel J Walsh |
bd3f0e |
|
|
Daniel J Walsh |
1580c8 |
%changelog
|
|
Daniel J Walsh |
2ad4f1 |
* Mon Mar 30 2006 Dan Walsh <dwalsh@redhat.com> 2.2.29-2
|
|
Daniel J Walsh |
2ad4f1 |
- Add mono dbus support
|
|
Daniel J Walsh |
2ad4f1 |
- Lots of file_context fixes for textrel_shlib_t in FC5
|
|
Daniel J Walsh |
2ad4f1 |
- Turn off execmem auditallow since they are filling log files
|
|
Daniel J Walsh |
2ad4f1 |
|
|
Daniel J Walsh |
da5d60 |
* Fri Mar 30 2006 Dan Walsh <dwalsh@redhat.com> 2.2.29-1
|
|
Daniel J Walsh |
da5d60 |
- Update to upstream
|
|
Daniel J Walsh |
da5d60 |
|
|
Daniel J Walsh |
da5d60 |
* Thu Mar 30 2006 Dan Walsh <dwalsh@redhat.com> 2.2.28-3
|
|
Daniel J Walsh |
d2bd4f |
- Allow automount and dbus to read cert files
|
|
Daniel J Walsh |
d2bd4f |
|
|
Daniel J Walsh |
da5d60 |
* Thu Mar 30 2006 Dan Walsh <dwalsh@redhat.com> 2.2.28-2
|
|
Daniel J Walsh |
58ec7a |
- Fix ftp policy
|
|
Daniel J Walsh |
58ec7a |
- Fix secadm running of auditctl
|
|
Daniel J Walsh |
58ec7a |
|
|
Daniel J Walsh |
5a0143 |
* Mon Mar 27 2006 Dan Walsh <dwalsh@redhat.com> 2.2.28-1
|
|
Daniel J Walsh |
5a0143 |
- Update to upstream
|
|
Daniel J Walsh |
5a0143 |
|
|
Daniel J Walsh |
5a0143 |
* Wed Mar 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.27-1
|
|
Daniel J Walsh |
5a0143 |
- Update to upstream
|
|
Daniel J Walsh |
5a0143 |
|
|
Daniel J Walsh |
bd3f0e |
* Wed Mar 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.25-3
|
|
Daniel J Walsh |
bd3f0e |
- Fix policyhelp
|
|
Daniel J Walsh |
bd3f0e |
|
|
Daniel J Walsh |
faffd3 |
* Wed Mar 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.25-2
|
|
Daniel J Walsh |
faffd3 |
- Fix pam_console handling of usb_device
|
|
Daniel J Walsh |
faffd3 |
- dontaudit logwatch reading /mnt dir
|
|
Daniel J Walsh |
faffd3 |
|
|
Daniel J Walsh |
faffd3 |
* Fri Mar 17 2006 Dan Walsh <dwalsh@redhat.com> 2.2.24-1
|
|
Daniel J Walsh |
727bb2 |
- Update to upstream
|
|
Daniel J Walsh |
727bb2 |
|
|
Daniel J Walsh |
9f8b05 |
* Wed Mar 15 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-19
|
|
Daniel J Walsh |
9f8b05 |
- Get transition rules to create policy.20 at SystemHigh
|
|
Daniel J Walsh |
9f8b05 |
|
|
Daniel J Walsh |
5b4676 |
* Tue Mar 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-18
|
|
Daniel J Walsh |
5b4676 |
- Allow secadmin to shutdown system
|
|
Daniel J Walsh |
5b4676 |
- Allow sendmail to exec newalias
|
|
Daniel J Walsh |
5b4676 |
|
|
Daniel J Walsh |
6d4275 |
* Tue Mar 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-17
|
|
Daniel J Walsh |
0a74a2 |
- MLS Fixes
|
|
Daniel J Walsh |
0a74a2 |
dmidecode needs mls_file_read_up
|
|
Daniel J Walsh |
0a74a2 |
- add ypxfr_t
|
|
Daniel J Walsh |
0a74a2 |
- run init needs access to nscd
|
|
Daniel J Walsh |
0a74a2 |
- udev needs setuid
|
|
Daniel J Walsh |
0a74a2 |
- another xen log file
|
|
Daniel J Walsh |
0a74a2 |
- Dontaudit mount getattr proc_kcore_t
|
|
Daniel J Walsh |
0a74a2 |
|
|
Karsten Hopp |
4e431c |
* Tue Mar 14 2006 Karsten Hopp <karsten@redhat.de> 2.2.23-16
|
|
Karsten Hopp |
4e431c |
- fix buildroot usage (#185391)
|
|
Karsten Hopp |
4e431c |
|
|
Daniel J Walsh |
4c9f08 |
* Thu Mar 9 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-15
|
|
Daniel J Walsh |
4c9f08 |
- Get rid of mount/fsdisk scan of /dev messages
|
|
Daniel J Walsh |
4c9f08 |
- Additional fixes for suspend/resume
|
|
Daniel J Walsh |
4c9f08 |
|
|
Daniel J Walsh |
54b0b5 |
* Thu Mar 9 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-14
|
|
Daniel J Walsh |
54b0b5 |
- Fake make to rebuild enableaudit.pp
|
|
Daniel J Walsh |
54b0b5 |
|
|
Daniel J Walsh |
6d2388 |
* Thu Mar 9 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-13
|
|
Daniel J Walsh |
6d2388 |
- Get xen networking running.
|
|
Daniel J Walsh |
6d2388 |
|
|
Daniel J Walsh |
23a177 |
* Thu Mar 9 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-12
|
|
Daniel J Walsh |
23a177 |
- Fixes for Xen
|
|
Daniel J Walsh |
23a177 |
- enableaudit should not be the same as base.pp
|
|
Daniel J Walsh |
23a177 |
- Allow ps to work for all process
|
|
Daniel J Walsh |
23a177 |
|
|
Jeremy Katz |
b33ec3 |
* Thu Mar 9 2006 Jeremy Katz <katzj@redhat.com> - 2.2.23-11
|
|
Jeremy Katz |
b33ec3 |
- more xen policy fixups
|
|
Jeremy Katz |
b33ec3 |
|
|
Jeremy Katz |
1b0755 |
* Wed Mar 8 2006 Jeremy Katz <katzj@redhat.com> - 2.2.23-10
|
|
Jeremy Katz |
1b0755 |
- more xen fixage (#184393)
|
|
Jeremy Katz |
1b0755 |
|
|
Daniel J Walsh |
060041 |
* Wed Mar 8 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-9
|
|
Daniel J Walsh |
060041 |
- Fix blkid specification
|
|
Daniel J Walsh |
060041 |
- Allow postfix to execute mailman_que
|
|
Daniel J Walsh |
060041 |
|
|
Daniel J Walsh |
9c64bb |
* Wed Mar 8 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-8
|
|
Daniel J Walsh |
9c64bb |
- Blkid changes
|
|
Daniel J Walsh |
9c64bb |
- Allow udev access to usb_device_t
|
|
Daniel J Walsh |
9c64bb |
- Fix post script to create targeted policy config file
|
|
Daniel J Walsh |
9c64bb |
|
|
Daniel J Walsh |
4c9f65 |
* Wed Mar 8 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-7
|
|
Daniel J Walsh |
4c9f65 |
- Allow lvm tools to create drevice dir
|
|
Daniel J Walsh |
4c9f65 |
|
|
Daniel J Walsh |
020477 |
* Tue Mar 7 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-5
|
|
Daniel J Walsh |
020477 |
- Add Xen support
|
|
Daniel J Walsh |
020477 |
|
|
Daniel J Walsh |
0296af |
* Mon Mar 6 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-4
|
|
Daniel J Walsh |
0296af |
- Fixes for cups
|
|
Daniel J Walsh |
0296af |
- Make cryptosetup work with hal
|
|
Daniel J Walsh |
0296af |
|
|
Daniel J Walsh |
76d7c5 |
* Sun Mar 5 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-3
|
|
Daniel J Walsh |
76d7c5 |
- Load Policy needs translock
|
|
Daniel J Walsh |
76d7c5 |
|
|
Daniel J Walsh |
ef0cb1 |
* Sat Mar 4 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-2
|
|
Daniel J Walsh |
ef0cb1 |
- Fix cups html interface
|
|
Daniel J Walsh |
ef0cb1 |
|
|
Daniel J Walsh |
21277d |
* Sat Mar 4 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-1
|
|
Daniel J Walsh |
21277d |
- Add hal changes suggested by Jeremy
|
|
Daniel J Walsh |
d2c260 |
- add policyhelp to point at policy html pages
|
|
Daniel J Walsh |
d2c260 |
|
|
Daniel J Walsh |
8254bb |
* Mon Feb 27 2006 Dan Walsh <dwalsh@redhat.com> 2.2.22-2
|
|
Daniel J Walsh |
8254bb |
- Additional fixes for nvidia and cups
|
|
Daniel J Walsh |
8254bb |
|
|
Daniel J Walsh |
575aa9 |
* Mon Feb 27 2006 Dan Walsh <dwalsh@redhat.com> 2.2.22-1
|
|
Daniel J Walsh |
575aa9 |
- Update to upstream
|
|
Daniel J Walsh |
575aa9 |
- Merged my latest fixes
|
|
Daniel J Walsh |
575aa9 |
- Fix cups policy to handle unix domain sockets
|
|
Daniel J Walsh |
38c806 |
|
|
Daniel J Walsh |
575aa9 |
* Sat Feb 25 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-9
|
|
Daniel J Walsh |
fbec4b |
- NSCD socket is in nscd_var_run_t needs to be able to search dir
|
|
Daniel J Walsh |
fbec4b |
|
|
Daniel J Walsh |
575aa9 |
* Fri Feb 24 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-8
|
|
Daniel J Walsh |
290aa6 |
- Fixes Apache interface file
|
|
Daniel J Walsh |
290aa6 |
|
|
Daniel J Walsh |
575aa9 |
* Fri Feb 24 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-7
|
|
Daniel J Walsh |
dd2612 |
- Fixes for new version of cups
|
|
Daniel J Walsh |
dd2612 |
|
|
Daniel J Walsh |
575aa9 |
* Fri Feb 24 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-6
|
|
Daniel J Walsh |
771686 |
- Turn off polyinstatiate util after FC5
|
|
Daniel J Walsh |
771686 |
|
|
Daniel J Walsh |
575aa9 |
* Fri Feb 24 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-5
|
|
Daniel J Walsh |
c12699 |
- Fix problem with privoxy talking to Tor
|
|
Daniel J Walsh |
c12699 |
|
|
Daniel J Walsh |
7dca0e |
* Thu Feb 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-4
|
|
Daniel J Walsh |
7dca0e |
- Turn on polyinstatiation
|
|
Daniel J Walsh |
7dca0e |
|
|
Daniel J Walsh |
5d5343 |
* Thu Feb 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-3
|
|
Daniel J Walsh |
7dca0e |
- Don't transition from unconfined_t to fsadm_t
|
|
Daniel J Walsh |
5d5343 |
|
|
Daniel J Walsh |
d19b68 |
* Thu Feb 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-2
|
|
Daniel J Walsh |
d19b68 |
- Fix policy update model.
|
|
Daniel J Walsh |
d19b68 |
|
|
Daniel J Walsh |
701455 |
* Thu Feb 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-1
|
|
Daniel J Walsh |
701455 |
- Update to upstream
|
|
Daniel J Walsh |
701455 |
|
|
Daniel J Walsh |
585f82 |
* Wed Feb 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.20-1
|
|
Daniel J Walsh |
d4d1f2 |
- Fix load_policy to work on MLS
|
|
Daniel J Walsh |
d4d1f2 |
- Fix cron_rw_system_pipes for postfix_postdrop_t
|
|
Daniel J Walsh |
d4d1f2 |
- Allow audotmount to run showmount
|
|
Daniel J Walsh |
d4d1f2 |
|
|
Daniel J Walsh |
a57054 |
* Tue Feb 21 2006 Dan Walsh <dwalsh@redhat.com> 2.2.19-2
|
|
Daniel J Walsh |
a57054 |
- Fix swapon
|
|
Daniel J Walsh |
a57054 |
- allow httpd_sys_script_t to be entered via a shell
|
|
Daniel J Walsh |
a57054 |
- Allow httpd_sys_script_t to read eventpolfs
|
|
Daniel J Walsh |
a57054 |
|
|
Daniel J Walsh |
d5ae27 |
* Tue Feb 21 2006 Dan Walsh <dwalsh@redhat.com> 2.2.19-1
|
|
Daniel J Walsh |
d5ae27 |
- Update from upstream
|
|
Daniel J Walsh |
d5ae27 |
|
|
Daniel J Walsh |
46bd65 |
* Tue Feb 21 2006 Dan Walsh <dwalsh@redhat.com> 2.2.18-2
|
|
Daniel J Walsh |
46bd65 |
- allow cron to read apache files
|
|
Daniel J Walsh |
46bd65 |
|
|
Daniel J Walsh |
31d4d2 |
* Tue Feb 21 2006 Dan Walsh <dwalsh@redhat.com> 2.2.18-1
|
|
Daniel J Walsh |
31d4d2 |
- Fix vpnc policy to work from NetworkManager
|
|
Daniel J Walsh |
31d4d2 |
|
|
Daniel J Walsh |
f0e87b |
* Mon Feb 20 2006 Dan Walsh <dwalsh@redhat.com> 2.2.17-2
|
|
Daniel J Walsh |
f0e87b |
- Update to upstream
|
|
Daniel J Walsh |
f0e87b |
- Fix semoudle polcy
|
|
Daniel J Walsh |
f0e87b |
|
|
Daniel J Walsh |
6e9bcb |
* Thu Feb 16 2006 Dan Walsh <dwalsh@redhat.com> 2.2.16-1
|
|
Daniel J Walsh |
6e9bcb |
- Update to upstream
|
|
Daniel J Walsh |
6e9bcb |
- fix sysconfig/selinux link
|
|
Daniel J Walsh |
6e9bcb |
|
|
Daniel J Walsh |
f3a390 |
* Wed Feb 15 2006 Dan Walsh <dwalsh@redhat.com> 2.2.15-4
|
|
Daniel J Walsh |
f3a390 |
- Add router port for zebra
|
|
Daniel J Walsh |
f3a390 |
- Add imaze port for spamd
|
|
Daniel J Walsh |
f3a390 |
- Fixes for amanda and java
|
|
Daniel J Walsh |
f3a390 |
|
|
Daniel J Walsh |
025d1e |
* Tue Feb 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.15-3
|
|
Daniel J Walsh |
025d1e |
- Fix bluetooth handling of usb devices
|
|
Daniel J Walsh |
2f15a2 |
- Fix spamd reading of ~/
|
|
Daniel J Walsh |
2f15a2 |
- fix nvidia spec
|
|
Daniel J Walsh |
2f15a2 |
|
|
Daniel J Walsh |
c417f6 |
* Tue Feb 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.15-1
|
|
Daniel J Walsh |
c417f6 |
- Update to upsteam
|
|
Daniel J Walsh |
c417f6 |
|
|
Daniel J Walsh |
847884 |
* Mon Feb 13 2006 Dan Walsh <dwalsh@redhat.com> 2.2.14-2
|
|
Daniel J Walsh |
847884 |
- Add users_extra files
|
|
Daniel J Walsh |
847884 |
|
|
Daniel J Walsh |
32b871 |
* Fri Feb 10 2006 Dan Walsh <dwalsh@redhat.com> 2.2.14-1
|
|
Daniel J Walsh |
32b871 |
- Update to upstream
|
|
Daniel J Walsh |
32b871 |
|
|
Daniel J Walsh |
faa80b |
* Fri Feb 10 2006 Dan Walsh <dwalsh@redhat.com> 2.2.13-1
|
|
Daniel J Walsh |
faa80b |
- Add semodule policy
|
|
Daniel J Walsh |
faa80b |
|
|
Daniel J Walsh |
5a8299 |
* Tue Feb 7 2006 Dan Walsh <dwalsh@redhat.com> 2.2.12-1
|
|
Daniel J Walsh |
5a8299 |
- Update from upstream
|
|
Daniel J Walsh |
5a8299 |
|
|
Daniel J Walsh |
5a8299 |
|
|
Daniel J Walsh |
b28beb |
* Mon Feb 6 2006 Dan Walsh <dwalsh@redhat.com> 2.2.11-2
|
|
Daniel J Walsh |
b28beb |
- Fix for spamd to use razor port
|
|
Daniel J Walsh |
b28beb |
|
|
Daniel J Walsh |
a3a62a |
* Fri Feb 3 2006 Dan Walsh <dwalsh@redhat.com> 2.2.11-1
|
|
Daniel J Walsh |
a3a62a |
- Fixes for mcs
|
|
Daniel J Walsh |
a3a62a |
- Turn on mount and fsadm for unconfined_t
|
|
Daniel J Walsh |
a3a62a |
|
|
Daniel J Walsh |
de82d8 |
* Wed Feb 1 2006 Dan Walsh <dwalsh@redhat.com> 2.2.10-1
|
|
Daniel J Walsh |
de82d8 |
- Fixes for the -devel package
|
|
Daniel J Walsh |
de82d8 |
|
|
Daniel J Walsh |
38c806 |
* Wed Feb 1 2006 Dan Walsh <dwalsh@redhat.com> 2.2.9-2
|
|
Daniel J Walsh |
38c806 |
- Fix for spamd to use ldap
|
|
Daniel J Walsh |
38c806 |
|
|
Daniel J Walsh |
38c806 |
* Fri Jan 27 2006 Dan Walsh <dwalsh@redhat.com> 2.2.9-1
|
|
Daniel J Walsh |
38c806 |
- Update to upstream
|
|
Daniel J Walsh |
38c806 |
|
|
Daniel J Walsh |
737432 |
* Fri Jan 27 2006 Dan Walsh <dwalsh@redhat.com> 2.2.8-2
|
|
Daniel J Walsh |
332537 |
- Update to upstream
|
|
Daniel J Walsh |
737432 |
- Fix rhgb, and other Xorg startups
|
|
Daniel J Walsh |
332537 |
|
|
Daniel J Walsh |
78265f |
* Thu Jan 26 2006 Dan Walsh <dwalsh@redhat.com> 2.2.7-1
|
|
Daniel J Walsh |
78265f |
- Update to upstream
|
|
Daniel J Walsh |
78265f |
|
|
Daniel J Walsh |
78265f |
* Thu Jan 26 2006 Dan Walsh <dwalsh@redhat.com> 2.2.6-3
|
|
Daniel J Walsh |
78265f |
- Separate out role of secadm for mls
|
|
Daniel J Walsh |
78265f |
|
|
Daniel J Walsh |
b6e6b5 |
* Thu Jan 26 2006 Dan Walsh <dwalsh@redhat.com> 2.2.6-2
|
|
Daniel J Walsh |
b6e6b5 |
- Add inotifyfs handling
|
|
Daniel J Walsh |
b6e6b5 |
|
|
Daniel J Walsh |
e76bab |
* Thu Jan 26 2006 Dan Walsh <dwalsh@redhat.com> 2.2.6-1
|
|
Daniel J Walsh |
e76bab |
- Update to upstream
|
|
Daniel J Walsh |
e76bab |
- Put back in changes for pup/zen
|
|
Daniel J Walsh |
e76bab |
|
|
Daniel J Walsh |
e76bab |
* Tue Jan 24 2006 Dan Walsh <dwalsh@redhat.com> 2.2.5-1
|
|
Daniel J Walsh |
a3b5c3 |
- Many changes for MLS
|
|
Daniel J Walsh |
a3b5c3 |
- Turn on strict policy
|
|
Daniel J Walsh |
a3b5c3 |
|
|
Daniel J Walsh |
129ba1 |
* Mon Jan 23 2006 Dan Walsh <dwalsh@redhat.com> 2.2.4-1
|
|
Daniel J Walsh |
129ba1 |
- Update to upstream
|
|
Daniel J Walsh |
129ba1 |
|
|
Daniel J Walsh |
129ba1 |
* Wed Jan 18 2006 Dan Walsh <dwalsh@redhat.com> 2.2.3-1
|
|
Daniel J Walsh |
129ba1 |
- Update to upstream
|
|
Daniel J Walsh |
129ba1 |
- Fixes for booting and logging in on MLS machine
|
|
Daniel J Walsh |
129ba1 |
|
|
Daniel J Walsh |
30a020 |
* Wed Jan 18 2006 Dan Walsh <dwalsh@redhat.com> 2.2.2-1
|
|
Daniel J Walsh |
30a020 |
- Update to upstream
|
|
Daniel J Walsh |
30a020 |
- Turn off execheap execstack for unconfined users
|
|
Daniel J Walsh |
30a020 |
- Add mono/wine policy to allow execheap and execstack for them
|
|
Daniel J Walsh |
30a020 |
- Add execheap for Xdm policy
|
|
Daniel J Walsh |
30a020 |
|
|
Daniel J Walsh |
30a020 |
* Wed Jan 18 2006 Dan Walsh <dwalsh@redhat.com> 2.2.1-1
|
|
Daniel J Walsh |
30a020 |
- Update to upstream
|
|
Daniel J Walsh |
30a020 |
- Fixes to fetchmail,
|
|
Daniel J Walsh |
30a020 |
|
|
Daniel J Walsh |
05207b |
* Tue Jan 17 2006 Dan Walsh <dwalsh@redhat.com> 2.1.13-1
|
|
Daniel J Walsh |
05207b |
- Update to upstream
|
|
Daniel J Walsh |
05207b |
|
|
Daniel J Walsh |
05207b |
* Tue Jan 17 2006 Dan Walsh <dwalsh@redhat.com> 2.1.12-3
|
|
Daniel J Walsh |
05207b |
- Fix for procmail/spamassasin
|
|
Daniel J Walsh |
2e7147 |
- Update to upstream
|
|
Daniel J Walsh |
a1c584 |
- Add rules to allow rpcd to work with unlabeled_networks.
|
|
Daniel J Walsh |
2e7147 |
|
|
Daniel J Walsh |
cdab5c |
* Sat Jan 14 2006 Dan Walsh <dwalsh@redhat.com> 2.1.11-1
|
|
Daniel J Walsh |
cdab5c |
- Update to upstream
|
|
Daniel J Walsh |
cdab5c |
- Fix ftp Man page
|
|
Daniel J Walsh |
cdab5c |
|
|
Daniel J Walsh |
7ba8b0 |
* Fri Jan 13 2006 Dan Walsh <dwalsh@redhat.com> 2.1.10-1
|
|
Daniel J Walsh |
7ba8b0 |
- Update to upstream
|
|
Daniel J Walsh |
7ba8b0 |
|
|
Jeremy Katz |
b9b2d8 |
* Wed Jan 11 2006 Jeremy Katz <katzj@redhat.com> - 2.1.9-2
|
|
Jeremy Katz |
b9b2d8 |
- fix pup transitions (#177262)
|
|
Jeremy Katz |
b9b2d8 |
- fix xen disks (#177599)
|
|
Jeremy Katz |
b9b2d8 |
|
|
Daniel J Walsh |
640128 |
* Tue Jan 10 2006 Dan Walsh <dwalsh@redhat.com> 2.1.9-1
|
|
Daniel J Walsh |
640128 |
- Update to upstream
|
|
Daniel J Walsh |
640128 |
|
|
Daniel J Walsh |
ef1477 |
* Tue Jan 10 2006 Dan Walsh <dwalsh@redhat.com> 2.1.8-3
|
|
Daniel J Walsh |
ef1477 |
- More Fixes for hal and readahead
|
|
Daniel J Walsh |
ef1477 |
|
|
Daniel J Walsh |
e485f5 |
* Mon Jan 9 2006 Dan Walsh <dwalsh@redhat.com> 2.1.8-2
|
|
Daniel J Walsh |
e485f5 |
- Fixes for hal and readahead
|
|
Daniel J Walsh |
e485f5 |
|
|
Daniel J Walsh |
26e33d |
* Mon Jan 9 2006 Dan Walsh <dwalsh@redhat.com> 2.1.8-1
|
|
Daniel J Walsh |
26e33d |
- Update to upstream
|
|
Daniel J Walsh |
e485f5 |
- Apply
|
|
Daniel J Walsh |
26e33d |
* Fri Jan 7 2006 Dan Walsh <dwalsh@redhat.com> 2.1.7-4
|
|
Daniel J Walsh |
26e33d |
- Add wine and fix hal problems
|
|
Daniel J Walsh |
26e33d |
|
|
Daniel J Walsh |
26e33d |
* Thu Jan 6 2006 Dan Walsh <dwalsh@redhat.com> 2.1.7-3
|
|
Daniel J Walsh |
451d9b |
- Handle new location of hal scripts
|
|
Daniel J Walsh |
451d9b |
|
|
Daniel J Walsh |
008885 |
* Thu Jan 5 2006 Dan Walsh <dwalsh@redhat.com> 2.1.7-2
|
|
Daniel J Walsh |
008885 |
- Allow su to read /etc/mtab
|
|
Daniel J Walsh |
008885 |
|
|
Daniel J Walsh |
a736f9 |
* Wed Jan 4 2006 Dan Walsh <dwalsh@redhat.com> 2.1.7-1
|
|
Daniel J Walsh |
a736f9 |
- Update to upstream
|
|
Daniel J Walsh |
a736f9 |
|
|
Daniel J Walsh |
120d3b |
* Tue Jan 3 2006 Dan Walsh <dwalsh@redhat.com> 2.1.6-24
|
|
Daniel J Walsh |
120d3b |
- Fix "libsemanage.parse_module_headers: Data did not represent a module." problem
|
|
Daniel J Walsh |
120d3b |
|
|
Daniel J Walsh |
ce66f5 |
* Tue Jan 3 2006 Dan Walsh <dwalsh@redhat.com> 2.1.6-23
|
|
Daniel J Walsh |
ce66f5 |
- Allow load_policy to read /etc/mtab
|
|
Daniel J Walsh |
ce66f5 |
|
|
Daniel J Walsh |
1f3122 |
* Mon Jan 2 2006 Dan Walsh <dwalsh@redhat.com> 2.1.6-22
|
|
Daniel J Walsh |
1f3122 |
- Fix dovecot to allow dovecot_auth to look at /tmp
|
|
Daniel J Walsh |
1f3122 |
|
|
Daniel J Walsh |
d7b05b |
* Mon Jan 2 2006 Dan Walsh <dwalsh@redhat.com> 2.1.6-21
|
|
Daniel J Walsh |
d7b05b |
- Allow restorecon to read unlabeled_t directories in order to fix labeling.
|
|
Daniel J Walsh |
d7b05b |
|
|
Daniel J Walsh |
3607aa |
* Fri Dec 30 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-20
|
|
Daniel J Walsh |
a08ba8 |
- Add Logwatch policy
|
|
Daniel J Walsh |
a08ba8 |
|
|
Daniel J Walsh |
798572 |
* Wed Dec 28 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-18
|
|
Daniel J Walsh |
798572 |
- Fix /dev/ub[a-z] file context
|
|
Daniel J Walsh |
798572 |
|
|
Daniel J Walsh |
9f7b03 |
* Tue Dec 27 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-17
|
|
Daniel J Walsh |
9f7b03 |
- Fix library specification
|
|
Daniel J Walsh |
9f7b03 |
- Give kudzu execmem privs
|
|
Daniel J Walsh |
9f7b03 |
|
|
Daniel J Walsh |
596229 |
* Thu Dec 22 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-16
|
|
Daniel J Walsh |
596229 |
- Fix hostname in targeted policy
|
|
Daniel J Walsh |
596229 |
|
|
Daniel J Walsh |
5a47e6 |
* Wed Dec 21 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-15
|
|
Daniel J Walsh |
5a47e6 |
- Fix passwd command on mls
|
|
Daniel J Walsh |
5a47e6 |
|
|
Daniel J Walsh |
71ee99 |
* Wed Dec 21 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-14
|
|
Daniel J Walsh |
71ee99 |
- Lots of fixes to make mls policy work
|
|
Daniel J Walsh |
71ee99 |
|
|
Daniel J Walsh |
6e9ee7 |
* Tue Dec 20 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-13
|
|
Daniel J Walsh |
9d20b2 |
- Add dri libs to textrel_shlib_t
|
|
Daniel J Walsh |
6e9ee7 |
- Add system_r role for java
|
|
Daniel J Walsh |
6e9ee7 |
- Add unconfined_exec_t for vncserver
|
|
Daniel J Walsh |
6e9ee7 |
- Allow slapd to use kerberos
|
|
Daniel J Walsh |
9d20b2 |
|
|
Daniel J Walsh |
1335ee |
* Mon Dec 19 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-11
|
|
Daniel J Walsh |
1335ee |
- Add man pages
|
|
Daniel J Walsh |
1335ee |
|
|
Daniel J Walsh |
1335ee |
* Fri Dec 16 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-10
|
|
Daniel J Walsh |
315b4a |
- Add enableaudit.pp
|
|
Daniel J Walsh |
315b4a |
|
|
Daniel J Walsh |
1335ee |
* Fri Dec 16 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-9
|
|
Daniel J Walsh |
105bbf |
- Fix mls policy
|
|
Daniel J Walsh |
105bbf |
|
|
Daniel J Walsh |
1335ee |
* Fri Dec 16 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-8
|
|
Daniel J Walsh |
0c9f87 |
- Update mls file from old version
|
|
Daniel J Walsh |
0c9f87 |
|
|
Daniel J Walsh |
1335ee |
* Thu Dec 15 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-5
|
|
Daniel J Walsh |
dce316 |
- Add sids back in
|
|
Daniel J Walsh |
dce316 |
- Rebuild with update checkpolicy
|
|
Daniel J Walsh |
dce316 |
|
|
Daniel J Walsh |
1335ee |
* Thu Dec 15 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-4
|
|
Daniel J Walsh |
9ce97a |
- Fixes to allow automount to use portmap
|
|
Daniel J Walsh |
9ce97a |
- Fixes to start kernel in s0-s15:c0.c255
|
|
Daniel J Walsh |
9ce97a |
|
|
Daniel J Walsh |
1335ee |
* Wed Dec 14 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-3
|
|
Daniel J Walsh |
1c8602 |
- Add java unconfined/execmem policy
|
|
Daniel J Walsh |
1c8602 |
|
|
Daniel J Walsh |
1335ee |
* Wed Dec 14 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-2
|
|
Daniel J Walsh |
1f0075 |
- Add file context for /var/cvs
|
|
Daniel J Walsh |
1f0075 |
- Dontaudit webalizer search of homedir
|
|
Daniel J Walsh |
1f0075 |
|
|
Daniel J Walsh |
1335ee |
* Tue Dec 13 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-1
|
|
Daniel J Walsh |
504da9 |
- Update from upstream
|
|
Daniel J Walsh |
504da9 |
|
|
Daniel J Walsh |
504da9 |
* Tue Dec 13 2005 Dan Walsh <dwalsh@redhat.com> 2.1.4-2
|
|
Daniel J Walsh |
504da9 |
- Clean up spec
|
|
Daniel J Walsh |
504da9 |
- range_transition crond to SystemHigh
|
|
Daniel J Walsh |
504da9 |
|
|
Daniel J Walsh |
e24a8b |
* Mon Dec 12 2005 Dan Walsh <dwalsh@redhat.com> 2.1.4-1
|
|
Daniel J Walsh |
1ff14a |
- Fixes for hal
|
|
Daniel J Walsh |
e24a8b |
- Update to upstream
|
|
Daniel J Walsh |
1ff14a |
|
|
Daniel J Walsh |
afa8a2 |
* Mon Dec 12 2005 Dan Walsh <dwalsh@redhat.com> 2.1.3-1
|
|
Daniel J Walsh |
d8566e |
- Turn back on execmem since we need it for java, firefox, ooffice
|
|
Daniel J Walsh |
57c18f |
- Allow gpm to stream socket to itself
|
|
Daniel J Walsh |
57c18f |
|
|
Jeremy Katz |
eb190f |
* Mon Dec 12 2005 Jeremy Katz <katzj@redhat.com> - 2.1.2-3
|
|
Jeremy Katz |
eb190f |
- fix requirements to be on the actual packages so that policy can get
|
|
Jeremy Katz |
eb190f |
created properly at install time
|
|
Jeremy Katz |
eb190f |
|
|
Daniel J Walsh |
9e85a8 |
* Sun Dec 10 2005 Dan Walsh <dwalsh@redhat.com> 2.1.2-2
|
|
Daniel J Walsh |
9e85a8 |
- Allow unconfined_t to execmod texrel_shlib_t
|
|
Daniel J Walsh |
9e85a8 |
|
|
Daniel J Walsh |
d4da53 |
* Sat Dec 9 2005 Dan Walsh <dwalsh@redhat.com> 2.1.2-1
|
|
Daniel J Walsh |
d4da53 |
- Update to upstream
|
|
Daniel J Walsh |
d4da53 |
- Turn off allow_execmem and allow_execmod booleans
|
|
Daniel J Walsh |
d4da53 |
- Add tcpd and automount policies
|
|
Daniel J Walsh |
d4da53 |
|
|
Daniel J Walsh |
e1ccb6 |
* Fri Dec 8 2005 Dan Walsh <dwalsh@redhat.com> 2.1.1-3
|
|
Daniel J Walsh |
e1ccb6 |
- Add two new httpd booleans, turned off by default
|
|
Daniel J Walsh |
e1ccb6 |
* httpd_can_network_relay
|
|
Daniel J Walsh |
e1ccb6 |
* httpd_can_network_connect_db
|
|
Daniel J Walsh |
e1ccb6 |
|
|
Daniel J Walsh |
7c94e8 |
* Fri Dec 8 2005 Dan Walsh <dwalsh@redhat.com> 2.1.1-2
|
|
Daniel J Walsh |
7c94e8 |
- Add ghost for policy.20
|
|
Daniel J Walsh |
7c94e8 |
|
|
Daniel J Walsh |
6f5a3b |
* Thu Dec 8 2005 Dan Walsh <dwalsh@redhat.com> 2.1.1-1
|
|
Daniel J Walsh |
6f5a3b |
- Update to upstream
|
|
Daniel J Walsh |
6f5a3b |
- Turn off boolean allow_execstack
|
|
Daniel J Walsh |
6f5a3b |
|
|
Daniel J Walsh |
c6c498 |
* Thu Dec 8 2005 Dan Walsh <dwalsh@redhat.com> 2.1.0-3
|
|
Daniel J Walsh |
c6c498 |
- Change setrans-mls to use new libsetrans
|
|
Daniel J Walsh |
c6c498 |
- Add default_context rule for xdm
|
|
Daniel J Walsh |
c6c498 |
|
|
Daniel J Walsh |
12e089 |
* Thu Dec 8 2005 Dan Walsh <dwalsh@redhat.com> 2.1.0-2.
|
|
Daniel J Walsh |
12e089 |
- Change Requires to PreReg for requiring of policycoreutils on install
|
|
Daniel J Walsh |
12e089 |
|
|
Daniel J Walsh |
12e089 |
* Wed Dec 7 2005 Dan Walsh <dwalsh@redhat.com> 2.1.0-1.
|
|
Daniel J Walsh |
12e089 |
- New upstream release
|
|
Daniel J Walsh |
12e089 |
|
|
Daniel J Walsh |
97bd2a |
* Wed Dec 7 2005 Dan Walsh <dwalsh@redhat.com> 2.0.11-2.
|
|
Daniel J Walsh |
97bd2a |
Add xdm policy
|
|
Daniel J Walsh |
97bd2a |
|
|
Daniel J Walsh |
46a906 |
* Tue Dec 6 2005 Dan Walsh <dwalsh@redhat.com> 2.0.11-1.
|
|
Daniel J Walsh |
46a906 |
Update from upstream
|
|
Daniel J Walsh |
46a906 |
|
|
Daniel J Walsh |
475186 |
* Fri Dec 2 2005 Dan Walsh <dwalsh@redhat.com> 2.0.9-1.
|
|
Daniel J Walsh |
475186 |
Update from upstream
|
|
Daniel J Walsh |
475186 |
|
|
Daniel J Walsh |
caeef1 |
* Fri Dec 2 2005 Dan Walsh <dwalsh@redhat.com> 2.0.8-1.
|
|
Daniel J Walsh |
caeef1 |
Update from upstream
|
|
Daniel J Walsh |
caeef1 |
|
|
Nalin Dahyabhai |
2b2203 |
* Fri Dec 2 2005 Dan Walsh <dwalsh@redhat.com> 2.0.7-3
|
|
Nalin Dahyabhai |
2b2203 |
- Also trigger to rebuild policy for versions up to 2.0.7.
|
|
Nalin Dahyabhai |
2b2203 |
|
|
Nalin Dahyabhai |
2b2203 |
* Tue Nov 29 2005 Dan Walsh <dwalsh@redhat.com> 2.0.7-2
|
|
Daniel J Walsh |
28930b |
- No longer installing policy.20 file, anaconda handles the building of the app.
|
|
Daniel J Walsh |
28930b |
|
|
Nalin Dahyabhai |
2b2203 |
* Tue Nov 29 2005 Dan Walsh <dwalsh@redhat.com> 2.0.6-2
|
|
Daniel J Walsh |
4199dc |
- Fixes for dovecot and saslauthd
|
|
Daniel J Walsh |
4199dc |
|
|
Nalin Dahyabhai |
2b2203 |
* Wed Nov 23 2005 Dan Walsh <dwalsh@redhat.com> 2.0.5-4
|
|
Daniel J Walsh |
21dea1 |
- Cleanup pegasus and named
|
|
Daniel J Walsh |
21dea1 |
- Fix spec file
|
|
Daniel J Walsh |
c1b022 |
- Fix up passwd changing applications
|
|
Daniel J Walsh |
21dea1 |
|
|
Nalin Dahyabhai |
2b2203 |
* Tue Nov 21 2005 Dan Walsh <dwalsh@redhat.com> 2.0.5-1
|
|
Daniel J Walsh |
e38dc4 |
-Update to latest from upstream
|
|
Daniel J Walsh |
e38dc4 |
|
|
Nalin Dahyabhai |
2b2203 |
* Tue Nov 21 2005 Dan Walsh <dwalsh@redhat.com> 2.0.4-1
|
|
Daniel J Walsh |
765f81 |
- Add rules for pegasus and avahi
|
|
Daniel J Walsh |
765f81 |
|
|
Nalin Dahyabhai |
2b2203 |
* Mon Nov 21 2005 Dan Walsh <dwalsh@redhat.com> 2.0.2-2
|
|
Daniel J Walsh |
a32f66 |
- Start building MLS Policy
|
|
Daniel J Walsh |
a32f66 |
|
|
Nalin Dahyabhai |
2b2203 |
* Fri Nov 18 2005 Dan Walsh <dwalsh@redhat.com> 2.0.2-1
|
|
Daniel J Walsh |
1a0a25 |
- Update to upstream
|
|
Daniel J Walsh |
1a0a25 |
|
|
Nalin Dahyabhai |
2b2203 |
* Wed Nov 9 2005 Dan Walsh <dwalsh@redhat.com> 2.0.1-2
|
|
Daniel J Walsh |
205d3f |
- Turn on bash
|
|
Daniel J Walsh |
205d3f |
|
|
Nalin Dahyabhai |
2b2203 |
* Wed Nov 9 2005 Dan Walsh <dwalsh@redhat.com> 2.0.1-1
|
|
Daniel J Walsh |
1580c8 |
- Initial version
|