diff options
Diffstat (limited to 'security/selinux/nlmsgtab.c')
-rw-r--r-- | security/selinux/nlmsgtab.c | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/security/selinux/nlmsgtab.c b/security/selinux/nlmsgtab.c index f79408252730..b3adb481bc25 100644 --- a/security/selinux/nlmsgtab.c +++ b/security/selinux/nlmsgtab.c | |||
@@ -91,13 +91,12 @@ static struct nlmsg_perm nlmsg_xfrm_perms[] = | |||
91 | 91 | ||
92 | static struct nlmsg_perm nlmsg_audit_perms[] = | 92 | static struct nlmsg_perm nlmsg_audit_perms[] = |
93 | { | 93 | { |
94 | { AUDIT_GET, NETLINK_AUDIT_SOCKET__NLMSG_READ }, | 94 | { AUDIT_GET, NETLINK_AUDIT_SOCKET__NLMSG_READ }, |
95 | { AUDIT_SET, NETLINK_AUDIT_SOCKET__NLMSG_WRITE }, | 95 | { AUDIT_SET, NETLINK_AUDIT_SOCKET__NLMSG_WRITE }, |
96 | { AUDIT_LIST, NETLINK_AUDIT_SOCKET__NLMSG_READ }, | 96 | { AUDIT_LIST, NETLINK_AUDIT_SOCKET__NLMSG_READPRIV }, |
97 | { AUDIT_ADD, NETLINK_AUDIT_SOCKET__NLMSG_WRITE }, | 97 | { AUDIT_ADD, NETLINK_AUDIT_SOCKET__NLMSG_WRITE }, |
98 | { AUDIT_DEL, NETLINK_AUDIT_SOCKET__NLMSG_WRITE }, | 98 | { AUDIT_DEL, NETLINK_AUDIT_SOCKET__NLMSG_WRITE }, |
99 | { AUDIT_USER, NETLINK_AUDIT_SOCKET__NLMSG_WRITE }, | 99 | { AUDIT_USER, NETLINK_AUDIT_SOCKET__NLMSG_RELAY }, |
100 | { AUDIT_LOGIN, NETLINK_AUDIT_SOCKET__NLMSG_WRITE }, | ||
101 | }; | 100 | }; |
102 | 101 | ||
103 | 102 | ||