]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - security/landlock/ptrace.h
Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[mirror_ubuntu-jammy-kernel.git] / security / landlock / ptrace.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Landlock LSM - Ptrace hooks
4 *
5 * Copyright © 2017-2019 Mickaël Salaün <mic@digikod.net>
6 * Copyright © 2019 ANSSI
7 */
8
9 #ifndef _SECURITY_LANDLOCK_PTRACE_H
10 #define _SECURITY_LANDLOCK_PTRACE_H
11
12 __init void landlock_add_ptrace_hooks(void);
13
14 #endif /* _SECURITY_LANDLOCK_PTRACE_H */