Merge branch 'next' into for-linus
This commit is contained in:
@@ -56,6 +56,7 @@
|
||||
#include <linux/kprobes.h>
|
||||
#include <linux/pipe_fs_i.h>
|
||||
#include <linux/oom.h>
|
||||
#include <linux/kmod.h>
|
||||
|
||||
#include <asm/uaccess.h>
|
||||
#include <asm/processor.h>
|
||||
@@ -615,6 +616,11 @@ static struct ctl_table kern_table[] = {
|
||||
.mode = 0555,
|
||||
.child = random_table,
|
||||
},
|
||||
{
|
||||
.procname = "usermodehelper",
|
||||
.mode = 0555,
|
||||
.child = usermodehelper_table,
|
||||
},
|
||||
{
|
||||
.procname = "overflowuid",
|
||||
.data = &overflowuid,
|
||||
|
||||
Reference in New Issue
Block a user