diff options
author | Mike Gerdts <mike.gerdts@joyent.com> | 2018-03-23 14:58:39 +0000 |
---|---|---|
committer | Mike Gerdts <mike.gerdts@joyent.com> | 2018-03-24 17:02:19 +0000 |
commit | 17f15d36c74db52a0de7ea5b7a1a5376ae61ddcd (patch) | |
tree | ab3acac2f4c5e357b64427dcba1513d478dd58ef /exception_lists | |
parent | da60bfe8804af4d2d9578dd4479fd9e844956012 (diff) | |
download | illumos-joyent-17f15d36c74db52a0de7ea5b7a1a5376ae61ddcd.tar.gz |
OS-6814 OS-6726 missed exception_lists/check_rtime
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk>
Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
Diffstat (limited to 'exception_lists')
-rw-r--r-- | exception_lists/check_rtime | 3 |
1 files changed, 2 insertions, 1 deletions
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$ |