Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: LLNL/msr-safe
base: v1.1.0
Choose a base ref
head repository: LLNL/msr-safe
compare: v1.2.0
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 12, 2018

  1. Patch for ioctl security issue:

    The msr_safe device has an ioctl interface that was not updated to check the
    whitelist. This patch allows only users with CAP_SYS_RAWIO (e.g., root) to
    access the ioctl interface.
    
    Signed-off-by: Barry Rountree <rountree4@llnl.gov>
    rountree-alt authored and Stephanie Labasan committed Apr 12, 2018
  2. Security fix:

      - Stop caching the CAP_SYS_RAWIO check.
      - Moved capable() call outside of loop.
    
    Signed-off-by: Marty McFadden <mcfadden8@llnl.gov>
    mcfadden8 authored and Stephanie Labasan committed Apr 12, 2018
  3. Added version number (1.2) for msr module.

    Signed-off-by: Marty McFadden <mcfadden8@llnl.gov>
    mcfadden8 authored and Stephanie Labasan committed Apr 12, 2018