Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SELinux: define permissions for DCB netlink messages
Commit 2f90b86 added two new netlink message types to the netlink route socket. SELinux has hooks to define if netlink messages are allowed to be sent or received, but it did not know about these two new message types. By default we allow such actions so noone likely noticed. This patch adds the proper definitions and thus proper permissions enforcement. Signed-off-by: Eric Paris <eparis@redhat.com>
- Loading branch information