From: Yu Watanabe Date: Mon, 8 Apr 2024 00:20:17 +0000 (+0900) Subject: nsresourced: fix typo X-Git-Tag: v256-rc1~277 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ea9151e6cd3c5a114676ea94b4ee2b159625fbf;p=thirdparty%2Fsystemd.git nsresourced: fix typo Follow-up for 8aee931e7ae1adb01eeac0e1e4c0aef6ed3969ec. --- diff --git a/src/nsresourced/bpf/userns_restrict/userns-restrict.bpf.c b/src/nsresourced/bpf/userns_restrict/userns-restrict.bpf.c index 956f91759ab..c9a936ba13c 100644 --- a/src/nsresourced/bpf/userns_restrict/userns-restrict.bpf.c +++ b/src/nsresourced/bpf/userns_restrict/userns-restrict.bpf.c @@ -26,7 +26,7 @@ void *bpf_rdonly_cast(void *, __u32) __ksym; * by their inode number in nsfs) that restricts creation of inodes (which would inherit the callers UID/GID) * or changing of ownership (similar). * - * This hooks into the varius path-based LSM entrypoints that control inode creation as well as chmod(), and + * This hooks into the various path-based LSM entrypoints that control inode creation as well as chmod(), and * then looks up the calling process' user namespace in a global map of namespaces, which points us to * another map that is simply a list of allowed mnt_ids. */