diff options
| author | Patrick Mooney <pmooney@pfmooney.com> | 2017-10-10 12:37:29 +0200 |
|---|---|---|
| committer | Patrick Mooney <pmooney@pfmooney.com> | 2020-05-15 18:37:56 +0000 |
| commit | 4c87aefe8930bd07275b8dd2e96ea5f24d93a52e (patch) | |
| tree | 8763eb97971828355c999f954f5fd7b14218dfed /exception_lists/check_rtime | |
| parent | a68aefedafdc78f1f25e9c888f61357d59c87311 (diff) | |
| download | illumos-joyent-4c87aefe8930bd07275b8dd2e96ea5f24d93a52e.tar.gz | |
12665 want modern bhyve
Portions contributed by: Hans Rosenfeld <hans.rosenfeld@joyent.com>
Portions contributed by: John Levon <john.levon@joyent.com>
Portions contributed by: Mike Gerdts <mike.gerdts@joyent.com>
Portions contributed by: Andy Fiddaman <omnios@citrus-it.co.uk>
Portions contributed by: Dominik Hassler <hadfl@omniosce.org>
Portions contributed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Portions contributed by: Robert Mustacchi <rm@joyent.com>
Portions contributed by: Mike Zeller <mike.zeller@joyent.com>
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'exception_lists/check_rtime')
| -rw-r--r-- | exception_lists/check_rtime | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/exception_lists/check_rtime b/exception_lists/check_rtime index 01bb189dca..42964957d4 100644 --- a/exception_lists/check_rtime +++ b/exception_lists/check_rtime @@ -24,6 +24,7 @@ # Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved. # Copyright 2018 OmniOS Community Edition (OmniOSce) Association. # Copyright 2019 Peter Tribble. +# Copyright 2018 Joyent, Inc. # Copyright 2020 Oxide Computer Company # @@ -83,6 +84,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$ |
