commit | aff0243cb63d78fa0f1c61634d6f28d9a736f70e | [log] [tgz] |
---|---|---|
author | Anton D. Kachalov <gmouse@google.com> | Thu Feb 04 13:33:53 2021 +0100 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Aug 30 18:22:44 2021 +0000 |
tree | 791b5b7a64efe709a2f31de315e6cbf8600f64de | |
parent | 242b66075fa6f86ed96ab9414363230f720ed324 [diff] |
openbmc: enable libseccomp for systemd This change required as a part of privilege separation work: https://github.com/openbmc/openbmc/issues/3383 Seccomp support enables sandboxing in systemd: https://www.freedesktop.org/software/systemd/man/systemd.exec.html#Sandboxing Signed-off-by: Anton D. Kachalov <gmouse@google.com> Change-Id: If7ff257103c4aa40dae5f64256bf60d8a30fbf59
diff --git a/meta-phosphor/recipes-core/systemd/systemd_%.bbappend b/meta-phosphor/recipes-core/systemd/systemd_%.bbappend index 8a07277..9d4dfc7 100644 --- a/meta-phosphor/recipes-core/systemd/systemd_%.bbappend +++ b/meta-phosphor/recipes-core/systemd/systemd_%.bbappend
@@ -10,6 +10,7 @@ pam \ randomseed \ resolved \ + seccomp \ sysusers \ sysvinit \ timedated \