Linux 6.14-rc1
[linux.git] / security / landlock / setup.h
blobc4252d46d49d484ef4b6db359307a69bbe4abdd1
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Landlock LSM - Security framework setup
5 * Copyright © 2016-2020 Mickaël Salaün <mic@digikod.net>
6 * Copyright © 2018-2020 ANSSI
7 */
9 #ifndef _SECURITY_LANDLOCK_SETUP_H
10 #define _SECURITY_LANDLOCK_SETUP_H
12 #include <linux/lsm_hooks.h>
14 extern bool landlock_initialized;
16 extern struct lsm_blob_sizes landlock_blob_sizes;
17 extern const struct lsm_id landlock_lsmid;
19 #endif /* _SECURITY_LANDLOCK_SETUP_H */