summaryrefslogtreecommitdiff
path: root/src/core/meson.build
diff options
context:
space:
mode:
authorMauricio Vásquez <mauricio@kinvolk.io>2021-01-21 11:08:19 -0500
committerMauricio Vásquez <mauricio@kinvolk.io>2021-08-18 15:55:53 -0500
commit6f50d4f7d6406648232c8cc121ec3f9ea969de1c (patch)
tree442ec2af63ca882a8dcdf40d8bb968bc25c62ed0 /src/core/meson.build
parentdc83b840d33e30fcd4363e26b933fa5cce410c4a (diff)
downloadsystemd-6f50d4f7d6406648232c8cc121ec3f9ea969de1c.tar.gz
core: implement RestrictNetworkInterfaces=
This commit introduces all the logic to load and attach the BPF programs to restrict network interfaces when a unit specifying it is loaded. Signed-off-by: Mauricio Vásquez <mauricio@kinvolk.io>
Diffstat (limited to 'src/core/meson.build')
-rw-r--r--src/core/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/meson.build b/src/core/meson.build
index df773b6675..489a4d869f 100644
--- a/src/core/meson.build
+++ b/src/core/meson.build
@@ -97,6 +97,8 @@ libcore_sources = '''
namespace.h
path.c
path.h
+ restrict-ifaces.c
+ restrict-ifaces.h
scope.c
scope.h
selinux-access.c