diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-06-16 10:18:33 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-06-16 11:59:51 +0200 |
commit | 9639e52726854782508e35a75c6abf874bd9e608 (patch) | |
tree | b38f61a57f2eb93fe8f8987e56c272ef6e5cc79c /docs/reference/api/ModemManager-sections.txt | |
parent | 00c1bbfd570492ff6661cfdda8d8a0dcb0e087a4 (diff) |
filter: remove support for TTY blacklist, TTY greylist and TTY default allowed
These lists were used in the corresponding TTY_BLACKLIST and
TTY_MANUAL_SCAN_ONLY filter rules, in the LEGACY and PARANOID filter
types, which are no longer supported.
The DEFAULT_ALLOWED filter rule made sense only in the LEGACY filter
type, and therefore it is also now removed, leaving the
DEFAULT_FORBIDDEN fallback rule exclusively. In other words, there is
now no way to ask ModemManager to implicitly allow TTY ports; the only
way to do that is by explicit making the TTY ports fall in one filter
rule that would allow them.
Diffstat (limited to 'docs/reference/api/ModemManager-sections.txt')
-rw-r--r-- | docs/reference/api/ModemManager-sections.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/reference/api/ModemManager-sections.txt b/docs/reference/api/ModemManager-sections.txt index 9b3e4f3d..74f7c8c6 100644 --- a/docs/reference/api/ModemManager-sections.txt +++ b/docs/reference/api/ModemManager-sections.txt @@ -200,8 +200,6 @@ ID_MM_PHYSDEV_UID ID_MM_DEVICE_PROCESS ID_MM_DEVICE_IGNORE ID_MM_PORT_IGNORE -ID_MM_TTY_BLACKLIST -ID_MM_TTY_MANUAL_SCAN_ONLY ID_MM_PORT_TYPE_AT_PPP ID_MM_PORT_TYPE_AT_PRIMARY ID_MM_PORT_TYPE_AT_SECONDARY @@ -212,4 +210,7 @@ ID_MM_PORT_TYPE_QMI ID_MM_PORT_TYPE_MBIM ID_MM_TTY_BAUDRATE ID_MM_TTY_FLOW_CONTROL +<SUBSECTION Deprecated> +ID_MM_TTY_BLACKLIST +ID_MM_TTY_MANUAL_SCAN_ONLY </SECTION> |