Home
last modified time | relevance | path

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

12

/Linux-v4.19/Documentation/usb/
Dauthorization.txt19 $ echo 1 > /sys/bus/usb/devices/DEVICE/authorized
23 $ echo 0 > /sys/bus/usb/devices/DEVICE/authorized
34 By default, Wired USB devices are authorized by default to
59 echo 1 > $device_path/authorized
72 echo 1 > authorized # temporarily authorize it
82 echo 0 > authorized
100 $ echo 1 > /sys/bus/usb/devices/INTERFACE/authorized
103 $ echo 0 > /sys/bus/usb/devices/INTERFACE/authorized
115 So all interfaces would authorized per default.
118 If a deauthorized interface will be authorized so the driver probing must
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-bus-thunderbolt21 If a device is authorized automatically during boot its
31 none: All devices are automatically authorized
32 user: Devices are only authorized based on writing
33 appropriate value to the authorized attribute
42 What: /sys/bus/thunderbolt/devices/.../authorized
48 authorized, no devices such as PCIe and Display port are
52 yet authorized.
55 1: The device will be authorized and connected
60 the device is authorized.
63 authorized. In case of failure errno will be ENOKEY if
[all …]
Dsysfs-bus-usb1 What: /sys/bus/usb/devices/INTERFACE/authorized
7 If a deauthorized interface will be authorized
18 would be authorized by default.
21 What: /sys/bus/usb/device/.../authorized
27 drivers, non-authorized one are not. By default, wired
28 USB devices are authorized.
30 Certified Wireless USB devices are not authorized
Dsysfs-wusb_cbaf31 has been authorized before and nothing further
/Linux-v4.19/Documentation/admin-guide/
Dthunderbolt.rst6 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
[all …]
/Linux-v4.19/Documentation/networking/
Dmac80211-auth-assoc-deauth.txt65 mac80211->driver: sta_state(AP, authorized)
80 userspace->mac80211: authorized
81 mac80211->driver: sta_state(AP, authorized)
/Linux-v4.19/drivers/thunderbolt/
Dicm.c467 bool authorized, bool boot) in add_switch() argument
483 sw->authorized = authorized; in add_switch()
584 bool authorized = false; in icm_fr_device_connected() local
594 authorized = pkg->link_info & ICM_LINK_INFO_APPROVED; in icm_fr_device_connected()
622 !!sw->authorized == authorized) { in icm_fr_device_connected()
698 authorized, boot); in icm_fr_device_connected()
1021 bool authorized, boot; in icm_tr_device_connected() local
1033 authorized = pkg->link_info & ICM_LINK_INFO_APPROVED; in icm_tr_device_connected()
1047 if (tb_route(sw) == route && !!sw->authorized == authorized) { in icm_tr_device_connected()
1081 0, 0, 0, security_level, authorized, boot); in icm_tr_device_connected()
Dswitch.c713 return sprintf(buf, "%u\n", sw->authorized); in authorized_show()
723 if (sw->authorized) in tb_switch_set_authorized()
758 sw->authorized = val; in tb_switch_set_authorized()
786 static DEVICE_ATTR_RW(authorized);
849 if (sw->authorized) { in key_store()
1175 sw->authorized = true; in tb_switch_alloc()
Ddomain.c579 if (!parent_sw || !parent_sw->authorized) in tb_domain_approve_switch()
606 if (!parent_sw || !parent_sw->authorized) in tb_domain_approve_switch_key()
643 if (!parent_sw || !parent_sw->authorized) in tb_domain_challenge_switch_key()
Dtb.c76 sw->authorized = true; in tb_scan_port()
Dtb.h106 unsigned int authorized; member
/Linux-v4.19/drivers/usb/core/
Dgeneric.c169 if (udev->authorized == 0) in generic_probe()
Dmessage.c1642 if (intf->authorized) { in usb_deauthorize_interface()
1644 intf->authorized = 0; in usb_deauthorize_interface()
1662 if (!intf->authorized) { in usb_authorize_interface()
1664 intf->authorized = 1; /* authorize interface */ in usb_authorize_interface()
1812 if (dev->authorized == 0 || configuration == -1) in usb_set_configuration()
1919 intf->authorized = !!HCD_INTF_AUTHORIZED(hcd); in usb_set_configuration()
Dsysfs.c746 return snprintf(buf, PAGE_SIZE, "%u\n", usb_dev->authorized); in authorized_show()
770 static DEVICE_ATTR_IGNORE_LOCKDEP(authorized, S_IRUGO | S_IWUSR,
1058 return sprintf(buf, "%u\n", intf->authorized); in interface_authorized_show()
1081 __ATTR(authorized, S_IRUGO | S_IWUSR,
Dusb.c667 dev->authorized = 1; in usb_alloc_dev()
669 dev->authorized = !!HCD_DEV_AUTHORIZED(usb_hcd); in usb_alloc_dev()
Ddriver.c299 if (udev->authorized == 0) { in usb_probe_interface()
302 } else if (intf->authorized == 0) { in usb_probe_interface()
524 if (!iface->authorized) in usb_driver_claim_interface()
Dhub.c2541 if (usb_dev->authorized == 0) in usb_deauthorize_device()
2544 usb_dev->authorized = 0; in usb_deauthorize_device()
2558 if (usb_dev->authorized == 1) in usb_authorize_device()
2577 usb_dev->authorized = 1; in usb_authorize_device()
/Linux-v4.19/security/selinux/
DKconfig99 via /selinux/checkreqprot if authorized by policy.
/Linux-v4.19/LICENSES/other/
DApache-2.023 "Licensor" shall mean the copyright owner or entity authorized by the
62 Entity authorized to submit on behalf of the copyright owner. For the
/Linux-v4.19/include/linux/
Dusb.h256 unsigned authorized:1; /* used for interface authorization */ member
670 unsigned authorized:1; member
/Linux-v4.19/net/wireless/
DKconfig149 to be an authorized master, i.e., with radar detection support and DFS
/Linux-v4.19/security/
DKconfig85 designated as unlabelled, and only sockets authorized
/Linux-v4.19/fs/reiserfs/
DREADME9 Reiser, or authorized to be licensed by him, have been in the past,
/Linux-v4.19/Documentation/netlabel/
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-v4.19/net/mac80211/
Dtx.c2423 bool wme_sta = false, authorized = false; in ieee80211_build_hdr() local
2450 authorized = test_sta_flag(sta, WLAN_STA_AUTHORIZED); in ieee80211_build_hdr()
2637 authorized = test_sta_flag(sta, WLAN_STA_AUTHORIZED); in ieee80211_build_hdr()
2656 !multicast && !authorized && in ieee80211_build_hdr()

12