]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - security/landlock/setup.h
UBUNTU: Ubuntu-5.15.0-39.42
[mirror_ubuntu-jammy-kernel.git] / security / landlock / setup.h
CommitLineData
385975dc
MS
1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * Landlock LSM - Security framework setup
4 *
5 * Copyright © 2016-2020 Mickaël Salaün <mic@digikod.net>
6 * Copyright © 2018-2020 ANSSI
7 */
8
9#ifndef _SECURITY_LANDLOCK_SETUP_H
10#define _SECURITY_LANDLOCK_SETUP_H
11
12#include <linux/lsm_hooks.h>
13
cb2c7d1a
MS
14extern bool landlock_initialized;
15
385975dc
MS
16extern struct lsm_blob_sizes landlock_blob_sizes;
17
18#endif /* _SECURITY_LANDLOCK_SETUP_H */