| /OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/ |
| H A D | devices.rst | 10 whitelist with each cgroup. A whitelist entry has 4 fields. 18 devices from the whitelist or add new entries. A child cgroup can 38 will add the 'a *:* rwm' entry to the whitelist. 51 CAP_SYS_ADMIN is needed to modify the whitelist or move another 63 from their whitelist and all the locally set whitelist entries will be 64 re-evaluated. In case one of the locally set whitelist entries would provide 65 more access than the cgroup's parent, it'll be removed from the whitelist. 81 it'll propagate down and after revalidating B's entries, the whitelist entry 84 group whitelist entries denied devices 91 Notice that new whitelist entries will not be propagated:: [all …]
|
| /OK3568_Linux_fs/kernel/kernel/kcsan/ |
| H A D | debugfs.c | 43 bool whitelist; /* if list is a blacklist or whitelist */ member 49 .whitelist = false, /* default is blacklist */ 121 if (report_filterlist.whitelist) in kcsan_skip_report_debugfs() 129 static void set_report_filterlist_whitelist(bool whitelist) in set_report_filterlist_whitelist() argument 134 report_filterlist.whitelist = whitelist; in set_report_filterlist_whitelist() 204 report_filterlist.whitelist ? "whitelisted" : "blacklisted", in show_info()
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | sstate-sysroot-cruft.sh | 23 --whitelist=<whitelist-file> 47 --whitelist=*) 165 echo "${item}" >> ${OUTPUT}/used.whitelist.txt 169 cat $fwhitelist >> ${OUTPUT}/used.whitelist.txt
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_workarounds.c | 182 i915_reg_t reg = i < engine->whitelist.count ? in get_whitelist_reg() 183 engine->whitelist.list[i].reg : in get_whitelist_reg() 303 engine->whitelist.count, engine->name, name); in check_whitelist_across_reset() 445 int count = engine->whitelist.count; in whitelist_writable_count() 448 for (i = 0; i < engine->whitelist.count; i++) { in whitelist_writable_count() 449 u32 reg = i915_mmio_reg_offset(engine->whitelist.list[i].reg); in whitelist_writable_count() 502 for (i = 0; i < engine->whitelist.count; i++) { in check_dirty_whitelist() 503 u32 reg = i915_mmio_reg_offset(engine->whitelist.list[i].reg); in check_dirty_whitelist() 737 if (engine->whitelist.count == 0) in live_dirty_whitelist() 764 if (engine->whitelist.count == 0) in live_reset_whitelist() [all …]
|
| H A D | intel_workarounds.c | 1440 struct i915_wa_list *w = &engine->whitelist; in skl_whitelist_build() 1456 gen9_whitelist_build(&engine->whitelist); in bxt_whitelist_build() 1461 struct i915_wa_list *w = &engine->whitelist; in kbl_whitelist_build() 1474 struct i915_wa_list *w = &engine->whitelist; in glk_whitelist_build() 1487 struct i915_wa_list *w = &engine->whitelist; in cfl_whitelist_build() 1510 struct i915_wa_list *w = &engine->whitelist; in cml_whitelist_build() 1522 struct i915_wa_list *w = &engine->whitelist; in cnl_whitelist_build() 1533 struct i915_wa_list *w = &engine->whitelist; in icl_whitelist_build() 1585 struct i915_wa_list *w = &engine->whitelist; in tgl_whitelist_build() 1620 struct i915_wa_list *w = &engine->whitelist; in intel_engine_init_whitelist() [all …]
|
| H A D | intel_engine_types.h | 408 struct i915_wa_list whitelist; member
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | check-config.sh | 18 whitelist="$2" 33 comm -23 ${configs} ${whitelist} > ${suspects}
|
| /OK3568_Linux_fs/buildroot/package/smstools3/ |
| H A D | 0001-fix-Makefile.patch | 20 ….o cfgfile.o logging.o alarm.o smsd_cfg.o charset.o stats.o blacklist.o whitelist.o modeminit.o pd… 28 ….o cfgfile.o logging.o alarm.o smsd_cfg.o charset.o stats.o blacklist.o whitelist.o modeminit.o pd…
|
| H A D | 0002-fix-build-with-gcc-10.x.patch | 728 Index: smstools/src/whitelist.c 730 --- smstools.orig/src/whitelist.c 2020-07-27 19:00:41.616207603 +0000 731 +++ smstools/src/whitelist.c 2020-08-05 19:39:23.436266057 +0000 736 +char whitelist[256]; // Filename of the white-list 741 Index: smstools/src/whitelist.h 743 --- smstools.orig/src/whitelist.h 2020-07-27 19:00:41.616207603 +0000 744 +++ smstools/src/whitelist.h 2020-08-05 19:34:29.959239624 +0000 749 -char whitelist[256]; // Filename of the white-list 750 +extern char whitelist[256]; // Filename of the white-list
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | cpufreq-dt-platdev.c | 18 static const struct of_device_id whitelist[] __initconst = { variable 195 match = of_match_node(whitelist, np); in cpufreq_dt_platdev_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_cfgvendor.c | 1158 wifi_ssid_params whitelist; in woal_cfg80211_subcmd_fw_roaming_config() local 1175 memset((char *)&whitelist, 0, sizeof(wifi_ssid_params)); in woal_cfg80211_subcmd_fw_roaming_config() 1184 memcpy((t_u8 *)&whitelist, nla_data(iter), in woal_cfg80211_subcmd_fw_roaming_config() 1202 whitelist.num_ssid; in woal_cfg80211_subcmd_fw_roaming_config() 1204 (t_u8 *)whitelist.whitelist_ssid, in woal_cfg80211_subcmd_fw_roaming_config() 1205 sizeof(wifi_ssid_params) - sizeof(whitelist.num_ssid)); in woal_cfg80211_subcmd_fw_roaming_config() 1222 roam_offload_cfg->ssid_list.ssid_num = whitelist.num_ssid; in woal_cfg80211_subcmd_fw_roaming_config() 1224 (t_u8 *)whitelist.whitelist_ssid, in woal_cfg80211_subcmd_fw_roaming_config() 1225 sizeof(wifi_ssid_params) - sizeof(whitelist.num_ssid)); in woal_cfg80211_subcmd_fw_roaming_config()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/ |
| H A D | 0001-Make-extern-declarations-to-avoid-duplicate-var-defi.patch | 24 src/whitelist.c | 2 +- 25 src/whitelist.h | 2 +- 574 diff --git a/src/whitelist.c b/src/whitelist.c 576 --- a/src/whitelist.c 577 +++ b/src/whitelist.c 583 #include "whitelist.h" 591 diff --git a/src/whitelist.h b/src/whitelist.h 593 --- a/src/whitelist.h 594 +++ b/src/whitelist.h 599 -char whitelist[256]; // Filename of the white-list [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/ |
| H A D | common.c | 1030 #define VULNWL(vendor, family, model, whitelist) \ argument 1031 X86_MATCH_VENDOR_FAM_MODEL(vendor, family, model, whitelist) 1033 #define VULNWL_INTEL(model, whitelist) \ argument 1034 VULNWL(INTEL, 6, INTEL_FAM6_##model, whitelist) 1036 #define VULNWL_AMD(family, whitelist) \ argument 1037 VULNWL(AMD, family, X86_MODEL_ANY, whitelist) 1039 #define VULNWL_HYGON(family, whitelist) \ argument 1040 VULNWL(HYGON, family, X86_MODEL_ANY, whitelist)
|
| /OK3568_Linux_fs/kernel/drivers/staging/fwserial/ |
| H A D | TODO | 9 GUID-to-port matching/whitelist/blacklist.
|
| /OK3568_Linux_fs/kernel/security/safesetid/ |
| H A D | Kconfig | 10 approved by a system-wide whitelist. These restrictions also prohibit
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_sockmap.c | 146 char *whitelist; member 1794 if (!opt->whitelist) in check_whitelist() 1796 ptr = strdup(opt->whitelist); in check_whitelist() 1967 options.whitelist = strdup(optarg); in main() 1968 if (!options.whitelist) in main() 2013 if (options.whitelist) in main() 2014 free(options.whitelist); in main()
|
| H A D | test_progs.h | 56 struct str_set whitelist; member
|
| /OK3568_Linux_fs/buildroot/package/nginx-naxsi/ |
| H A D | Config.in | 18 specific rules that will whitelist legitimate
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpiolib-of.c | 438 const char *whitelist[] = { in of_find_regulator_gpio() local 453 i = match_string(whitelist, ARRAY_SIZE(whitelist), con_id); in of_find_regulator_gpio()
|
| /OK3568_Linux_fs/kernel/drivers/misc/mei/ |
| H A D | bus-fixup.c | 68 static void whitelist(struct mei_cl_device *cldev) in whitelist() function 489 MEI_FIXUP(MEI_UUID_HDCP, whitelist),
|
| /OK3568_Linux_fs/kernel/Documentation/power/ |
| H A D | video.rst | 26 whitelist of systems, and automatically selects working method for a 29 whitelist, please try to find a working solution, and submit whitelist
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/ |
| H A D | gcc-multilib-config.inc | 229 whitelist = (d.getVar("MULTILIB_OPTION_WHITELIST") or "").split() 231 if i in whitelist:
|
| /OK3568_Linux_fs/kernel/Documentation/dev-tools/ |
| H A D | kcsan.rst | 116 `DebugFS interface`_ blacklist/whitelist feature. 157 * Writing either ``blacklist`` or ``whitelist`` to ``/sys/kernel/debug/kcsan`` 159 can be used to silence frequently occurring data races; the whitelist feature
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/procps/ |
| H A D | procps_3.3.17.bb | 76 # 'ps' isn't suitable for use as a security tool so whitelist this CVE.
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_cfg80211_util.c | 3600 wifi_ssid_params whitelist; in woal_cfg80211_subcmd_fw_roaming_config() local 3617 memset((char *)&whitelist, 0, sizeof(wifi_ssid_params)); in woal_cfg80211_subcmd_fw_roaming_config() 3627 moal_memcpy_ext(priv->phandle, (t_u8 *)&whitelist, in woal_cfg80211_subcmd_fw_roaming_config() 3651 whitelist.num_ssid; in woal_cfg80211_subcmd_fw_roaming_config() 3655 (t_u8 *)whitelist.whitelist_ssid, in woal_cfg80211_subcmd_fw_roaming_config() 3656 sizeof(wifi_ssid_params) - sizeof(whitelist.num_ssid), in woal_cfg80211_subcmd_fw_roaming_config() 3678 roam_offload_cfg->ssid_list.ssid_num = whitelist.num_ssid; in woal_cfg80211_subcmd_fw_roaming_config() 3681 (t_u8 *)whitelist.whitelist_ssid, in woal_cfg80211_subcmd_fw_roaming_config() 3683 sizeof(whitelist.num_ssid), in woal_cfg80211_subcmd_fw_roaming_config()
|