diff options
author | Hans Rosenfeld <hans.rosenfeld@joyent.com> | 2017-10-10 12:37:29 +0200 |
---|---|---|
committer | Patrick Mooney <pmooney@pfmooney.com> | 2018-02-22 19:04:36 +0000 |
commit | aedc79a5191058147e53a0ed06346ca4933a4512 (patch) | |
tree | 887ea518064e36e8d3f1a9a2f816b222358646e0 /exception_lists/check_rtime | |
parent | 43f85cd4da7e7860e4d240f14e6b5dd45700c7b6 (diff) | |
download | illumos-joyent-aedc79a5191058147e53a0ed06346ca4933a4512.tar.gz |
OS-6410 fix-up bhyve build
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
Diffstat (limited to 'exception_lists/check_rtime')
-rw-r--r-- | exception_lists/check_rtime | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exception_lists/check_rtime b/exception_lists/check_rtime index 1de5d2d078..70b1122675 100644 --- a/exception_lists/check_rtime +++ b/exception_lists/check_rtime @@ -76,6 +76,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$ # Directories and files that are allowed to have no direct bound symbols NODIRECT ^platform/.*/MACH(kernel)/unix$ |