/openbmc/intel-ipmi-oem/ |
H A D | meson.build | 78 generate_allowlist_script = files('generate-allowlist.py') 80 'ipmi-allowlist.hpp', 81 input: [generate_allowlist_script, 'ipmi-allowlist.conf'], 82 output: 'ipmi-allowlist.hpp', 101 'src/allowlist-filter.cpp',
|
H A D | generate-allowlist.py | 8 sys.stderr.write("Usage: $0 allowlist-config-in allowlist-header-out\n") 9 sys.stderr.write(" Reads in allowlist config, sorting the contents\n") 109 "constexpr const std::array<netfncmd_tuple, {}> allowlist = ".format(
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Security/ |
H A D | RestrictionMode.interface.yaml | 18 - name: Allowlist 20 Allow, only if in the allowlist. 30 Commands in the allowlist will only be executed through system
|
/openbmc/phosphor-host-ipmid/ |
H A D | generate_whitelist.sh | 12 const std::vector<netfncmd_pair> allowlist = { 16 # Output each row of allowlist vector.
|
H A D | whitelist-filter.cpp | 59 lg2::info("Loading allowlist filter"); in AllowlistFilter() 116 (restrictionMode == RestrictionMode::Modes::Allowlist); in cacheRestrictedMode() 159 (restrictionMode == RestrictionMode::Modes::Allowlist); in handleRestrictedModeChange() 234 allowlist.cbegin(), allowlist.cend(), in filterMessage()
|
H A D | ipmiallowlist.hpp | 8 extern const std::vector<netfncmd_pair> allowlist;
|
H A D | apphandler.cpp | 1638 std::vector<i2cControllerWRAllowlist>& allowlist = getWRAllowlist(); in populateI2CControllerWRAllowlist() local 1645 "Corrupted I2C controller write read allowlist config file, " in populateI2CControllerWRAllowlist() 1656 lg2::error("I2C controller write read allowlist filter " in populateI2CControllerWRAllowlist() 1660 allowlist.push_back( in populateI2CControllerWRAllowlist() 1671 if (allowlist.size() != filters.size()) in populateI2CControllerWRAllowlist() 1674 "I2C controller write read allowlist filter size mismatch"); in populateI2CControllerWRAllowlist() 1680 lg2::error("I2C controller write read allowlist " in populateI2CControllerWRAllowlist() 1705 std::vector<i2cControllerWRAllowlist>& allowList = getWRAllowlist(); in isCmdAllowlisted() local 1706 for (const auto& wlEntry : allowList) in isCmdAllowlisted() 1730 lg2::info("I2C_WHITELIST_CHECK is disabled, do not populate allowlist"); in populateI2CControllerWRAllowlist() [all …]
|
/openbmc/intel-ipmi-oem/src/ |
H A D | allowlist-filter.cpp | 1 #include <ipmi-allowlist.hpp> 107 log<level::INFO>("Loading Allowlist filter"); in AllowlistFilter() 392 allowlist.cbegin(), allowlist.cend(), in filterMessage() 420 // ( Allowlist ? ccSuccess : ccInsufficientPrivilege ) in filterMessage() 440 // Restricted - follow Allowlist in filterMessage() 449 default: // for Allowlist and Blocklist in filterMessage()
|
/openbmc/openbmc/poky/meta/recipes-support/gnutls/gnutls/ |
H A D | run-ptest | 45 test_disallowlist="${test_disallowlist} protocol-set-allowlist" 49 test_disallowlist="${test_disallowlist} system-override-curves-allowlist"
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ |
H A D | phosphor-ipmi-host_git.bb | 38 allowlist \ 41 i2c-allowlist \ 48 PACKAGECONFIG[allowlist] = '-Dwhitelist-conf="${WHITELIST_CONF}" -Dipmi-whitelist=enabled,-Dipmi-wh… 55 PACKAGECONFIG[i2c-allowlist] = "-Di2c-whitelist-check=enabled,-Di2c-whitelist-check=disabled"
|
/openbmc/openbmc/meta-facebook/recipes-phosphor/settings/phosphor-settings-manager/ |
H A D | restrictionmode-ocpdebugcard-settings.override.yml | 5 Default: RestrictionMode::Modes::Allowlist
|
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/settings/ |
H A D | phosphor-settings-manager_%.bbappend | 2 SRC_URI:append:gbs = " file://restrictionmode-default-allowlist.override.yml"
|
/openbmc/openbmc/meta-facebook/recipes-phosphor/settings/phosphor-settings-defaults-native/fb-compute/ |
H A D | restrictionmode-host-settings.override.yml | 5 Default: RestrictionMode::Modes::Allowlist
|
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/settings/phosphor-settings-manager/ |
H A D | restrictionmode-default-allowlist.override.yml | 6 Default: RestrictionMode::Modes::Allowlist
|
/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/ipmi/ |
H A D | phosphor-ipmi-host_%.bbappend | 5 PACKAGECONFIG:remove = " i2c-allowlist"
|
/openbmc/dbus-sensors/src/ |
H A D | SensorPaths.cpp | 9 // This is an allowlist of the units a sensor can measure. Should be in sync
|
H A D | SensorPaths.hpp | 8 // This is an allowlist of the units a sensor can measure. Should be in sync
|
/openbmc/linux/Documentation/admin-guide/LSM/ |
D | SafeSetID.rst |
|
/openbmc/entity-manager/src/entity_manager/ |
H A D | overlay.cpp | 307 lg2::debug("Device type {TYPE} not found in export map allowlist", in loadOverlays()
|
/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/ |
H A D | libcr51sign.h | 182 // @func verify check that if the prod to dev downgrade/ hardware allowlist
|
/openbmc/linux/sound/pci/ |
D | bt87x.c |
|
/openbmc/qemu/ |
H A D | meson.build | 634 name: '-fsanitize-coverage-allowlist=/dev/null', 635 args: ['-fsanitize-coverage-allowlist=/dev/null', 637 qemu_common_flags += ['-fsanitize-coverage-allowlist=instrumentation-filter'] 4231 # is 0.60.x (Debian 12 has 0.60.1) which introduces --allowlist-file. 4242 '--allowlist-file', meson.project_source_root() + '/include/.*', 4243 '--allowlist-file', meson.project_source_root() + '/.*', 4244 '--allowlist-file', meson.project_build_root() + '/.*'
|
/openbmc/google-misc/subprojects/libcr51sign/src/ |
H A D | libcr51sign.c | 210 CPRINTS(ctx, "%s: checking exemption allowlist\n", __FUNCTION__); in validate_transition()
|
/openbmc/ |
D | opengrok1.0.log | [all...] |
D | opengrok2.0.log | [all...] |