diff options
| author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2020-05-04 11:41:34 +0000 |
|---|---|---|
| committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2020-05-04 11:41:34 +0000 |
| commit | 8905677cfdd7eb5c1a4f10fc9cfc3905e28d87a6 (patch) | |
| tree | d371f7bce8a54c9aa53773440c8351cf017a87ba /exception_lists/check_rtime | |
| parent | 363d63cac68cdd10faf2dc4f7b4685713a4706af (diff) | |
| parent | 45de8795bcb0e4c49743f37edfdd2c89d5a7863b (diff) | |
| download | illumos-joyent-8905677cfdd7eb5c1a4f10fc9cfc3905e28d87a6.tar.gz | |
[illumos-gate merge]
commit 45de8795bcb0e4c49743f37edfdd2c89d5a7863b
12683 w(1) and whodo(1) should silently skip dirs it cannot open
commit 6112cec5d5374dff12a12bd285afeb5e660b7154
12517 allow for custom per-distribution branding
commit 15fa1d047e03d3f123546d72f130c5ce4b278eba
12519 Targetdirs: remove left over /usr/4lib
commit 85ba5240e8fe32c7405930a51a93630182ce67d7
12551 cmlb: NULL pointer errors
Conflicts:
usr/src/uts/common/os/logsubr.c
usr/src/uts/common/Makefile.rules
usr/src/cmd/init/init.c
usr/src/cmd/init/Makefile
usr/src/cmd/Adm/sun/Makefile
Diffstat (limited to 'exception_lists/check_rtime')
| -rw-r--r-- | exception_lists/check_rtime | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/exception_lists/check_rtime b/exception_lists/check_rtime index e42084ffc7..467996f9b4 100644 --- a/exception_lists/check_rtime +++ b/exception_lists/check_rtime @@ -25,6 +25,7 @@ # Copyright 2018 Joyent, Inc. # Copyright 2018 OmniOS Community Edition (OmniOSce) Association. # Copyright 2019 Peter Tribble. +# Copyright 2020 Oxide Computer Company # # This file provides exceptions to the usual rules applied to ELF objects by @@ -88,7 +89,6 @@ TEXTREL ^usr/sbin/bhyve$ # Directories and files that are allowed to have no direct bound symbols NODIRECT ^platform/.*/MACH(kernel)/unix$ NODIRECT ^usr/ucb -NODIRECT ^usr/4lib/sbcp$ # Identify any files that should be skipped when building a crle(1) # configuration file. As the hwcap libraries can be loop-back mounted onto @@ -261,3 +261,24 @@ FORBIDDEN libxcurses\.so\.1 EXEC_STACK ^opt/SUNWonld EXEC_DATA ^opt/SUNWonld NODIRECT ^opt/SUNWonld + +# +# Closed binaries have an old mcs comment mentioning SunOS rather than +# illumos. These comments are not generated as part of the build, and +# it seems wrong to rewrite them; ignore them instead. +# +NO_COMMENT ^usr/bin/pax +NO_COMMENT ^usr/lib/amd64/libike\.so\.1 +NO_COMMENT ^usr/lib/fwflash/verify/ses-SUN\.so +NO_COMMENT ^usr/lib/inet/amd64/in\.iked +NO_COMMENT ^usr/lib/inet/certdb +NO_COMMENT ^usr/lib/inet/certlocal +NO_COMMENT ^usr/lib/inet/certrldb +NO_COMMENT ^usr/lib/labeld +NO_COMMENT ^usr/lib/libike\.so\.1 +NO_COMMENT ^usr/lib/mdb/kvm/amd64/mpt\.so +NO_COMMENT ^usr/lib/mdb/kvm/amd64/nfs\.so +NO_COMMENT ^usr/lib/raidcfg/amd64/mpt\.so\.1 +NO_COMMENT ^usr/lib/raidcfg/mpt\.so\.1 +NO_COMMENT ^usr/sbin/chk_encodings +NO_COMMENT ^usr/xpg4/bin/more |
