summaryrefslogtreecommitdiffstats
path: root/src/test/test-cgroup-mask.c
diff options
context:
space:
mode:
authorMauricio Vásquez <mauricio@kinvolk.io>2021-02-26 13:07:44 +0100
committerMauricio Vásquez <mauricio@kinvolk.io>2021-08-18 22:55:54 +0200
commit2ce150f5ec0f2efd12a01d072721843366125f45 (patch)
tree4eb34437e3cc23516b633e340c2ce0e8c0701572 /src/test/test-cgroup-mask.c
parentman: add RestrictNetworkInterfaces= documentation (diff)
downloadsystemd-2ce150f5ec0f2efd12a01d072721843366125f45.tar.xz
systemd-2ce150f5ec0f2efd12a01d072721843366125f45.zip
src/test: add restrict network interfaces to test-cgroup-mask
Signed-off-by: Mauricio Vásquez <mauricio@kinvolk.io>
Diffstat (limited to '')
-rw-r--r--src/test/test-cgroup-mask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-cgroup-mask.c b/src/test/test-cgroup-mask.c
index 184b393dd5..415ddf3e98 100644
--- a/src/test/test-cgroup-mask.c
+++ b/src/test/test-cgroup-mask.c
@@ -140,7 +140,7 @@ static void test_cg_mask_to_string_one(CGroupMask mask, const char *t) {
static void test_cg_mask_to_string(void) {
test_cg_mask_to_string_one(0, NULL);
- test_cg_mask_to_string_one(_CGROUP_MASK_ALL, "cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices bpf-foreign bpf-socket-bind");
+ test_cg_mask_to_string_one(_CGROUP_MASK_ALL, "cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices bpf-foreign bpf-socket-bind bpf-restrict-network-interfaces");
test_cg_mask_to_string_one(CGROUP_MASK_CPU, "cpu");
test_cg_mask_to_string_one(CGROUP_MASK_CPUACCT, "cpuacct");
test_cg_mask_to_string_one(CGROUP_MASK_CPUSET, "cpuset");