diff options
| author | Armin Kuster <akuster808@gmail.com> | 2021-04-24 15:56:37 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-26 14:14:42 +0100 |
| commit | 528547a46a46cf025325699e1006bdc58ad95b21 (patch) | |
| tree | 672ef1b44aabdbe1058bb3bc5836c72a51339952 | |
| parent | 65ecffc43084145d63cab5f97e334ee749c7a853 (diff) | |
| download | poky-528547a46a46cf025325699e1006bdc58ad95b21.tar.gz | |
systemd: Enable seccomp if FEATURE is set
(From OE-Core rev: c9d4fb93429a90191dc77e1dbc183535d66952cb)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/systemd/systemd_247.6.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-core/systemd/systemd_247.6.bb b/meta/recipes-core/systemd/systemd_247.6.bb index 32afa159ec..ce6ac7ebaa 100644 --- a/meta/recipes-core/systemd/systemd_247.6.bb +++ b/meta/recipes-core/systemd/systemd_247.6.bb | |||
| @@ -65,7 +65,7 @@ PAM_PLUGINS = " \ | |||
| 65 | " | 65 | " |
| 66 | 66 | ||
| 67 | PACKAGECONFIG ??= " \ | 67 | PACKAGECONFIG ??= " \ |
| 68 | ${@bb.utils.filter('DISTRO_FEATURES', 'acl audit efi ldconfig pam selinux smack usrmerge polkit', d)} \ | 68 | ${@bb.utils.filter('DISTRO_FEATURES', 'acl audit efi ldconfig pam selinux smack usrmerge polkit seccomp', d)} \ |
| 69 | ${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'rfkill', '', d)} \ | 69 | ${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'rfkill', '', d)} \ |
| 70 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xkbcommon', '', d)} \ | 70 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xkbcommon', '', d)} \ |
| 71 | backlight \ | 71 | backlight \ |
| @@ -177,7 +177,6 @@ PACKAGECONFIG[quotacheck] = "-Dquotacheck=true,-Dquotacheck=false" | |||
| 177 | PACKAGECONFIG[randomseed] = "-Drandomseed=true,-Drandomseed=false" | 177 | PACKAGECONFIG[randomseed] = "-Drandomseed=true,-Drandomseed=false" |
| 178 | PACKAGECONFIG[resolved] = "-Dresolve=true,-Dresolve=false" | 178 | PACKAGECONFIG[resolved] = "-Dresolve=true,-Dresolve=false" |
| 179 | PACKAGECONFIG[rfkill] = "-Drfkill=true,-Drfkill=false" | 179 | PACKAGECONFIG[rfkill] = "-Drfkill=true,-Drfkill=false" |
| 180 | # libseccomp is found in meta-security | ||
| 181 | PACKAGECONFIG[seccomp] = "-Dseccomp=true,-Dseccomp=false,libseccomp" | 180 | PACKAGECONFIG[seccomp] = "-Dseccomp=true,-Dseccomp=false,libseccomp" |
| 182 | PACKAGECONFIG[selinux] = "-Dselinux=true,-Dselinux=false,libselinux,initscripts-sushell" | 181 | PACKAGECONFIG[selinux] = "-Dselinux=true,-Dselinux=false,libselinux,initscripts-sushell" |
| 183 | PACKAGECONFIG[smack] = "-Dsmack=true,-Dsmack=false" | 182 | PACKAGECONFIG[smack] = "-Dsmack=true,-Dsmack=false" |
