File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 39
39
* is only needed for handling filters shared across tasks.
40
40
* @prev: points to a previously installed, or inherited, filter
41
41
* @len: the number of instructions in the program
42
- * @insns : the BPF program instructions to evaluate
42
+ * @insnsi : the BPF program instructions to evaluate
43
43
*
44
44
* seccomp_filter objects are organized in a tree linked via the @prev
45
45
* pointer. For any task, it appears to be a singly-linked list starting
@@ -220,7 +220,7 @@ static long seccomp_attach_filter(struct sock_fprog *fprog)
220
220
return - ENOMEM ;
221
221
222
222
/*
223
- * Installing a seccomp filter requires that the task have
223
+ * Installing a seccomp filter requires that the task has
224
224
* CAP_SYS_ADMIN in its namespace or be running with no_new_privs.
225
225
* This avoids scenarios where unprivileged tasks can affect the
226
226
* behavior of privileged children.
You can’t perform that action at this time.
0 commit comments