| commit | 614f7fb54a9b2e3bbe9eb4ce4df8b9ed81181b18 | [log] [tgz] |
|---|---|---|
| author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Fri Jul 18 00:40:07 2025 -0500 |
| committer | Matt Spinler <spinler@us.ibm.com> | Wed Feb 25 17:27:08 2026 +0000 |
| tree | d0294fd7bc1279caf3aa460a778b1003b035f4b6 | |
| parent | 7943541a008577b56dcca3a424f70a88405dc325 [diff] |
com-ibm: Add ACFPath to Resource dump entry interface This change adds a new D-Bus property `ACFPath` to the `com.ibm.Dump.Entry.Resource` interface to support targeted Access Control Files (ACFs) used in privileged host operations. Change-Id: I8a34dd4e502131c33eaf8a0789cf4bc9a3e758a3 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
YAML descriptors of standard D-Bus interfaces. The format is described by the sdbusplus binding generation tool sdbus++.
Before defining a new D-Bus interface or modifying an existing one, please read through the documented set of the common requirements and expectations.
This project can be built with meson. The typical meson workflow is: meson builddir && ninja -C builddir.
The meson files used to handle the YAML files are automatically generated and found under the gen subdirectory. When adding or removing YAML files, this must be regenerated. This can be done with the helper script found in the gen subdirectory: cd gen && ./regenerate-meson.
Only the xyz/openbmc_project and org/freedesktop interfaces are built by default. Other interfaces can be enabled by meson options:
-Ddata_com_ibm=true-Ddata_org_open_power=trueExample: meson builddir -Ddata_com_ibm=true && ninja -C builddir