- Fix matchpathcon -V call

This commit is contained in:
Daniel J Walsh 2008-09-26 14:22:14 +00:00
parent 63093bd540
commit 263ee4f1ec
2 changed files with 4 additions and 18 deletions

View File

@ -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

View File

@ -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 <dwalsh@redhat.com> - 2.0.71-6
- Fix matchpathcon -V call
* Tue Sep 9 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.71-5
- Add flask definitions for open, X and nlmsg_tty_audit