summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-core
diff options
context:
space:
mode:
authorAnton D. Kachalov <gmouse@google.com>2021-02-04 15:33:53 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-08-30 21:22:44 +0300
commitaff0243cb63d78fa0f1c61634d6f28d9a736f70e (patch)
tree791b5b7a64efe709a2f31de315e6cbf8600f64de /meta-phosphor/recipes-core
parent242b66075fa6f86ed96ab9414363230f720ed324 (diff)
downloadopenbmc-aff0243cb63d78fa0f1c61634d6f28d9a736f70e.tar.xz
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
Diffstat (limited to 'meta-phosphor/recipes-core')
-rw-r--r--meta-phosphor/recipes-core/systemd/systemd_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-core/systemd/systemd_%.bbappend b/meta-phosphor/recipes-core/systemd/systemd_%.bbappend
index 8a072770dd..9d4dfc7b49 100644
--- a/meta-phosphor/recipes-core/systemd/systemd_%.bbappend
+++ b/meta-phosphor/recipes-core/systemd/systemd_%.bbappend
@@ -10,6 +10,7 @@ PACKAGECONFIG = "\
pam \
randomseed \
resolved \
+ seccomp \
sysusers \
sysvinit \
timedated \