summaryrefslogtreecommitdiffstats
path: root/krb5.spec
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2012-05-07 17:28:51 -0400
committerNalin Dahyabhai <nalin@dahyabhai.net>2012-05-07 17:28:51 -0400
commitcd92a2cbb460edc11dfad7a8b3487ce68d5715ba (patch)
treebbac10a54e00a5b12aa4126c24d221af9d1dc82a /krb5.spec
parent2057747130e3b90d0d49a8444c9cfd14f25efd91 (diff)
downloadkrb5-cd92a2cbb460edc11dfad7a8b3487ce68d5715ba.tar.gz
krb5-cd92a2cbb460edc11dfad7a8b3487ce68d5715ba.tar.xz
krb5-cd92a2cbb460edc11dfad7a8b3487ce68d5715ba.zip
- skip the setfscreatecon() if fopen() is passed "rb" as the open mode (part of #819115)
Diffstat (limited to 'krb5.spec')
-rw-r--r--krb5.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/krb5.spec b/krb5.spec
index a230e67..38fe76d 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -745,6 +745,10 @@ exit 0
%{_sbindir}/uuserver
%changelog
+* Mon May 7 2012 Nalin Dahyabhai <nalin@redhat.com>
+- skip the setfscreatecon() if fopen() is passed "rb" as the open mode (part
+ of #819115)
+
* Tue May 1 2012 Nalin Dahyabhai <nalin@redhat.com> 1.10.1-3
- have -server require /usr/share/dict/words, which we set as the default
dict_file in kdc.conf (#817089)