diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 3fa82b353c98..5932ace22400 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1247,7 +1247,9 @@ struct task_struct { | |||
1247 | * credentials (COW) */ | 1247 | * credentials (COW) */ |
1248 | const struct cred *cred; /* effective (overridable) subjective task | 1248 | const struct cred *cred; /* effective (overridable) subjective task |
1249 | * credentials (COW) */ | 1249 | * credentials (COW) */ |
1250 | struct mutex cred_exec_mutex; /* execve vs ptrace cred calculation mutex */ | 1250 | struct mutex cred_guard_mutex; /* guard against foreign influences on |
1251 | * credential calculations | ||
1252 | * (notably. ptrace) */ | ||
1251 | 1253 | ||
1252 | char comm[TASK_COMM_LEN]; /* executable name excluding path | 1254 | char comm[TASK_COMM_LEN]; /* executable name excluding path |
1253 | - access with [gs]et_task_comm (which lock | 1255 | - access with [gs]et_task_comm (which lock |