diff options
author | Jeremy Puhlman <jpuhlman@mvista.com> | 2020-01-30 15:28:40 -0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2020-01-30 21:46:58 -0500 |
commit | f32f21de44f2b5280c2a339b0917f61f698de66c (patch) | |
tree | 3ec828577d3b6b299009cc82cf2b8afb1b23e0e9 /dynamic-layers/python2-layer/recipes-devtools/python/python_selinux.inc | |
parent | 6e18bc43d259c3322d76ef995655dc539a5eb5c2 (diff) | |
download | meta-selinux-f32f21de44f2b5280c2a339b0917f61f698de66c.tar.gz |
python: move appends to a dynamic-layer
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'dynamic-layers/python2-layer/recipes-devtools/python/python_selinux.inc')
-rw-r--r-- | dynamic-layers/python2-layer/recipes-devtools/python/python_selinux.inc | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ | |||
1 | # If selinux enabled, disable handlers to rw command history file | ||
2 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | ||
3 | |||
4 | inherit selinux | ||
5 | |||