diff options
Diffstat (limited to 'kernel/capability.c')
-rw-r--r-- | kernel/capability.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/capability.c b/kernel/capability.c index c7685ad00a97..edb845a6e84a 100644 --- a/kernel/capability.c +++ b/kernel/capability.c | |||
@@ -133,7 +133,7 @@ static inline int cap_set_all(kernel_cap_t *effective, | |||
133 | int found = 0; | 133 | int found = 0; |
134 | 134 | ||
135 | do_each_thread(g, target) { | 135 | do_each_thread(g, target) { |
136 | if (target == current || target->pid == 1) | 136 | if (target == current || is_init(target)) |
137 | continue; | 137 | continue; |
138 | found = 1; | 138 | found = 1; |
139 | if (security_capset_check(target, effective, inheritable, | 139 | if (security_capset_check(target, effective, inheritable, |