From 3abd944a9f74a8f0192c675c0c8ef7edd2f79def Mon Sep 17 00:00:00 2001 From: KaiGai Kohei Date: Jun 11 2009 04:07:15 +0000 Subject: update: add support to use translated format in MLS-range --- diff --git a/.cvsignore b/.cvsignore index d116b8c..f4479c7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mod_selinux-2.2.1938.tgz +mod_selinux-2.2.2015.tgz diff --git a/mod_selinux.conf b/mod_selinux.conf index f8f2bb6..a1402a5 100644 --- a/mod_selinux.conf +++ b/mod_selinux.conf @@ -27,7 +27,7 @@ selinuxServerDomain *:s0 # SetEnvIf Remote_Addr "192.168.2.[0-9]+$" SELINUX_DOMAIN=*:s0:c2 # selinuxDomainMap /var/www/mod_selinux.map # selinuxDomainEnv SELINUX_DOMAIN -# selinuxDomainVal anon_webapp_t:s0 +# selinuxDomainVal anon_webapp_t:SystemLow # # @@ -74,7 +74,7 @@ selinuxServerDomain *:s0 # # SELinux context mapping # # ----------------------- # selinuxDomainEnv AUTHENTICATE_UDOMAIN ... (6) -# selinuxDomainVal anon_webapp_t:s0 +# selinuxDomainVal anon_webapp_t:SystemLow # # # We assume the PostgreSQL works on local machine, and it allows diff --git a/mod_selinux.spec b/mod_selinux.spec index a79ef00..9a98921 100644 --- a/mod_selinux.spec +++ b/mod_selinux.spec @@ -1,7 +1,7 @@ %define selinux_policy_types targeted mls Name: mod_selinux -Version: 2.2.1938 +Version: 2.2.2015 Release: 1%{?dist} Summary: Apache/SELinux plus module Group: System Environment/Daemons @@ -84,6 +84,9 @@ fi %{_datadir}/selinux/*/%{name}.pp %changelog +* Thu Jun 11 2009 KaiGai Kohei - 2.2.2015-1 +- update: add support to use translated format in MLS-range + * Wed May 27 2009 KaiGai Kohei - 2.2.1938-1 - bugfix: it may returns OK, instead of HTTP_INTERNAL_SERVER_ERROR, when the contents handler crashed. diff --git a/sources b/sources index fc7197b..415c4fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -960c3b63cd006a852be2ca813fe43b1c mod_selinux-2.2.1938.tgz +b07b69aa7587e9b183aac2a5e3f3b540 mod_selinux-2.2.2015.tgz