From 263ee4f1ecb8e0d0b653d07326cfe6ff1b0e545b Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sep 26 2008 14:22:14 +0000 Subject: - Fix matchpathcon -V call --- diff --git a/libselinux-rhat.patch b/libselinux-rhat.patch index 21fd3f9..fa37891 100644 --- a/libselinux-rhat.patch +++ b/libselinux-rhat.patch @@ -965,23 +965,6 @@ diff --exclude-from=exclude -N -u -r nsalibselinux/src/matchpathcon.c libselinux va_end(ap); } -diff --exclude-from=exclude -N -u -r nsalibselinux/src/selinux_config.c libselinux-2.0.71/src/selinux_config.c ---- nsalibselinux/src/selinux_config.c 2008-08-28 09:34:24.000000000 -0400 -+++ libselinux-2.0.71/src/selinux_config.c 2008-09-24 08:06:37.000000000 -0400 -@@ -335,13 +335,6 @@ - - hidden_def(selinux_booleans_path) - --const char *selinux_users_path() --{ -- return get_path(USERS_DIR); --} -- --hidden_def(selinux_users_path) -- - const char *selinux_usersconf_path() - { - return get_path(SEUSERS); diff --exclude-from=exclude -N -u -r nsalibselinux/utils/matchpathcon.c libselinux-2.0.71/utils/matchpathcon.c --- nsalibselinux/utils/matchpathcon.c 2008-08-28 09:34:24.000000000 -0400 +++ libselinux-2.0.71/utils/matchpathcon.c 2008-09-26 09:42:51.000000000 -0400 diff --git a/libselinux.spec b/libselinux.spec index 05faa61..75191c1 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -5,7 +5,7 @@ Summary: SELinux library and simple utilities Name: libselinux Version: 2.0.71 -Release: 5%{?dist} +Release: 6%{?dist} License: Public Domain Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz @@ -163,6 +163,9 @@ exit 0 %{ruby_sitearch}/selinux.so %changelog +* Fri Sep 26 2008 Dan Walsh - 2.0.71-6 +- Fix matchpathcon -V call + * Tue Sep 9 2008 Dan Walsh - 2.0.71-5 - Add flask definitions for open, X and nlmsg_tty_audit