Lines Matching refs:authorized
6 a database of the authorized devices and prompts users for new connections.
15 ACTION=="add", SUBSYSTEM=="thunderbolt", ATTR{authorized}=="0", ATTR{authorized}="1"
66 device must be authorized by the user before PCIe tunnels are created
78 /sys/bus/thunderbolt/devices/0-1/authorized - 0
85 The ``authorized`` attribute reads 0 which means no PCIe tunnels are
88 # echo 1 > /sys/bus/thunderbolt/devices/0-1/authorized
97 /sys/bus/thunderbolt/devices/0-3/authorized - 0
108 to the ``authorized`` attribute and the PCIe tunnels will be created in
116 # echo 1 > /sys/bus/thunderbolt/devices/0-3/authorized
125 # echo 2 > /sys/bus/thunderbolt/devices/0-3/authorized
134 ``authorized`` file to get the new key stored on the device NVM.
154 …YSTEM=="thunderbolt", ATTRS{iommu_dma_protection}=="1", ATTR{authorized}=="0", ATTR{authorized}="1"