diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-11-04 22:40:28 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-11-04 22:40:28 +0100 |
commit | 3444b029324bb2bd54a6bbd486792d49619e9383 (patch) | |
tree | f108eec531e7fd38b3fa2b70382d2a52dcbc7670 /include | |
parent | eae2e28577c53e8deaa25d46d6032d5132be6b58 (diff) |
core: replace 'whitelist' with 'allowlist' and 'blacklist' with 'blocklist'
We keep the 'WHITELIST-ONLY' filter type name still as an option in
--filter-policy=[POLICY], but deprecated and with the better
'ALLOWLIST-ONLY' replacement suggested from now on.
Diffstat (limited to 'include')
-rw-r--r-- | include/ModemManager-tags.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ModemManager-tags.h b/include/ModemManager-tags.h index decb4527..8eb8324f 100644 --- a/include/ModemManager-tags.h +++ b/include/ModemManager-tags.h @@ -68,8 +68,8 @@ * * This is a device-specific tag that allows explicitly requesting the * processing of all ports exposed by the device. This tag is usually - * used by users when the daemon runs with WHITELIST-ONLY filter policy - * type, and is associated to the MM_FILTER_RULE_EXPLICIT_WHITELIST rule. + * used by users when the daemon runs with ALLOWLIST-ONLY filter policy + * type, and is associated to the MM_FILTER_RULE_EXPLICIT_ALLOWLIST rule. * * This tag may also be specified in specific ports, e.g. when the modem * exposes a single platform port without any parent device. @@ -87,7 +87,7 @@ * This tag was originally applicable to TTY ports and only when running * in certain filter policy types. Since 1.12, this tag applies to all * filter types and to all port types (not only TTYs), and is associated - * to the MM_FILTER_RULE_EXPLICIT_BLACKLIST rule. + * to the MM_FILTER_RULE_EXPLICIT_BLOCKLIST rule. * * Since: 1.10 */ |