From 1ea0fd38185902088e1984b0923442780f822640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 20 Oct 2015 23:25:02 +0100 Subject: strata/foundation.morph: build systemd with seccomp support seccomp (short for secure computing mode) is a computer security facility that provides an application sandboxing mechanism in the Linux kernel Change-Id: I528e321303184d586c1f2cbad2150d107823b18d --- strata/foundation.morph | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'strata/foundation.morph') diff --git a/strata/foundation.morph b/strata/foundation.morph index ff18e4e7..158657d0 100644 --- a/strata/foundation.morph +++ b/strata/foundation.morph @@ -45,6 +45,11 @@ chunks: build-system: autotools build-depends: - libgpg-error +- name: libseccomp + repo: upstream:libseccomp + ref: 7932b4fa24c1add0d7a315de8387d216334fbcf7 + unpetrify-ref: v2.2.3 + build-system: autotools - name: systemd morph: strata/foundation/systemd.morph repo: upstream:systemd @@ -53,6 +58,7 @@ chunks: build-depends: - dbus-pre - kmod + - libseccomp - libgcrypt - name: libusb repo: upstream:libusb -- cgit v1.2.1