- Update to upstream

Modify genhomedircon to skip %groupname entries. Ultimately we need to
    expand them to the list of users to support per-role homedir labeling
    when using the %groupname syntax.
This commit is contained in:
Daniel J Walsh 2008-08-05 14:29:44 +00:00
parent feb8552515
commit 8bffda7314
4 changed files with 17 additions and 3 deletions

View File

@ -100,3 +100,4 @@ libsemanage-2.0.23.tgz
libsemanage-2.0.24.tgz
libsemanage-2.0.25.tgz
libsemanage-2.0.26.tgz
libsemanage-2.0.27.tgz

View File

@ -1,6 +1,14 @@
diff --exclude-from=exclude -N -u -r nsalibsemanage/src/genhomedircon.c libsemanage-2.0.25/src/genhomedircon.c
--- nsalibsemanage/src/genhomedircon.c 2008-07-29 09:15:38.000000000 -0400
--- nsalibsemanage/src/genhomedircon.c 2008-08-05 09:57:28.000000000 -0400
+++ libsemanage-2.0.25/src/genhomedircon.c 2008-07-17 14:32:45.000000000 -0400
@@ -21,6 +21,7 @@
*/
#include <semanage/handle.h>
+#include <syslog.h>
#include <semanage/seusers_policy.h>
#include <semanage/users_policy.h>
#include <semanage/user_record.h>
@@ -487,7 +488,6 @@
const char *role_prefix)
{

View File

@ -2,7 +2,7 @@
%define libselinuxver 2.0.0-1
Summary: SELinux binary policy manipulation library
Name: libsemanage
Version: 2.0.26
Version: 2.0.27
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@ -78,6 +78,11 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man3/*
%changelog
* Tue Aug 5 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.27-1
- Update to upstream
* Modify genhomedircon to skip %groupname entries.
Ultimately we need to expand them to the list of users to support per-role homedir labeling when using the %groupname syntax.
* Wed Jul 29 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.26-1
- Update to upstream
* Fix bug in genhomedircon fcontext matches logic from Dan Walsh.

View File

@ -1 +1 @@
024d7285851295f989fcf93b336fccb9 libsemanage-2.0.26.tgz
783686e357b1931c27b540c0ca8d5514 libsemanage-2.0.27.tgz