Files

15 lines
326 B
C
Raw Permalink Normal View History

2021-04-22 17:41:14 +02:00
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Landlock LSM - Ptrace hooks
*
* Copyright © 2017-2019 Mickaël Salaün <mic@digikod.net>
* Copyright © 2019 ANSSI
*/
2024-03-07 10:39:23 +01:00
#ifndef _SECURITY_LANDLOCK_TASK_H
#define _SECURITY_LANDLOCK_TASK_H
2021-04-22 17:41:14 +02:00
2024-03-07 10:39:23 +01:00
__init void landlock_add_task_hooks(void);
2021-04-22 17:41:14 +02:00
2024-03-07 10:39:23 +01:00
#endif /* _SECURITY_LANDLOCK_TASK_H */