]> git.proxmox.com Git - systemd.git/blame - src/boot/efi/shim.h
New upstream version 240
[systemd.git] / src / boot / efi / shim.h
CommitLineData
52ad194e 1/* SPDX-License-Identifier: LGPL-2.1+ */
86f210e9 2/*
81c58355 3 * Port to systemd-boot
b012e921 4 * Copyright © 2017 Max Resch <resch.max@gmail.com>
81c58355
MB
5 *
6 * Security Policy Handling
b012e921 7 * Copyright © 2012 <James.Bottomley@HansenPartnership.com>
81c58355 8 * https://github.com/mjg59/efitools
86f210e9 9 */
6e866b33 10#pragma once
81c58355
MB
11
12BOOLEAN shim_loaded(void);
13
14BOOLEAN secure_boot_enabled(void);
15
16EFI_STATUS security_policy_install(void);