{# SPDX-License-Identifier: MIT -#}

USB接続制御

機能の状態:{{ status }}

{%- if status != "enabled" %} {% endif %} {%- if status != "disabled" %} {% endif %}
{%- if status != "disabled" %}

接続済みのUSBデバイス

{%- for d in usb_device_info.devices %} {%- endfor %}
可否 ベンダーID プロダクトID モデル名

許可済みのUSBデバイス

{%- for d in allow_rules_info.devices %} {%- endfor %}
ベンダーID プロダクトID モデル名 全ての個体を許可

許可済みのUSBデバイスクラス

{%- for d in allow_rules_info.classes %} {%- endfor %}
デバイスクラス
{% endif %}