RHEL7.3 updated its policy to define the new netlink socket classes, thereby enabling execution of the netlink_socket tests, but its kernel does not include the corresponding kernel patch implementing them. Disable these tests on RHEL7. Signed-off-by: Stephen Smalley <sds@xxxxxxxxxxxxx> --- tests/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/Makefile b/tests/Makefile index 1311234..11008a9 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -40,6 +40,10 @@ ifeq ($(DISTRO),RHEL6) SUBDIRS:=$(filter-out nnp overlay, $(SUBDIRS)) endif +ifeq ($(DISTRO),RHEL7) + SUBDIRS:=$(filter-out netlink_socket, $(SUBDIRS)) +endif + .PHONY: all test clean all: -- 2.7.4 _______________________________________________ Selinux mailing list Selinux@xxxxxxxxxxxxx To unsubscribe, send email to Selinux-leave@xxxxxxxxxxxxx. To get help, send an email containing "help" to Selinux-request@xxxxxxxxxxxxx.