From 17f15d36c74db52a0de7ea5b7a1a5376ae61ddcd Mon Sep 17 00:00:00 2001 From: Mike Gerdts Date: Fri, 23 Mar 2018 14:58:39 +0000 Subject: OS-6814 OS-6726 missed exception_lists/check_rtime Reviewed by: Patrick Mooney Reviewed by: Jerry Jelinek Reviewed by: Andy Fiddaman Approved by: Jerry Jelinek --- exception_lists/check_rtime | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exception_lists/check_rtime b/exception_lists/check_rtime index d98cdabbc6..fc19dd369b 100644 --- a/exception_lists/check_rtime +++ b/exception_lists/check_rtime @@ -22,6 +22,7 @@ # # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. # Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved. +# Copyright 2018 Joyent, Inc. # # This file provides exceptions to the usual rules applied to ELF objects by @@ -76,7 +77,7 @@ EXEC_STACK ^opt/os-tests/tests/secflags/stacky$ # Objects for which we allow relocations to the text segment TEXTREL ^platform/.*/MACH(kernel)/unix$ -TEXTREL ^usr/sbin/amd64/bhyve$ +TEXTREL ^usr/sbin/bhyve$ # Directories and files that are allowed to have no direct bound symbols NODIRECT ^platform/.*/MACH(kernel)/unix$ -- cgit v1.2.3