|
@@ -1039,7 +1039,7 @@ static int __send_signal(int sig, struct siginfo *info, struct task_struct *t,
|
|
|
|
|
|
result = TRACE_SIGNAL_IGNORED;
|
|
result = TRACE_SIGNAL_IGNORED;
|
|
if (!prepare_signal(sig, t,
|
|
if (!prepare_signal(sig, t,
|
|
- from_ancestor_ns || (info == SEND_SIG_FORCED)))
|
|
|
|
|
|
+ from_ancestor_ns || (info == SEND_SIG_PRIV) || (info == SEND_SIG_FORCED)))
|
|
goto ret;
|
|
goto ret;
|
|
|
|
|
|
pending = (type != PIDTYPE_PID) ? &t->signal->shared_pending : &t->pending;
|
|
pending = (type != PIDTYPE_PID) ? &t->signal->shared_pending : &t->pending;
|