From f32f21de44f2b5280c2a339b0917f61f698de66c Mon Sep 17 00:00:00 2001 From: Jeremy Puhlman Date: Thu, 30 Jan 2020 15:28:40 -0800 Subject: python: move appends to a dynamic-layer Signed-off-by: Jeremy Puhlman Signed-off-by: Joe MacDonald --- .../python2-layer/recipes-devtools/python/python_selinux.inc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dynamic-layers/python2-layer/recipes-devtools/python/python_selinux.inc (limited to 'dynamic-layers/python2-layer/recipes-devtools/python/python_selinux.inc') diff --git a/dynamic-layers/python2-layer/recipes-devtools/python/python_selinux.inc b/dynamic-layers/python2-layer/recipes-devtools/python/python_selinux.inc new file mode 100644 index 0000000..bb54a90 --- /dev/null +++ b/dynamic-layers/python2-layer/recipes-devtools/python/python_selinux.inc @@ -0,0 +1,5 @@ +# If selinux enabled, disable handlers to rw command history file +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" + +inherit selinux + -- cgit v1.2.3-54-g00ecf