diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2013-09-17 14:30:31 -0500 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2013-10-02 13:24:45 -0400 |
commit | 03a52a7f1251114c2a7a57b26a0e9ba8a92fb4ca (patch) | |
tree | 324c2663fc41536df4c0103fd4b51166cab67c20 | |
parent | 637094b9f9c4a2d83d9f8ab3a6fea37d52dc33a3 (diff) | |
download | meta-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.conf | 2 | ||||
-rw-r--r-- | conf/distro/poky-selinux.conf | 4 |
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 @@ | |||
1 | DISTRO = "oe-selinux" | 1 | DISTRO = "oe-selinux" |
2 | DISTROOVERRIDES .= ":selinux" | 2 | DISTROOVERRIDES .= ":selinux" |
3 | 3 | ||
4 | DISTRO_FEATURES_append = " pam selinux" | 4 | DISTRO_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 @@ | |||
1 | require conf/distro/poky.conf | 1 | require conf/distro/poky.conf |
2 | require conf/distro/oe-selinux.conf | ||
2 | 3 | ||
3 | DISTRO = "poky-selinux" | 4 | DISTRO = "poky-selinux" |
4 | DISTROOVERRIDES = "poky:selinux" | ||
5 | |||
6 | DISTRO_FEATURES_append = " pam selinux" | ||