]> git.proxmox.com Git - mirror_lxcfs.git/commitdiff
cgroups: replace leftover reference to legacy terms
authorChristian Brauner <christian.brauner@ubuntu.com>
Sun, 5 Jul 2020 08:19:53 +0000 (10:19 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 6 Jul 2020 11:25:41 +0000 (07:25 -0400)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/cgroups/cgroup2_devices.c

index ae1d97f87092e9885e7991a287cd17fd697f98e9..30e2e461a5128d8a9cc6298769046f60da774166 100644 (file)
@@ -178,7 +178,7 @@ struct bpf_program *bpf_program_new(uint32_t prog_type)
        prog->prog_type = prog_type;
        prog->kernel_fd = -EBADF;
        /*
-        * By default a whitelist is used unless the user tells us otherwise.
+        * By default a allowlist is used unless the user tells us otherwise.
         */
        prog->device_list_type = LXC_BPF_DEVICE_CGROUP_ALLOWLIST;