diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2012-05-18 18:09:05 -0500 |
---|---|---|
committer | Mark Hatle <mark.hatle@windriver.com> | 2012-05-18 18:37:09 -0500 |
commit | a424d778f3b92a315553383ac1a6bcca682f6007 (patch) | |
tree | bddadba3c5b061aa2eb2ceaaa5615be8129b5ac4 | |
parent | 3aa492ffe76b2fe216b7863e3df9ddc22fa867eb (diff) | |
download | meta-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.conf | 4 |
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 @@ | |||
1 | DISTRO = "oe-selinux" | ||
2 | DISTROOVERRIDES .= ":selinux" | ||
3 | |||
4 | DISTRO_FEATURES_append = "pam selinux" | ||