|
@@ -655,6 +655,7 @@ static struct genl_ops taskstats_ops = {
|
|
.cmd = TASKSTATS_CMD_GET,
|
|
.cmd = TASKSTATS_CMD_GET,
|
|
.doit = taskstats_user_cmd,
|
|
.doit = taskstats_user_cmd,
|
|
.policy = taskstats_cmd_get_policy,
|
|
.policy = taskstats_cmd_get_policy,
|
|
|
|
+ .flags = GENL_ADMIN_PERM,
|
|
};
|
|
};
|
|
|
|
|
|
static struct genl_ops cgroupstats_ops = {
|
|
static struct genl_ops cgroupstats_ops = {
|