Searched refs:whitelist (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/Documentation/cgroups/ |
D | devices.txt | 7 whitelist with each cgroup. A whitelist entry has 4 fields. 15 devices from the whitelist or add new entries. A child cgroup can 34 will add the 'a *:* rwm' entry to the whitelist. 46 CAP_SYS_ADMIN is needed to modify the whitelist or move another 57 from their whitelist and all the locally set whitelist entries will be 58 re-evaluated. In case one of the locally set whitelist entries would provide 59 more access than the cgroup's parent, it'll be removed from the whitelist. 72 it'll propagate down and after revalidating B's entries, the whitelist entry 75 group whitelist entries denied devices 82 Notice that new whitelist entries will not be propagated: [all …]
|
/linux-4.1.27/drivers/staging/fwserial/ |
D | TODO | 9 GUID-to-port matching/whitelist/blacklist.
|
/linux-4.1.27/Documentation/power/ |
D | video.txt | 25 whitelist of systems, and automatically selects working method for a 28 whitelist, please try to find a working solution, and submit whitelist
|
D | s2ram.txt | 6 1) Check suspend.sf.net, program s2ram there has long whitelist of
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_uncore.c | 1217 } whitelist[] = { variable 1226 struct register_whitelist const *entry = whitelist; in i915_reg_read_ioctl() 1231 for (i = 0; i < ARRAY_SIZE(whitelist); i++, entry++) { in i915_reg_read_ioctl() 1237 if (i == ARRAY_SIZE(whitelist)) in i915_reg_read_ioctl()
|
/linux-4.1.27/drivers/usb/core/ |
D | Kconfig | 63 product whitelist, so USB peripherals not listed there will be
|
/linux-4.1.27/net/bluetooth/ |
D | hci_request.c | 421 list_for_each_entry(b, &hdev->whitelist, list) { in disconnected_whitelist_entries()
|
D | hci_debugfs.c | 148 list_for_each_entry(b, &hdev->whitelist, list) in device_list_show()
|
D | hci_core.c | 3052 INIT_LIST_HEAD(&hdev->whitelist); in hci_alloc_dev() 3250 hci_bdaddr_list_clear(&hdev->whitelist); in hci_unregister_dev()
|
D | mgmt.c | 2101 if (list_empty(&hdev->whitelist)) in set_connectable() 6059 err = hci_bdaddr_list_add(&hdev->whitelist, &cp->addr.bdaddr, in add_device() 6173 err = hci_bdaddr_list_del(&hdev->whitelist, in remove_device() 6228 list_for_each_entry_safe(b, btmp, &hdev->whitelist, list) { in remove_device()
|
D | hci_event.c | 2341 !hci_bdaddr_list_lookup(&hdev->whitelist, &ev->bdaddr, in hci_conn_request_evt()
|
/linux-4.1.27/arch/powerpc/platforms/powermac/ |
D | low_i2c.c | 1173 } whitelist[] = { in pmac_i2c_devscan() local 1206 for (p = whitelist; p->name != NULL; p++) { in pmac_i2c_devscan()
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci_core.h | 344 struct list_head whitelist; member
|