From: Daan De Meyer Date: Sun, 25 Jan 2026 20:21:22 +0000 (+0100) Subject: nsresourced: Fix typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1ae0e52056a9c0ed8b33e09de97252473a8f6cc;p=thirdparty%2Fsystemd.git nsresourced: Fix typo --- diff --git a/src/nsresourced/bpf/userns-restrict/userns-restrict.bpf.c b/src/nsresourced/bpf/userns-restrict/userns-restrict.bpf.c index f327e9004b3..f022f967061 100644 --- a/src/nsresourced/bpf/userns-restrict/userns-restrict.bpf.c +++ b/src/nsresourced/bpf/userns-restrict/userns-restrict.bpf.c @@ -31,7 +31,7 @@ void* bpf_rdonly_cast(const 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 various 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 chown(), 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. */