Lines Matching refs:authorized
28 a database of the authorized devices and prompts users for new connections.
37 ACTION=="add", SUBSYSTEM=="thunderbolt", ATTR{authorized}=="0", ATTR{authorized}="1"
93 device must be authorized by the user before PCIe tunnels are created
105 /sys/bus/thunderbolt/devices/0-1/authorized - 0
112 The ``authorized`` attribute reads 0 which means no PCIe tunnels are
115 # echo 1 > /sys/bus/thunderbolt/devices/0-1/authorized
124 /sys/bus/thunderbolt/devices/0-3/authorized - 0
135 to the ``authorized`` attribute and the PCIe tunnels will be created in
143 # echo 1 > /sys/bus/thunderbolt/devices/0-3/authorized
152 # echo 2 > /sys/bus/thunderbolt/devices/0-3/authorized
161 ``authorized`` file to get the new key stored on the device NVM.
166 ``authorized`` attribute. This requires support from the connection
171 When a device is de-authorized the PCIe tunnel from the parent device
175 authorized again. If there is storage such as NVMe or similar involved,
197 …YSTEM=="thunderbolt", ATTRS{iommu_dma_protection}=="1", ATTR{authorized}=="0", ATTR{authorized}="1"