summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2013-09-17 14:30:31 -0500
committerJoe MacDonald <joe@deserted.net>2013-10-02 13:24:45 -0400
commit03a52a7f1251114c2a7a57b26a0e9ba8a92fb4ca (patch)
tree324c2663fc41536df4c0103fd4b51166cab67c20
parent637094b9f9c4a2d83d9f8ab3a6fea37d52dc33a3 (diff)
downloadmeta-selinux-03a52a7f1251114c2a7a57b26a0e9ba8a92fb4ca.tar.gz
distro/*: Update the distro files
Make the oe-selinux.conf the base configuration file. Ensure that we enable acl and xattr support as well. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r--conf/distro/oe-selinux.conf2
-rw-r--r--conf/distro/poky-selinux.conf4
2 files changed, 2 insertions, 4 deletions
diff --git a/conf/distro/oe-selinux.conf b/conf/distro/oe-selinux.conf
index 5ae2179..6e55a32 100644
--- a/conf/distro/oe-selinux.conf
+++ b/conf/distro/oe-selinux.conf
@@ -1,4 +1,4 @@
1DISTRO = "oe-selinux" 1DISTRO = "oe-selinux"
2DISTROOVERRIDES .= ":selinux" 2DISTROOVERRIDES .= ":selinux"
3 3
4DISTRO_FEATURES_append = " pam selinux" 4DISTRO_FEATURES_append = " acl xattr pam selinux"
diff --git a/conf/distro/poky-selinux.conf b/conf/distro/poky-selinux.conf
index 462f577..fb5dc09 100644
--- a/conf/distro/poky-selinux.conf
+++ b/conf/distro/poky-selinux.conf
@@ -1,6 +1,4 @@
1require conf/distro/poky.conf 1require conf/distro/poky.conf
2require conf/distro/oe-selinux.conf
2 3
3DISTRO = "poky-selinux" 4DISTRO = "poky-selinux"
4DISTROOVERRIDES = "poky:selinux"
5
6DISTRO_FEATURES_append = " pam selinux"