diff options
Diffstat (limited to 'net/handshake')
| -rw-r--r-- | net/handshake/genl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/handshake/genl.c b/net/handshake/genl.c index 4b20cd9cdd0e..feac1ad063ee 100644 --- a/net/handshake/genl.c +++ b/net/handshake/genl.c @@ -38,7 +38,7 @@ static const struct genl_split_ops handshake_nl_ops[] = { .doit = handshake_nl_done_doit, .policy = handshake_done_nl_policy, .maxattr = HANDSHAKE_A_DONE_REMOTE_AUTH, - .flags = GENL_CMD_CAP_DO, + .flags = GENL_ADMIN_PERM | GENL_CMD_CAP_DO, }, }; |
