summaryrefslogtreecommitdiffstats
path: root/modules-available/usblockoff/lang/en/rule.json
blob: 5368256356e36025d92a54ba84e27a940953e0f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
    "target": "Action",
    "target_helptext": "allow: authorize the device.\u000Dblock: block the device.\u000DReject: remove the device from the system.",
    "id": "ID",
    "id_helptext": "ID of the USB-device.",
    "vid": "Vendor ID",
    "vid_helptext": "The unique ID of the vendor.",
    "pid": "Product ID",
    "pid_helptext": "The vendor specific ID of the product.",
    "vendor": "Vendor",
    "product": "Product",
    "serial": "Serialnumber",
    "serial_helptext": "Serialnumber of the USB-device.",
    "name": "Name",
    "name_helptext": "Name of the USB-device.",
    "hash": "Hash value",
    "hash_helptext": "Hash value of the USB-device. Calculated via USBGuard through sodium or gcrypt.",
    "parent-hash": "Parent-hash value",
    "parent-hash_helptext": "Hash value of the Client the USB-device was connected to.",
    "via-port": "Via port",
    "via-port_helptext": "Accepted USB-port(s) for the USB-device.",
    "with-interface": "Interfaces",
    "with-interface_helptext": "Interfaces of the USB-device.",
    "interface-policy": "interface policy",
    "interface-policy_helptext": "Per-interface authorisation."
}