We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356e4bf commit b849a81Copy full SHA for b849a81
kernel/seccomp.c
@@ -239,7 +239,7 @@ static inline void spec_mitigate(struct task_struct *task,
239
int state = arch_prctl_spec_ctrl_get(task, which);
240
241
if (state > 0 && (state & PR_SPEC_PRCTL))
242
- arch_prctl_spec_ctrl_set(task, which, PR_SPEC_DISABLE);
+ arch_prctl_spec_ctrl_set(task, which, PR_SPEC_FORCE_DISABLE);
243
}
244
245
static inline void seccomp_assign_mode(struct task_struct *task,
0 commit comments