Home
last modified time | relevance | path

Searched full:whitelist (Results 1 – 25 of 121) sorted by relevance

12345

/openbmc/openbmc/poky/scripts/
H A Dsstate-sysroot-cruft.sh25 --whitelist=<whitelist-file>
49 --whitelist=*)
50 fwhitelist=`echo $1 | sed -e 's#^--whitelist=##' | xargs readlink -e`
51 [ -f "$fwhitelist" ] || echo_error "Invalid argument to --whitelist"
74 WHITELIST="[^/]*"
77 WHITELIST="${WHITELIST} \
82 WHITELIST="${WHITELIST} \
88 WHITELIST="${WHITELIST} \
94 WHITELIST="${WHITELIST} \
101 WHITELIST="${WHITELIST} \
[all …]
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Ddevices.rst2 Device Whitelist Controller
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
[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/u-boot/scripts/
H A Dcheck-config.sh8 # Use scripts/build-whitelist.sh to generate the list of current ad-hoc
12 # check-config.sh <path to u-boot.cfg> <path to whitelist file> <source dir>
23 echo "$PROG_NAME <path to u-boot.cfg> <path to whitelist file> <source dir>"
30 whitelist="$2"
45 comm -23 ${configs} ${whitelist} > ${suspects}
H A Dbuild-whitelist.sh6 # This script creates the configuration whitelist file. This file contains
8 # Please do not add things to the whitelist. Instead, add your new option
40 # the whitelist.
51 # current list and the new one. We do not want to increase whitelist options.
/openbmc/linux/kernel/kcsan/
H A Ddebugfs.c41 * whitelist or blacklist.
48 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()
243 } else if (!strcmp(arg, "whitelist")) { in debugfs_write()
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-host_git.bb24 whitelists = [ '{}-whitelist-native'.format(x) for x in whitelists ]
30 PACKAGECONFIG[allowlist] = "-Dipmi-whitelist=enabled,-Dipmi-whitelist=disabled"
31 PACKAGECONFIG[i2c-allowlist] = "-Di2c-whitelist-check=enabled,-Di2c-whitelist-check=disabled"
82 # Setup IPMI Whitelist Conf files
85 ${S}/host-ipmid-whitelist.conf \
H A Dphosphor-ipmi-fru-whitelist-native.bb6 inherit phosphor-ipmi-host-whitelist
/openbmc/openbmc/meta-phosphor/classes/
H A Dphosphor-ipmi-host-whitelist.bbclass1 # Common code for recipes that implement Phosphor IPMI Whitelist
4 WHITELIST ?= "${PN}.conf"
10 whitelist_file = d.getVar('WHITELIST', True)
/openbmc/phosphor-host-ipmid/
H A Dmeson.options4 option('i2c-whitelist-check', type: 'feature', description: 'Add option to enable/disable i2c maste…
48 # IPMI whitelist mechanism is not needed by everyone; offer a way to disable it
49 option('ipmi-whitelist', type: 'feature', description: 'Enable/disable IPMI whitelist filtering')
50 option('whitelist-conf', type: 'string', value: 'host-ipmid-whitelist.conf', description: 'Paths to…
H A Dmeson.build85 'i2c-whitelist-check' : '-DENABLE_I2C_WHITELIST_CHECK',
164 # whitelist
165 if not get_option('ipmi-whitelist').disabled()
168 whitelist_conf = get_option('whitelist-conf')
186 'whitelist',
187 'whitelist-filter.cpp',
H A Dgenerate_whitelist.sh12 const std::vector<netfncmd_pair> whitelist = {
16 # Output each row of whitelist vector.
/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()
320 pr_err("Invalid whitelist *before* %s reset!\n", name); in check_whitelist_across_reset()
351 pr_err("Whitelist not preserved in context across %s reset!\n", in check_whitelist_across_reset()
366 pr_err("Invalid whitelist *after* %s reset in fresh context!\n", 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()
[all …]
/openbmc/linux/arch/powerpc/kernel/
H A Dprom_init_check.sh8 # is using, if it finds symbols not in the whitelist it returns
29 WHITELIST="add_reloc_offset __bss_start __bss_stop copy_and_flush
65 for WHITE in $WHITELIST
/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-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/linux/drivers/misc/lkdtm/
H A Dusercopy.c199 * This checks for the specific whitelist window within an object. If this
220 pr_warn("Failed to allocate buffer from whitelist cache\n"); in do_usercopy_slab_whitelist()
241 pr_info("attempting good copy_to_user inside whitelist\n"); in do_usercopy_slab_whitelist()
247 pr_info("attempting bad copy_to_user outside whitelist\n"); in do_usercopy_slab_whitelist()
253 pr_info("attempting good copy_from_user inside whitelist\n"); in do_usercopy_slab_whitelist()
259 pr_info("attempting bad copy_from_user outside whitelist\n"); in do_usercopy_slab_whitelist()
/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
140 # remove everything not in the whitelist.
141 # e.g. the whitelist contains a single entry /a/b, the
213 whitelist=/run/initramfs/whitelist
H A Dobmc-update.sh103 whitelist=/run/initramfs/whitelist
183 done < $whitelist
/openbmc/linux/include/uapi/linux/
H A Dncsi.h29 * @NCSI_CMD_SET_PACKAGE_MASK: set a whitelist of allowed packages.
31 * @NCSI_CMD_SET_CHANNEL_MASK: set a whitelist of allowed channels.
/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 …]
/openbmc/qemu/scripts/
H A Dmeson-buildoptions.sh7 printf "%s\n" ' --block-drv-ro-whitelist=VALUE'
8 printf "%s\n" ' set block driver read-only whitelist (by default'
10 printf "%s\n" ' --block-drv-rw-whitelist=VALUE'
11 printf "%s\n" ' set block driver read-write whitelist (by default'
25 printf "%s\n" ' --enable-block-drv-whitelist-in-tools'
26 printf "%s\n" ' use block whitelist also in tools instead of only'
256 --block-drv-ro-whitelist=*) quote_sh "-Dblock_drv_ro_whitelist=$2" ;;
257 --block-drv-rw-whitelist=*) quote_sh "-Dblock_drv_rw_whitelist=$2" ;;
258 --enable-block-drv-whitelist-in-tools) printf "%s" -Dblock_drv_whitelist_in_tools=true ;;
259 --disable-block-drv-whitelist-in-tools) printf "%s" -Dblock_drv_whitelist_in_tools=false ;;
/openbmc/linux/mm/
H A Dusercopy.c82 * useroffset fields). To adjust a cache whitelist, use the usercopy-aware
84 * carefully audit the whitelist range).
210 * - fully within SLAB object (or object whitelist area, when available)
/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/
H A Dopenpower-ipmi-oem-whitelist-native.bb6 inherit phosphor-ipmi-host-whitelist

12345