Uploaded image for project: 'Lustre'
  1. Lustre
  2. LU-7244

build failed due to XATTR_NAME_EVM redefinition

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • Lustre 2.8.0
    • None
    • None
    • 3
    • 9223372036854775807

    Description

      In Linux kernel version 3.2.x the definition of XATTR_NAME_EVM exist but definition of XATTR_NAME_IMA is not. In Lustre code we have following:

      #ifndef XATTR_NAME_IMA
      #define XATTR_NAME_IMA         "security.ima"
      #define XATTR_NAME_EVM         "security.evm"
      #endif
      

      So, we should check for definitions independently.

      Attachments

        Activity

          People

            dmiter Dmitry Eremin (Inactive)
            dmiter Dmitry Eremin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: