]> Git Repo - linux.git/blob - security/landlock/task.h
ACPI: CPPC: Adjust debug messages in amd_set_max_freq_ratio() to warn
[linux.git] / security / landlock / task.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Landlock LSM - Ptrace hooks
4  *
5  * Copyright © 2017-2019 Mickaël Salaün <[email protected]>
6  * Copyright © 2019 ANSSI
7  */
8
9 #ifndef _SECURITY_LANDLOCK_TASK_H
10 #define _SECURITY_LANDLOCK_TASK_H
11
12 __init void landlock_add_task_hooks(void);
13
14 #endif /* _SECURITY_LANDLOCK_TASK_H */
This page took 0.032206 seconds and 4 git commands to generate.