View | Details | Raw Unified | Return to bug 148911
Collapse All | Expand All

(-)security/isolate/Makefile (-2 / +4 lines)
Lines 24-31 Link Here
24
24
25
.include <bsd.port.pre.mk>
25
.include <bsd.port.pre.mk>
26
26
27
.if ${OSVERSION} < 700025
27
.if ${OSVERSION} < 800000
28
IGNORE=	does not compile (needs gelf.h)
28
IGNORE=	does not compile (needs unlinkat)
29
.endif
29
.endif
30
30
31
FORBIDDEN=      isolate currently suffers from local root privilege escallation bugs
32
31
.include <bsd.port.post.mk>
33
.include <bsd.port.post.mk>

Return to bug 148911