diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-06-28 19:48:32 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2024-09-06 11:15:45 +0200 |
commit | 0f0bed8be6f24b26e076609d3a0b9b3365856b57 (patch) | |
tree | d016a591f46a16a6f566f24a8f950fb3d47c6010 /tools | |
parent | uki: add new ".profile" PE section type (diff) | |
download | systemd-0f0bed8be6f24b26e076609d3a0b9b3365856b57.tar.xz systemd-0f0bed8be6f24b26e076609d3a0b9b3365856b57.zip |
measure: introduce support for a new ".profile" section
This introduces the concept, and makes sure systemd-measure covers it.
See a later commit for details on the new section.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/command_ignorelist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/command_ignorelist b/tools/command_ignorelist index fa160d17c6..6d0a81f330 100644 --- a/tools/command_ignorelist +++ b/tools/command_ignorelist @@ -568,3 +568,4 @@ file-hierarchy.xml /refsect1[title="Home Directory"]/variablelist/varlistentry[t file-hierarchy.xml /refsect1[title="Home Directory"]/variablelist/varlistentry[term="~/.local/lib/arch-id/"] file-hierarchy.xml /refsect1[title="Home Directory"]/variablelist/varlistentry[term="~/.local/share/"] file-hierarchy.xml /refsect1[title="Home Directory"]/variablelist/varlistentry[term="~/.local/state/"] +systemd-measure.xml /refsect1[title="Options"]/variablelist/varlistentry[term="--linux=PATH"] |