fix a compile error in the SELinux labeling patch when -DDEBUG is used (Sumit Bose)
This commit is contained in:
parent
293e1a6e51
commit
9fed313d79
@ -676,7 +676,7 @@ diff -up krb5-1.8/src/util/support/selinux.c.selinux-label krb5-1.8/src/util/sup
|
|||||||
+#ifdef DEBUG
|
+#ifdef DEBUG
|
||||||
+ if (isatty(fileno(stderr))) {
|
+ if (isatty(fileno(stderr))) {
|
||||||
+ fprintf(stderr, "Setting file creation context "
|
+ fprintf(stderr, "Setting file creation context "
|
||||||
+ "to \"%s\".\n", configured);
|
+ "to \"%s\".\n", configuredsc);
|
||||||
+ }
|
+ }
|
||||||
+#endif
|
+#endif
|
||||||
+ if (setfscreatecon(configuredsc) != 0) {
|
+ if (setfscreatecon(configuredsc) != 0) {
|
@ -44,7 +44,7 @@ Patch56: krb5-1.7-doublelog.patch
|
|||||||
Patch59: krb5-1.8-kpasswd_tcp.patch
|
Patch59: krb5-1.8-kpasswd_tcp.patch
|
||||||
Patch60: krb5-1.8-pam.patch
|
Patch60: krb5-1.8-pam.patch
|
||||||
Patch61: krb5-1.9-manpaths.patch
|
Patch61: krb5-1.9-manpaths.patch
|
||||||
Patch63: krb5-1.8-selinux-label.patch
|
Patch63: krb5-1.9-selinux-label.patch
|
||||||
Patch70: krb5-trunk-kpasswd_tcp2.patch
|
Patch70: krb5-trunk-kpasswd_tcp2.patch
|
||||||
Patch71: krb5-1.9-dirsrv-accountlock.patch
|
Patch71: krb5-1.9-dirsrv-accountlock.patch
|
||||||
Patch72: krb5-pkinit-cms2.patch
|
Patch72: krb5-pkinit-cms2.patch
|
||||||
@ -633,9 +633,13 @@ exit 0
|
|||||||
%{_sbindir}/uuserver
|
%{_sbindir}/uuserver
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 7 2011 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
|
- fix a compile error in the SELinux labeling patch when -DDEBUG is used (Sumit
|
||||||
|
Bose)
|
||||||
|
|
||||||
* Tue Feb 1 2011 Nalin Dahyabhai <nalin@redhat.com>
|
* Tue Feb 1 2011 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
- properly advertise that the kpropd init script now supports force-reload
|
- properly advertise that the kpropd init script now supports force-reload
|
||||||
(Zbysek Mraz #630587)
|
(Zbysek Mraz, #630587)
|
||||||
|
|
||||||
* Wed Jan 26 2011 Nalin Dahyabhai <nalin@redhat.com> 1.9-2
|
* Wed Jan 26 2011 Nalin Dahyabhai <nalin@redhat.com> 1.9-2
|
||||||
- pkinit: when verifying signed data, use the CMS APIs for better
|
- pkinit: when verifying signed data, use the CMS APIs for better
|
||||||
|
Loading…
Reference in New Issue
Block a user