summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2012-05-18 18:09:05 -0500
committerMark Hatle <mark.hatle@windriver.com>2012-05-18 18:37:09 -0500
commita424d778f3b92a315553383ac1a6bcca682f6007 (patch)
treebddadba3c5b061aa2eb2ceaaa5615be8129b5ac4
parent3aa492ffe76b2fe216b7863e3df9ddc22fa867eb (diff)
downloadmeta-selinux-a424d778f3b92a315553383ac1a6bcca682f6007.tar.gz
Add distro configuration file for OE-core
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
-rw-r--r--conf/distro/oe-selinux.conf4
1 files changed, 4 insertions, 0 deletions
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 @@
1DISTRO = "oe-selinux"
2DISTROOVERRIDES .= ":selinux"
3
4DISTRO_FEATURES_append = "pam selinux"