Home
last modified time | relevance | path

Searched refs:authorized (Results 1 – 25 of 38) sorted by relevance

12

/linux/Documentation/usb/
A Dauthorization.rst21 $ echo 1 > /sys/bus/usb/devices/DEVICE/authorized
25 $ echo 0 > /sys/bus/usb/devices/DEVICE/authorized
36 By default, Wired USB devices are authorized by default to
63 echo 1 > $device_path/authorized
76 echo 1 > authorized # temporarily authorize it
86 echo 0 > authorized
106 $ echo 1 > /sys/bus/usb/devices/INTERFACE/authorized
110 $ echo 0 > /sys/bus/usb/devices/INTERFACE/authorized
124 So all interfaces would authorized per default.
127 If a deauthorized interface will be authorized so the driver probing must
[all …]
/linux/Documentation/admin-guide/
A Dthunderbolt.rst37 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
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
[all …]
/linux/Documentation/ABI/testing/
A Dsysfs-bus-thunderbolt21 If a device is authorized automatically during boot its
30 de-authorize PCIe tunnel by writing 0 to authorized
50 none All devices are automatically authorized
51 user Devices are only authorized based on writing
52 appropriate value to the authorized attribute
64 What: /sys/bus/thunderbolt/devices/.../authorized
73 yet authorized.
78 0 The device will be de-authorized (only supported if
80 1 The device will be authorized and connected
90 the device is authorized.
[all …]
A Dsysfs-bus-usb1 What: /sys/bus/usb/devices/<INTERFACE>/authorized
7 If a deauthorized interface will be authorized
19 would be authorized by default.
22 What: /sys/bus/usb/device/.../authorized
28 drivers, non-authorized one are not. By default, wired
29 USB devices are authorized.
31 Certified Wireless USB devices are not authorized
A Dsysfs-wusb_cbaf31 has been authorized before and nothing further
/linux/Documentation/networking/
A Dmac80211-auth-assoc-deauth.txt65 mac80211->driver: sta_state(AP, authorized)
80 userspace->mac80211: authorized
81 mac80211->driver: sta_state(AP, authorized)
/linux/drivers/thunderbolt/
A Dicm.c730 bool authorized = false; in icm_fr_device_connected() local
741 authorized = pkg->link_info & ICM_LINK_INFO_APPROVED; in icm_fr_device_connected()
771 !!sw->authorized == authorized) { in icm_fr_device_connected()
852 sw->authorized = authorized; in icm_fr_device_connected()
1205 bool authorized, boot, dual_lane, speed_gen3; in __icm_tr_device_connected() local
1222 authorized = pkg->link_info & ICM_LINK_INFO_APPROVED; in __icm_tr_device_connected()
1238 if (tb_route(sw) == route && !!sw->authorized == authorized) { in __icm_tr_device_connected()
1275 sw->authorized = authorized; in __icm_tr_device_connected()
A Dswitch.c1499 return sprintf(buf, "%u\n", sw->authorized); in authorized_show()
1508 if (sw && sw->authorized) { in disapprove_switch()
1520 sw->authorized = 0; in disapprove_switch()
1536 if (!!sw->authorized == !!val) in tb_switch_set_authorized()
1567 sw->authorized = val; in tb_switch_set_authorized()
1572 sprintf(envp_string, "AUTHORIZED=%u", sw->authorized); in tb_switch_set_authorized()
1602 static DEVICE_ATTR_RW(authorized);
1674 if (sw->authorized) { in key_store()
2195 sw->authorized = true; in tb_switch_alloc()
A Ddomain.c659 if (!parent_sw || !parent_sw->authorized) in tb_domain_approve_switch()
686 if (!parent_sw || !parent_sw->authorized) in tb_domain_approve_switch_key()
723 if (!parent_sw || !parent_sw->authorized) in tb_domain_challenge_switch_key()
A Dtb.h183 unsigned int authorized; member
/linux/drivers/usb/core/
A Dmessage.c1794 if (intf->authorized) { in usb_deauthorize_interface()
1796 intf->authorized = 0; in usb_deauthorize_interface()
1814 if (!intf->authorized) { in usb_authorize_interface()
1816 intf->authorized = 1; /* authorize interface */ in usb_authorize_interface()
1965 if (dev->authorized == 0 || configuration == -1) in usb_set_configuration()
2072 intf->authorized = !!HCD_INTF_AUTHORIZED(hcd); in usb_set_configuration()
A Dgeneric.c233 if (udev->authorized == 0) in usb_generic_driver_probe()
A Dsysfs.c730 return snprintf(buf, PAGE_SIZE, "%u\n", usb_dev->authorized); in authorized_show()
754 static DEVICE_ATTR_IGNORE_LOCKDEP(authorized, S_IRUGO | S_IWUSR,
1166 return sprintf(buf, "%u\n", intf->authorized); in interface_authorized_show()
1189 __ATTR(authorized, S_IRUGO | S_IWUSR,
A Ddriver.c334 if (udev->authorized == 0) { in usb_probe_interface()
337 } else if (intf->authorized == 0) { in usb_probe_interface()
549 if (!iface->authorized) in usb_driver_claim_interface()
A Dusb.c720 dev->authorized = usb_dev_authorized(dev, usb_hcd); in usb_alloc_dev()
A Dhub.c2619 if (usb_dev->authorized == 0) in usb_deauthorize_device()
2622 usb_dev->authorized = 0; in usb_deauthorize_device()
2636 if (usb_dev->authorized == 1) in usb_authorize_device()
2655 usb_dev->authorized = 1; in usb_authorize_device()
/linux/LICENSES/dual/
A DApache-2.027 "Licensor" shall mean the copyright owner or entity authorized by the
66 Entity authorized to submit on behalf of the copyright owner. For the
A DCC-BY-4.039 intended for use by those authorized to give the public
178 simply making modifications authorized by this Section 2(a)
/linux/security/selinux/
A DKconfig89 via /sys/fs/selinux/checkreqprot if authorized by policy.
/linux/include/linux/
A Dusb.h255 unsigned authorized:1; /* used for interface authorization */ member
665 unsigned authorized:1; member
/linux/net/wireless/
A DKconfig151 to be an authorized master, i.e., with radar detection support and DFS
/linux/fs/reiserfs/
A DREADME9 Reiser, or authorized to be licensed by him, have been in the past,
/linux/security/
A DKconfig85 designated as unlabelled, and only sockets authorized
/linux/Documentation/netlabel/
A Ddraft-ietf-cipso-ipsecurity-01.txt450 a CIPSO host is authorized to handle. All datagrams that have a label
468 a CIPSO host is authorized to handle. All datagrams that have a label less
/linux/crypto/
A DKconfig1556 as an authorized cryptographic algorithms for the use within China.
1585 as an authorized cryptographic algorithms for the use within China.
1607 as an authorized cryptographic algorithms for the use within China.

Completed in 69 milliseconds

12