summaryrefslogtreecommitdiff
path: root/security/landlock/Makefile
blob: ffa7646d99f3ef0fd839a590c63d62fbb59252f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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