Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Landlock LSM - Common constants and helpers
0004  *
0005  * Copyright © 2016-2020 Mickaël Salaün <mic@digikod.net>
0006  * Copyright © 2018-2020 ANSSI
0007  */
0008 
0009 #ifndef _SECURITY_LANDLOCK_COMMON_H
0010 #define _SECURITY_LANDLOCK_COMMON_H
0011 
0012 #define LANDLOCK_NAME "landlock"
0013 
0014 #ifdef pr_fmt
0015 #undef pr_fmt
0016 #endif
0017 
0018 #define pr_fmt(fmt) LANDLOCK_NAME ": " fmt
0019 
0020 #endif /* _SECURITY_LANDLOCK_COMMON_H */