]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
src/test: add restrict network interfaces to test-cgroup-mask
authorMauricio Vásquez <mauricio@kinvolk.io>
Fri, 26 Feb 2021 12:07:44 +0000 (07:07 -0500)
committerMauricio Vásquez <mauricio@kinvolk.io>
Wed, 18 Aug 2021 20:55:54 +0000 (15:55 -0500)
Signed-off-by: Mauricio Vásquez <mauricio@kinvolk.io>
src/test/test-cgroup-mask.c

index 184b393dd51d36df04464075fdb067909a9d925e..415ddf3e984468c2ec13180d667a9d27123f7a62 100644 (file)
@@ -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");