diff options
author | Joshua M. Clulow <josh@sysmgr.org> | 2020-05-01 13:46:41 -0700 |
---|---|---|
committer | Joshua M. Clulow <josh@sysmgr.org> | 2020-05-01 13:46:49 -0700 |
commit | 6112cec5d5374dff12a12bd285afeb5e660b7154 (patch) | |
tree | 7877c44ad9e689e3e392da14f070c2825e461d93 /exception_lists | |
parent | 15fa1d047e03d3f123546d72f130c5ce4b278eba (diff) | |
download | illumos-joyent-6112cec5d5374dff12a12bd285afeb5e660b7154.tar.gz |
12517 allow for custom per-distribution branding
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'exception_lists')
-rw-r--r-- | exception_lists/check_rtime | 22 | ||||
-rw-r--r-- | exception_lists/packaging | 4 |
2 files changed, 26 insertions, 0 deletions
diff --git a/exception_lists/check_rtime b/exception_lists/check_rtime index f2491bc1cd..01bb189dca 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 2020 Oxide Computer Company # # This file provides exceptions to the usual rules applied to ELF objects by @@ -258,3 +259,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 diff --git a/exception_lists/packaging b/exception_lists/packaging index 5d7e6d046c..41ca551cc2 100644 --- a/exception_lists/packaging +++ b/exception_lists/packaging @@ -525,6 +525,10 @@ usr/platform/sun4v/include/sys/vlds.h sparc # usr/include/sys/u8_textprep_data.h # +# Private, for the boot banner code shared between zone init and the kernel: +# +usr/include/sys/bootbanner.h +# # SQLite is private, used by SMF (svc.configd), idmapd and libsmb. # usr/include/sqlite-sys |