From a424d778f3b92a315553383ac1a6bcca682f6007 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Fri, 18 May 2012 18:09:05 -0500 Subject: Add distro configuration file for OE-core Signed-off-by: Mark Hatle --- conf/distro/oe-selinux.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 conf/distro/oe-selinux.conf diff --git a/conf/distro/oe-selinux.conf b/conf/distro/oe-selinux.conf new file mode 100644 index 0000000..9523abf --- /dev/null +++ b/conf/distro/oe-selinux.conf @@ -0,0 +1,4 @@ +DISTRO = "oe-selinux" +DISTROOVERRIDES .= ":selinux" + +DISTRO_FEATURES_append = "pam selinux" -- cgit v1.2.3-54-g00ecf