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 4a02609 commit 44ec98eCopy full SHA for 44ec98e
net/psample/psample.c
@@ -31,7 +31,8 @@ enum psample_nl_multicast_groups {
31
32
static const struct genl_multicast_group psample_nl_mcgrps[] = {
33
[PSAMPLE_NL_MCGRP_CONFIG] = { .name = PSAMPLE_NL_MCGRP_CONFIG_NAME },
34
- [PSAMPLE_NL_MCGRP_SAMPLE] = { .name = PSAMPLE_NL_MCGRP_SAMPLE_NAME },
+ [PSAMPLE_NL_MCGRP_SAMPLE] = { .name = PSAMPLE_NL_MCGRP_SAMPLE_NAME,
35
+ .flags = GENL_UNS_ADMIN_PERM },
36
};
37
38
static struct genl_family psample_nl_family __ro_after_init;
0 commit comments