Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Landlock LSM - Ptrace hooks
0004  *
0005  * Copyright © 2017-2019 Mickaël Salaün <mic@digikod.net>
0006  * Copyright © 2019 ANSSI
0007  */
0008 
0009 #ifndef _SECURITY_LANDLOCK_PTRACE_H
0010 #define _SECURITY_LANDLOCK_PTRACE_H
0011 
0012 __init void landlock_add_ptrace_hooks(void);
0013 
0014 #endif /* _SECURITY_LANDLOCK_PTRACE_H */