security/landlock/Makefile

Source file repositories/reference/linux-study-clean/security/landlock/Makefile

File Facts

System
Linux kernel
Corpus path
security/landlock/Makefile
Extension
[no extension]
Size
244 bytes
Lines
19
Domain
Core OS
Bucket
Security And Isolation
Inferred role
Core OS: build/configuration rule
Status
atlas-only

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

obj-$(CONFIG_SECURITY_LANDLOCK) := landlock.o

landlock-y := \
	setup.o \
	syscalls.o \
	object.o \
	ruleset.o \
	cred.o \
	task.o \
	fs.o \
	tsync.o

landlock-$(CONFIG_INET) += net.o

landlock-$(CONFIG_AUDIT) += \
	id.o \
	audit.o \
	domain.o

Annotation

Implementation Notes