- 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:
parent
feb8552515
commit
8bffda7314
@ -100,3 +100,4 @@ libsemanage-2.0.23.tgz
|
|||||||
libsemanage-2.0.24.tgz
|
libsemanage-2.0.24.tgz
|
||||||
libsemanage-2.0.25.tgz
|
libsemanage-2.0.25.tgz
|
||||||
libsemanage-2.0.26.tgz
|
libsemanage-2.0.26.tgz
|
||||||
|
libsemanage-2.0.27.tgz
|
||||||
|
@ -1,6 +1,14 @@
|
|||||||
diff --exclude-from=exclude -N -u -r nsalibsemanage/src/genhomedircon.c libsemanage-2.0.25/src/genhomedircon.c
|
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
|
+++ 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 @@
|
@@ -487,7 +488,6 @@
|
||||||
const char *role_prefix)
|
const char *role_prefix)
|
||||||
{
|
{
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%define libselinuxver 2.0.0-1
|
%define libselinuxver 2.0.0-1
|
||||||
Summary: SELinux binary policy manipulation library
|
Summary: SELinux binary policy manipulation library
|
||||||
Name: libsemanage
|
Name: libsemanage
|
||||||
Version: 2.0.26
|
Version: 2.0.27
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -78,6 +78,11 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 29 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.26-1
|
||||||
- Update to upstream
|
- Update to upstream
|
||||||
* Fix bug in genhomedircon fcontext matches logic from Dan Walsh.
|
* Fix bug in genhomedircon fcontext matches logic from Dan Walsh.
|
||||||
|
Loading…
Reference in New Issue
Block a user