Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process OVERRIDE_SECURITY_POLICY in lib/Makefile #613

Closed
wants to merge 1 commit into from

Commits on Sep 15, 2023

  1. Process OVERRIDE_SECURITY_POLICY in lib/Makefile

    Without this `make OVERRIDE_SECURITY_POLICY=1` fails with
    
    ld: shim.o: in function `install_shim_protocols':
    /home/mjsbeaton/shim_source/shim.c:1354: undefined reference to `security_policy_install'
    ld: shim.o: in function `uninstall_shim_protocols':
    /home/mjsbeaton/shim_source/shim.c:1376: undefined reference to `security_policy_uninstall'
    
    Signed-off-by: Mike Beaton <mjsbeaton@gmail.com>
    mikebeaton committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    800352c View commit details
    Browse the repository at this point in the history