From 3beba89440723cca83e1c57d1906251d58c1e8e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 15 Oct 2015 00:29:59 +0100 Subject: Add libseccomp The libseccomp library provides an easy to use, platform independent, interface to the Linux Kernel's syscall filtering mechanism. Its a recommended dependency of systemd and a hard dependecy of xdg-app Change-Id: I360e8674e2bfbea3c12397956d250a4fd6a72368 --- open-source-lorries/libseccomp.lorry | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 open-source-lorries/libseccomp.lorry (limited to 'open-source-lorries/libseccomp.lorry') diff --git a/open-source-lorries/libseccomp.lorry b/open-source-lorries/libseccomp.lorry new file mode 100644 index 0000000..a307fcb --- /dev/null +++ b/open-source-lorries/libseccomp.lorry @@ -0,0 +1,6 @@ +{ + "libseccomp": { + "type": "git", + "url": "git://github.com/seccomp/libseccomp.git" + } +} -- cgit v1.2.1