]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
nsresourced: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 8 Apr 2024 00:20:17 +0000 (09:20 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 8 Apr 2024 00:20:20 +0000 (09:20 +0900)
Follow-up for 8aee931e7ae1adb01eeac0e1e4c0aef6ed3969ec.

src/nsresourced/bpf/userns_restrict/userns-restrict.bpf.c

index 956f91759ab0cb2e0705a311e4cc7729593fb674..c9a936ba13c71bd44f325894802ced8962d1b670 100644 (file)
@@ -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. */