Searched refs:whitelist (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/security/ |
D | device_cgroup.c | 44 struct list_head whitelist; member 111 list_for_each_entry(walk, &dev_cgroup->whitelist, list) { in dev_whitelist_add() 125 list_add_tail_rcu(&whcopy->list, &dev_cgroup->whitelist); in dev_whitelist_add() 137 list_for_each_entry_safe(walk, tmp, &dev_cgroup->whitelist, list) { in dev_whitelist_rm() 168 INIT_LIST_HEAD(&dev_cgroup->whitelist); in devcgroup_create() 181 list_add(&wh->list, &dev_cgroup->whitelist); in devcgroup_create() 185 ret = dev_whitelist_copy(&dev_cgroup->whitelist, in devcgroup_create() 186 &parent_dev_cgroup->whitelist); in devcgroup_create() 203 list_for_each_entry_safe(wh, tmp, &dev_cgroup->whitelist, list) { in devcgroup_destroy() 256 list_for_each_entry_rcu(wh, &devcgroup->whitelist, list) { in devcgroup_seq_read() [all …]
|
/linux-3.4.99/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 36 will add the 'a *:* rwm' entry to the whitelist. 48 CAP_SYS_ADMIN is needed to modify the whitelist or move another
|
/linux-3.4.99/drivers/net/usb/ |
D | sierra_net.c | 79 struct sierra_net_iface_info whitelist; member 641 const struct sierra_net_iface_info *whitelist) in is_whitelisted() argument 643 if (whitelist) { in is_whitelisted() 644 const u8 *list = whitelist->ifaceinfo; in is_whitelisted() 647 for (i = 0; i < whitelist->infolen; i++) { in is_whitelisted() 710 if (!is_whitelisted(ifacenum, &data->whitelist)) { in sierra_net_bind() 951 .whitelist = {
|
/linux-3.4.99/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-3.4.99/drivers/usb/core/ |
D | Kconfig | 131 product whitelist, so USB peripherals not listed there will be
|
/linux-3.4.99/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()
|