]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
nsresourced: Fix typo
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 25 Jan 2026 20:21:22 +0000 (21:21 +0100)
committerDaan De Meyer <daan@amutable.com>
Thu, 5 Feb 2026 14:16:31 +0000 (15:16 +0100)
src/nsresourced/bpf/userns-restrict/userns-restrict.bpf.c

index f327e9004b361a6fa966e2deee8f0e3d6b89ac98..f022f967061187f99174b347cb8d04b3166184be 100644 (file)
@@ -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. */