|
@@ -5588,11 +5588,11 @@ static int selinux_setprocattr(struct task_struct *p,
|
|
/* Check for ptracing, and update the task SID if ok.
|
|
/* Check for ptracing, and update the task SID if ok.
|
|
Otherwise, leave SID unchanged and fail. */
|
|
Otherwise, leave SID unchanged and fail. */
|
|
ptsid = 0;
|
|
ptsid = 0;
|
|
- task_lock(p);
|
|
|
|
|
|
+ rcu_read_lock();
|
|
tracer = ptrace_parent(p);
|
|
tracer = ptrace_parent(p);
|
|
if (tracer)
|
|
if (tracer)
|
|
ptsid = task_sid(tracer);
|
|
ptsid = task_sid(tracer);
|
|
- task_unlock(p);
|
|
|
|
|
|
+ rcu_read_unlock();
|
|
|
|
|
|
if (tracer) {
|
|
if (tracer) {
|
|
error = avc_has_perm(ptsid, sid, SECCLASS_PROCESS,
|
|
error = avc_has_perm(ptsid, sid, SECCLASS_PROCESS,
|