Home
last modified time | relevance | path

Searched refs:whitelist (Results 1 – 25 of 53) sorted by relevance

123

/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Ddevices.rst10 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 …]
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/
H A Dobmc-phosphor-initfs.bb10 SRC_URI += "file://whitelist"
35 bberror "Bad whitelist entry ${f}."
37 done < ${UNPACKDIR}/whitelist
38 install -m 0644 ${UNPACKDIR}/whitelist ${D}/whitelist
45 FILES:${PN} += " /init /shutdown /update /whitelist /dev "
/openbmc/openbmc/meta-google/recipes-phosphor/initrdscripts/
H A Dobmc-phosphor-initfs.bbappend1 # This is needed to guarantee that our whitelist takes
5 SRC_URI:append:gbmc:dev = " file://whitelist.dev"
8 cat ${UNPACKDIR}/whitelist.dev >>${D}/whitelist
/openbmc/linux/kernel/kcsan/
H A Ddebugfs.c48 bool whitelist; /* if list is a blacklist or whitelist */ member
120 if (report_filterlist.whitelist) in kcsan_skip_report_debugfs()
128 static void set_report_filterlist_whitelist(bool whitelist) in set_report_filterlist_whitelist() argument
133 report_filterlist.whitelist = whitelist; in set_report_filterlist_whitelist()
207 report_filterlist.whitelist ? "whitelisted" : "blacklisted", in show_info()
/openbmc/openbmc/poky/scripts/
H A Dsstate-sysroot-cruft.sh25 --whitelist=<whitelist-file>
49 --whitelist=*)
167 echo "${item}" >> ${OUTPUT}/used.whitelist.txt
171 cat $fwhitelist >> ${OUTPUT}/used.whitelist.txt
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_workarounds.c180 i915_reg_t reg = i < engine->whitelist.count ? in get_whitelist_reg()
181 engine->whitelist.list[i].reg : in get_whitelist_reg()
308 engine->whitelist.count, engine->name, name); in check_whitelist_across_reset()
461 int count = engine->whitelist.count; in whitelist_writable_count()
464 for (i = 0; i < engine->whitelist.count; i++) { in whitelist_writable_count()
465 u32 reg = i915_mmio_reg_offset(engine->whitelist.list[i].reg); in whitelist_writable_count()
519 for (i = 0; i < engine->whitelist.count; i++) { in check_dirty_whitelist()
520 u32 reg = i915_mmio_reg_offset(engine->whitelist.list[i].reg); in check_dirty_whitelist()
771 if (engine->whitelist.count == 0) in live_dirty_whitelist()
798 if (engine->whitelist.count == 0) in live_reset_whitelist()
[all …]
H A Dintel_workarounds.c1968 struct i915_wa_list *w = &engine->whitelist; in skl_whitelist_build()
1984 gen9_whitelist_build(&engine->whitelist); in bxt_whitelist_build()
1989 struct i915_wa_list *w = &engine->whitelist; in kbl_whitelist_build()
2002 struct i915_wa_list *w = &engine->whitelist; in glk_whitelist_build()
2015 struct i915_wa_list *w = &engine->whitelist; in cfl_whitelist_build()
2038 struct i915_wa_list *w = &engine->whitelist; in allow_read_ctx_timestamp()
2055 struct i915_wa_list *w = &engine->whitelist; in icl_whitelist_build()
2103 struct i915_wa_list *w = &engine->whitelist; in tgl_whitelist_build()
2144 struct i915_wa_list *w = &engine->whitelist; in dg2_whitelist_build()
2159 struct i915_wa_list *w = &engine->whitelist; in blacklist_trtt()
[all …]
/openbmc/u-boot/scripts/
H A Dcheck-config.sh30 whitelist="$2"
45 comm -23 ${configs} ${whitelist} > ${suspects}
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-host_%.bbappend4 SRC_URI:append:gbs = " file://gbs-ipmid-whitelist.conf"
6 WHITELIST_CONF:gbs = "${UNPACKDIR}/gbs-ipmid-whitelist.conf"
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-host_git.bb24 whitelists = [ '{}-whitelist-native'.format(x) for x in whitelists ]
36 PACKAGECONFIG[allowlist] = "-Dipmi-whitelist=enabled,-Dipmi-whitelist=disabled"
42 PACKAGECONFIG[i2c-allowlist] = "-Di2c-whitelist-check=enabled,-Di2c-whitelist-check=disabled"
94 ${S}/host-ipmid-whitelist.conf \
H A Dphosphor-ipmi-fru-whitelist-native.bb6 inherit phosphor-ipmi-host-whitelist
/openbmc/phosphor-host-ipmid/
H A Dmeson.build98 'i2c-whitelist-check' : '-DENABLE_I2C_WHITELIST_CHECK',
185 # whitelist
186 if not get_option('ipmi-whitelist').disabled()
189 whitelist_conf = get_option('whitelist-conf')
208 'whitelist',
209 'whitelist-filter.cpp',
H A Dmeson.options9 'i2c-whitelist-check',
135 # IPMI whitelist mechanism is not needed by everyone; offer a way to disable it
137 'ipmi-whitelist',
139 description: 'Enable/disable IPMI whitelist filtering',
142 'whitelist-conf',
144 value: 'host-ipmid-whitelist.conf',
H A Dgenerate_whitelist.sh16 # Output each row of whitelist vector.
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/
H A Dobmc-init.sh22 cp -rp init shutdown update whitelist bin sbin usr lib etc var run/initramfs
139 done < $whitelist
213 whitelist=/run/initramfs/whitelist
H A Dobmc-update.sh103 whitelist=/run/initramfs/whitelist
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_progs.c184 for (i = 0; i < sel->whitelist.cnt; i++) { in should_run()
185 if (glob_match(name, sel->whitelist.tests[i].name)) in should_run()
189 if (!sel->whitelist.cnt && !sel->num_set) in should_run()
216 for (i = 0; i < sel->whitelist.cnt; i++) { in should_run_subtest()
217 if (glob_match(test_name, sel->whitelist.tests[i].name)) { in should_run_subtest()
218 if (!sel->whitelist.tests[i].subtest_cnt) in should_run_subtest()
221 for (j = 0; j < sel->whitelist.tests[i].subtest_cnt; j++) { in should_run_subtest()
223 sel->whitelist.tests[i].subtests[j])) in should_run_subtest()
229 if (!sel->whitelist.cnt && !subtest_sel->num_set) in should_run_subtest()
748 free_test_filter_set(&test_selector->whitelist); in free_test_selector()
[all …]
H A Dtest_sockmap.c152 char *whitelist; member
1997 if (!opt->whitelist) in check_whitelist()
1999 ptr = strdup(opt->whitelist); in check_whitelist()
2170 options.whitelist = strdup(optarg); in main()
2171 if (!options.whitelist) in main()
2219 if (options.whitelist) in main()
2220 free(options.whitelist); in main()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/
H A D0001-Make-extern-declarations-to-avoid-duplicate-var-defi.patch24 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 …]
/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/
H A Dopenpower-ipmi-oem-whitelist-native.bb6 inherit phosphor-ipmi-host-whitelist
/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/initrdscripts/
H A Dobmc-phosphor-initfs.bbappend10 FILES:${PN} += " /init /shutdown /update /whitelist /dev "
/openbmc/openbmc/meta-phosphor/recipes-phosphor/packagegroups/
H A Dpackagegroup-obmc-ipmid-providers.bb3 # know about your whitelist.
/openbmc/linux/security/safesetid/
H A DKconfig10 approved by a system-wide whitelist. These restrictions also prohibit
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcommon.c1170 #define VULNWL(vendor, family, model, whitelist) \ argument
1171 X86_MATCH_VENDOR_FAM_MODEL(vendor, family, model, whitelist)
1173 #define VULNWL_INTEL(model, whitelist) \ argument
1174 VULNWL(INTEL, 6, INTEL_FAM6_##model, whitelist)
1176 #define VULNWL_AMD(family, whitelist) \ argument
1177 VULNWL(AMD, family, X86_MODEL_ANY, whitelist)
1179 #define VULNWL_HYGON(family, whitelist) \ argument
1180 VULNWL(HYGON, family, X86_MODEL_ANY, whitelist)
/openbmc/linux/Documentation/power/
H A Dvideo.rst26 whitelist of systems, and automatically selects working method for a
29 whitelist, please try to find a working solution, and submit whitelist

123