diff options
Diffstat (limited to 'include/linux/seccomp.h')
-rw-r--r-- | include/linux/seccomp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/seccomp.h b/include/linux/seccomp.h index 4054b0994071..9ff98b4bfe2e 100644 --- a/include/linux/seccomp.h +++ b/include/linux/seccomp.h | |||
@@ -14,11 +14,11 @@ struct seccomp_filter; | |||
14 | * | 14 | * |
15 | * @mode: indicates one of the valid values above for controlled | 15 | * @mode: indicates one of the valid values above for controlled |
16 | * system calls available to a process. | 16 | * system calls available to a process. |
17 | * @filter: The metadata and ruleset for determining what system calls | 17 | * @filter: must always point to a valid seccomp-filter or NULL as it is |
18 | * are allowed for a task. | 18 | * accessed without locking during system call entry. |
19 | * | 19 | * |
20 | * @filter must only be accessed from the context of current as there | 20 | * @filter must only be accessed from the context of current as there |
21 | * is no locking. | 21 | * is no read locking. |
22 | */ | 22 | */ |
23 | struct seccomp { | 23 | struct seccomp { |
24 | int mode; | 24 | int mode; |