Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Landlock LSM - Security framework setup
0004  *
0005  * Copyright © 2016-2020 Mickaël Salaün <mic@digikod.net>
0006  * Copyright © 2018-2020 ANSSI
0007  */
0008 
0009 #ifndef _SECURITY_LANDLOCK_SETUP_H
0010 #define _SECURITY_LANDLOCK_SETUP_H
0011 
0012 #include <linux/lsm_hooks.h>
0013 
0014 extern bool landlock_initialized;
0015 
0016 extern struct lsm_blob_sizes landlock_blob_sizes;
0017 
0018 #endif /* _SECURITY_LANDLOCK_SETUP_H */