| /openbmc/openbmc/poky/scripts/ |
| H A D | sstate-sysroot-cruft.sh | 25 --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/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/ |
| H A D | obmc-phosphor-initfs.bb | 10 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 D | obmc-phosphor-initfs.bbappend | 1 # 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 D | check-config.sh | 8 # 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 D | build-whitelist.sh | 6 # 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/openbmc/meta-phosphor/classes/ |
| H A D | phosphor-ipmi-host-whitelist.bbclass | 1 # Common code for recipes that implement Phosphor IPMI Whitelist 4 WHITELIST ?= "${PN}.conf" 10 whitelist_file = d.getVar('WHITELIST', True)
|
| /openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/ |
| H A D | phosphor-ipmi-host_%.bbappend | 4 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 D | phosphor-ipmi-host_git.bb | 25 whitelists = [ '{}-whitelist-native'.format(x) for x in whitelists ] 48 …[allowlist] = '-Dwhitelist-conf="${WHITELIST_CONF}" -Dipmi-whitelist=enabled,-Dipmi-whitelist=disa… 55 PACKAGECONFIG[i2c-allowlist] = "-Di2c-whitelist-check=enabled,-Di2c-whitelist-check=disabled" 108 # Setup IPMI Whitelist Conf files 111 ${S}/host-ipmid-whitelist.conf \
|
| H A D | phosphor-ipmi-fru-whitelist-native.bb | 6 inherit phosphor-ipmi-host-whitelist
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | meson.build | 98 'i2c-whitelist-check' : '-DENABLE_I2C_WHITELIST_CHECK', 186 # whitelist 187 if get_option('ipmi-whitelist').allowed() 190 whitelist_conf = get_option('whitelist-conf') 210 'whitelist', 211 'whitelist-filter.cpp',
|
| H A D | meson.options | 8 'i2c-whitelist-check', 133 # IPMI whitelist mechanism is not needed by everyone; offer a way to disable it 135 'ipmi-whitelist', 137 description: 'Enable/disable IPMI whitelist filtering', 140 'whitelist-conf', 142 value: 'host-ipmid-whitelist.conf',
|
| /openbmc/openbmc/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 …]
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/ |
| H A D | obmc-init.sh | 22 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 D | obmc-update.sh | 103 whitelist=/run/initramfs/whitelist 183 done < $whitelist
|
| /openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/ |
| H A D | openpower-ipmi-oem-whitelist-native.bb | 6 inherit phosphor-ipmi-host-whitelist
|
| /openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/initrdscripts/ |
| H A D | obmc-phosphor-initfs.bbappend | 10 FILES:${PN} += " /init /shutdown /update /whitelist /dev "
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/packagegroups/ |
| H A D | packagegroup-obmc-ipmid-providers.bb | 3 # know about your whitelist.
|
| /openbmc/openpower-host-ipmi-oem/ |
| H A D | README.md | 47 'Whitelist'. See the [`RestrictedModes`][1] interrface for more information.
|
| /openbmc/qemu/scripts/ |
| H A D | meson-buildoptions.sh | 7 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' 254 --block-drv-ro-whitelist=*) quote_sh "-Dblock_drv_ro_whitelist=$2" ;; 255 --block-drv-rw-whitelist=*) quote_sh "-Dblock_drv_rw_whitelist=$2" ;; 256 --enable-block-drv-whitelist-in-tools) printf "%s" -Dblock_drv_whitelist_in_tools=true ;; 257 --disable-block-drv-whitelist-in-tools) printf "%s" -Dblock_drv_whitelist_in_tools=false ;;
|
| /openbmc/openbmc/meta-phosphor/conf/distro/include/ |
| H A D | phosphor-defaults.inc | 138 # IPMI whitelist recipe dependencies. For example: 143 # phosphor-ipmi-fru-whitelist-native recipe.
|
| /openbmc/openbmc/poky/scripts/contrib/ |
| H A D | convert-variable-renames.py | 57 "whitelist",
|
| /openbmc/openbmc/poky/bitbake/ |
| H A D | ChangeLog | 131 checking stamp dependencies and using a BB_STAMP_POLICY of "whitelist" 154 all variable from the environment. If BB_ENV_WHITELIST is set, that whitelist will be 156 to extend the internal whitelist.
|
| /openbmc/skeleton/pyflashbmc/ |
| H A D | bmc_update.py | 144 os.unlink(UPDATE_PATH + "/whitelist") 154 wldir = UPDATE_PATH + "/whitelist.d"
|
| /openbmc/bmcweb/src/ |
| H A D | webserver_run.cpp | 74 // needs to build the whitelist from the static routes in runWebserver()
|
| /openbmc/docs/designs/ |
| H A D | phosphor-audit.md | 115 commands (blacklist or whitelist) and status of its service (disabled or 190 [Whitelist] 215 > Possible list of requests which have to be filtered and processed. 'Whitelist'
|