From d53d158d2b7b0c39962037a86ccf23ca945d8070 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sep 18 2009 20:44:00 +0000 Subject: - Fix request_module line to module_request --- diff --git a/policy-F12.patch b/policy-F12.patch index c826cae..da8334c 100644 --- a/policy-F12.patch +++ b/policy-F12.patch @@ -12,12 +12,12 @@ diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/Mak all_layers := $(shell find $(wildcard $(moddir)/*) -maxdepth 0 -type d) diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/flask/access_vectors serefpolicy-3.6.32/policy/flask/access_vectors --- nsaserefpolicy/policy/flask/access_vectors 2009-08-31 13:30:04.000000000 -0400 -+++ serefpolicy-3.6.32/policy/flask/access_vectors 2009-09-16 10:03:08.000000000 -0400 ++++ serefpolicy-3.6.32/policy/flask/access_vectors 2009-09-18 16:41:29.000000000 -0400 @@ -349,6 +349,7 @@ syslog_read syslog_mod syslog_console -+ request_module ++ module_request } # diff --git a/selinux-policy.spec b/selinux-policy.spec index 0638a6a..13db412 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -20,7 +20,7 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 3.6.32 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ Group: System Environment/Base Source: serefpolicy-%{version}.tgz @@ -447,6 +447,9 @@ exit 0 %endif %changelog +* Fri Sep 18 2009 Dan Walsh 3.6.32-4 +- Fix request_module line to module_request + * Fri Sep 18 2009 Dan Walsh 3.6.32-3 - Fix sandbox policy to allow it to run under firefox. - Dont audit leaks.