aboutsummaryrefslogtreecommitdiff
path: root/landlock_shim.h
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-10-08 15:55:48 +0000
committerOmar Polo <op@omarpolo.com>2021-10-08 15:55:48 +0000
commit9bb2f62e241164788b683971648e51e3cf174947 (patch)
tree039ba8d3cd10d3cf0d307ffee32b71e814642406 /landlock_shim.h
parent807869c14ee57aaa6035e6cba0df5d1369ced9ba (diff)
tweak landlock comment
Diffstat (limited to 'landlock_shim.h')
-rw-r--r--landlock_shim.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/landlock_shim.h b/landlock_shim.h
index 1ffa6c2..6dde30a 100644
--- a/landlock_shim.h
+++ b/landlock_shim.h
@@ -16,10 +16,9 @@
/*
* What's the deal with landlock? While distro with linux >= 5.13
- * have the struct declarations, it seems that the glibc (or whatever)
- * wrappers are missing. The sample landlock code provided by the
- * authors includes these "shims" for the landlock API until libc
- * provides them.
+ * have the struct declarations, libc wrappers are missing. The
+ * sample landlock code provided by the authors includes these "shims"
+ * in their example for the landlock API until libc provides them.
*
* Linux is such a mess sometimes. /rant
*/