• Home
  • Engineering
  • Training
  • Docs
  • Community
  • Company
  • twitter
  • mastodon
  • linkedin
  • github

Bootlin logo

Elixir Cross Referencer

Open Menu / security / landlock / Makefile

Projects

  • linux

Versions

  • FIXME
    • FIXME
      • next-20260811
 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
linux next-20260811 Download file Top powered by Elixir a26ba81