Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 606836 Details for
Bug 851504
Missing *.hmac files in FIPS initramfs
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Proposed patch for F17
F17-fix-fipscheck.patch (text/plain), 2.07 KB, created by
Milan Broz
on 2012-08-24 11:39:02 UTC
(
hide
)
Description:
Proposed patch for F17
Filename:
MIME Type:
Creator:
Milan Broz
Created:
2012-08-24 11:39:02 UTC
Size:
2.07 KB
patch
obsolete
>--- dracut-018.old/dracut-functions.sh 2012-08-24 13:33:55.000000000 +0200 >+++ dracut-018/dracut-functions.sh 2012-08-24 13:36:15.808528690 +0200 >@@ -406,6 +406,12 @@ inst_simple() { > if [[ -e "${_src%/*}/.${_src##*/}.hmac" ]]; then > inst "${_src%/*}/.${_src##*/}.hmac" "${target%/*}/.${target##*/}.hmac" > fi >+ if [[ -e "/lib/fipscheck/${_src##*/}.hmac" ]]; then >+ inst "/lib/fipscheck/${_src##*/}.hmac" "/lib/fipscheck/${target##*/}.hmac" >+ fi >+ if [[ -e "/lib64/fipscheck/${_src##*/}.hmac" ]]; then >+ inst "/lib64/fipscheck/${_src##*/}.hmac" "/lib64/fipscheck/${target##*/}.hmac" >+ fi > ddebug "Installing $_src" > cp --sparse=always -pfL "$_src" "${initdir}/$target" > } >@@ -447,6 +453,12 @@ inst_library() { > if [[ -e "${_src%/*}/.${_src##*/}.hmac" ]]; then > inst "${_src%/*}/.${_src##*/}.hmac" "${_dest%/*}/.${_dest##*/}.hmac" > fi >+ if [[ -e "/lib/fipscheck/${_src##*/}.hmac" ]]; then >+ inst "/lib/fipscheck/${_src##*/}.hmac" "/lib/fipscheck/${_dest##*/}.hmac" >+ fi >+ if [[ -e "/lib64/fipscheck/${_src##*/}.hmac" ]]; then >+ inst "/lib64/fipscheck/${_src##*/}.hmac" "/lib64/fipscheck/${_dest##*/}.hmac" >+ fi > _reallib=$(readlink -f "$_src") > inst_simple "$_reallib" "$_reallib" > inst_dir "${_dest%/*}" >--- dracut-018.old/modules.d/01fips/module-setup.sh 2012-08-24 13:33:55.000000000 +0200 >+++ dracut-018/modules.d/01fips/module-setup.sh 2012-08-24 13:36:42.898791224 +0200 >@@ -32,13 +32,14 @@ install() { > inst_hook pre-pivot 01 "$moddir/fips-noboot.sh" > inst "$moddir/fips.sh" /sbin/fips.sh > >- dracut_install sha512hmac rmmod insmod mount uname umount >+ dracut_install sha512hmac rmmod insmod mount uname umount fipscheck > > inst_libdir_file libsoftokn3.so > inst_libdir_file libsoftokn3.so > inst_libdir_file libsoftokn3.chk > inst_libdir_file libfreebl3.so > inst_libdir_file libfreebl3.chk >+ inst_libdir_file libssl.so.10 > > dracut_install $usrlibdir/hmaccalc/sha512hmac.hmac > if command -v prelink >/dev/null; then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 851504
: 606836