summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gbs
diff options
context:
space:
mode:
authorMatt Simmering <matthew.simmering@intel.com>2023-12-01 01:37:32 +0300
committerPatrick Williams <patrick@stwcx.xyz>2024-02-09 17:11:46 +0300
commit99837d21fc395cb916c43236c74bbdf3b1f81a70 (patch)
tree07e8a0eedc5e3854a4ddb5c6ddb485d0f9a4c917 /meta-quanta/meta-gbs
parentcfecb2789da6414be4725fb1c4ad7ca5951c5857 (diff)
downloadopenbmc-99837d21fc395cb916c43236c74bbdf3b1f81a70.tar.xz
Update RestrictionMode defaults to match PDI
In phosphor-dbus-interfaces the terminology used for RestrictionMode is getting updated. This change is to keep in sync. Change-Id: Idd41d8bfa838aadb81c11f9cee9fe74e3c28673c Signed-off-by: Matt Simmering <matthew.simmering@intel.com>
Diffstat (limited to 'meta-quanta/meta-gbs')
-rw-r--r--meta-quanta/meta-gbs/recipes-phosphor/settings/phosphor-settings-manager/restrictionmode-default-allowlist.override.yml (renamed from meta-quanta/meta-gbs/recipes-phosphor/settings/phosphor-settings-manager/restrictionmode-default-whitelist.override.yml)2
-rw-r--r--meta-quanta/meta-gbs/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-quanta/meta-gbs/recipes-phosphor/settings/phosphor-settings-manager/restrictionmode-default-whitelist.override.yml b/meta-quanta/meta-gbs/recipes-phosphor/settings/phosphor-settings-manager/restrictionmode-default-allowlist.override.yml
index b0de5dd1ad..54b9999548 100644
--- a/meta-quanta/meta-gbs/recipes-phosphor/settings/phosphor-settings-manager/restrictionmode-default-whitelist.override.yml
+++ b/meta-quanta/meta-gbs/recipes-phosphor/settings/phosphor-settings-manager/restrictionmode-default-allowlist.override.yml
@@ -3,4 +3,4 @@
- Interface: xyz.openbmc_project.Control.Security.RestrictionMode
Properties:
RestrictionMode:
- Default: RestrictionMode::Modes::Whitelist
+ Default: RestrictionMode::Modes::Allowlist
diff --git a/meta-quanta/meta-gbs/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend b/meta-quanta/meta-gbs/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend
index 63b7e254d5..1bc64777d6 100644
--- a/meta-quanta/meta-gbs/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend
+++ b/meta-quanta/meta-gbs/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend
@@ -1,2 +1,2 @@
FILESEXTRAPATHS:append:gbs := ":${THISDIR}/${PN}"
-SRC_URI:append:gbs = " file://restrictionmode-default-whitelist.override.yml"
+SRC_URI:append:gbs = " file://restrictionmode-default-allowlist.override.yml"