summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2017-08-28 12:17:50 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-08-29 10:45:50 +0200
commitaf3a035787a2816116c51d2c57fe257a3bda45cf (patch)
tree322d858a7a02904d33f1b3042f394f9817ef0cb5 /patches
parent9c626ceee7cb11830c60704031d5e0cce3694d07 (diff)
downloadptxdist-af3a035787a2816116c51d2c57fe257a3bda45cf.tar.gz
ptxdist-af3a035787a2816116c51d2c57fe257a3bda45cf.tar.xz
libseccomp: install some useful development tools on demand
These tools are intended for development and thus required on demand only. 'scmp_app_inspector' is a shell script which requires some additional tools from Busybox or Coreutils at run-time. Since both variants work, it up to the user to select one variant. Which tools are required and must be enabled in the menu is mentioned in the help text. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches')
-rw-r--r--patches/libseccomp-2.3.2/0001-run-time-use-a-supported-shell-interpreter.patch19
-rw-r--r--patches/libseccomp-2.3.2/series4
2 files changed, 23 insertions, 0 deletions
diff --git a/patches/libseccomp-2.3.2/0001-run-time-use-a-supported-shell-interpreter.patch b/patches/libseccomp-2.3.2/0001-run-time-use-a-supported-shell-interpreter.patch
new file mode 100644
index 000000000..9e4b6d350
--- /dev/null
+++ b/patches/libseccomp-2.3.2/0001-run-time-use-a-supported-shell-interpreter.patch
@@ -0,0 +1,19 @@
+From: Juergen Borleis <jbe@pengutronix.de>
+Date: Fri, 25 Aug 2017 16:03:15 +0200
+Subject: [PATCH] run-time: use a broadly supported shell interpreter
+
+Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
+---
+ tools/scmp_app_inspector | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tools/scmp_app_inspector b/tools/scmp_app_inspector
+index 45b86b2ca0c5..14f3dfc07387 100755
+--- a/tools/scmp_app_inspector
++++ b/tools/scmp_app_inspector
+@@ -1,4 +1,4 @@
+-#!/bin/bash
++#!/bin/sh
+
+ #
+ # Runtime syscall inspector
diff --git a/patches/libseccomp-2.3.2/series b/patches/libseccomp-2.3.2/series
new file mode 100644
index 000000000..522fa2141
--- /dev/null
+++ b/patches/libseccomp-2.3.2/series
@@ -0,0 +1,4 @@
+# generated by git-ptx-patches
+#tag:base --start-number 1
+0001-run-time-use-a-supported-shell-interpreter.patch
+# a24fa8dfff373b7689e92bc6cfdbb0cd - git-ptx-patches magic