obj_perm_sets.spt: Fixed typo in rw_netlink_socket_perms.

Signed-off-by: Jonathan Davies <jpds@protonmail.com>
This commit is contained in:
Jonathan Davies 2022-01-04 16:26:58 +00:00
parent 23a8d103f3
commit 5abf92037f
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ define(`create_netlink_socket_perms', `{ create_socket_perms nlmsg_read nlmsg_wr
#
# Permissions for using netlink sockets for operations that modify state.
#
define(`rw_netlink_socket_perms', `{ create_socket_perms nlmsg_read nlmsg_write }')
define(`rw_netlink_socket_perms', `{ rw_socket_perms nlmsg_read nlmsg_write }')
#
# Permissions for using netlink sockets for operations that observe state.