diff options
Diffstat (limited to 'net/handshake/genl.c')
| -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 a5fa8b27f224..7ec805ae3d7d 100644 --- a/net/handshake/genl.c +++ b/net/handshake/genl.c @@ -37,7 +37,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, }, }; |
