Home
last modified time | relevance | path

Searched full:allowlist (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/intel-ipmi-oem/
H A Dmeson.build78 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 Dgenerate-allowlist.py8 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 DRestrictionMode.interface.yaml18 - 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 Dgenerate_whitelist.sh12 const std::vector<netfncmd_pair> allowlist = {
16 # Output each row of allowlist vector.
H A Dwhitelist-filter.cpp59 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 Dipmiallowlist.hpp8 extern const std::vector<netfncmd_pair> allowlist;
H A Dapphandler.cpp1638 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 Dallowlist-filter.cpp1 #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 Drun-ptest45 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 Dphosphor-ipmi-host_git.bb38 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 Drestrictionmode-ocpdebugcard-settings.override.yml5 Default: RestrictionMode::Modes::Allowlist
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/settings/
H A Dphosphor-settings-manager_%.bbappend2 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 Drestrictionmode-host-settings.override.yml5 Default: RestrictionMode::Modes::Allowlist
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/settings/phosphor-settings-manager/
H A Drestrictionmode-default-allowlist.override.yml6 Default: RestrictionMode::Modes::Allowlist
/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-host_%.bbappend5 PACKAGECONFIG:remove = " i2c-allowlist"
/openbmc/dbus-sensors/src/
H A DSensorPaths.cpp9 // This is an allowlist of the units a sensor can measure. Should be in sync
H A DSensorPaths.hpp8 // This is an allowlist of the units a sensor can measure. Should be in sync
/openbmc/linux/Documentation/admin-guide/LSM/
DSafeSetID.rst
/openbmc/entity-manager/src/entity_manager/
H A Doverlay.cpp307 lg2::debug("Device type {TYPE} not found in export map allowlist", in loadOverlays()
/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/
H A Dlibcr51sign.h182 // @func verify check that if the prod to dev downgrade/ hardware allowlist
/openbmc/linux/sound/pci/
Dbt87x.c
/openbmc/qemu/
H A Dmeson.build634 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 Dlibcr51sign.c210 CPRINTS(ctx, "%s: checking exemption allowlist\n", __FUNCTION__); in validate_transition()
/openbmc/
Dopengrok1.0.log[all...]
Dopengrok2.0.log[all...]

12