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 or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SELinuxProject/refpolicy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: SELinuxProject/refpolicy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: module-destdir
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 5, 2024

  1. Rules.modular: Handle DESTDIR in load targets.

    Modules are installed into the DESTDIR path. This change makes the semodule
    commands operate with the -p $DESTDIR option.
    
    Signed-off-by: Chris PeBenito <[email protected]>
    pebenito committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    70e0b03 View commit details
    Browse the repository at this point in the history
  2. Rules.modular: Create the module store directory.

    Semodule never does this, so it has been done by packagers.  Do this
    here to avoid an obvious error if compiling by hand.
    
    Signed-off-by: Chris PeBenito <[email protected]>
    pebenito committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    1575c7f View commit details
    Browse the repository at this point in the history
Loading