Renames filter lists:
- s/blacklist/blocklist/
- s/whitelist/allowlist/
This renames a public-facing drcpusim option:
- s/-blacklist/-blocklist/ The legacy option is still supported using a droption alias. Adds a test of both option names.
This also renames some non-publicized DR options:
- s/whitelist_company_names_default/allowlist_company_names_default/
- s/whitelist_company_names/allowlist_company_names/ It also renames DR variables like DYNAMORIO_VAR_APP_PROCESS_ALLOWLIST_ID. We do not bother to provide aliases to support the old names for these options and variables as they are not documented or commonly used anymore and maybe should be removed in some future cleanup.
Issue #4366 (closed)