security/landlock/task.h

Source file repositories/reference/linux-study-clean/security/landlock/task.h

File Facts

System
Linux kernel
Corpus path
security/landlock/task.h
Extension
.h
Size
326 bytes
Lines
15
Domain
Core OS
Bucket
Security And Isolation
Inferred role
Core OS: implementation source
Status
source implementation candidate

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _SECURITY_LANDLOCK_TASK_H
#define _SECURITY_LANDLOCK_TASK_H

__init void landlock_add_task_hooks(void);

#endif /* _SECURITY_LANDLOCK_TASK_H */

Annotation

Implementation Notes