aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro
AgeCommit message (Collapse)Author
2013-12-05policy: Create compressed_policy distro featureJoe MacDonald
There is a small cost to having compressed policy files on the final image both in terms of memory requirements and load times. In nearly all circumstances this is negligible, but this adds a DISTRO_FEATURE that can be used to enable it, if desired. The default selinux distros will enable the feature by default. Signed-off-by: Joe MacDonald <joe@deserted.net>
2013-10-02distro/*: Update the distro filesMark Hatle
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>
2013-09-23Add leading whitespace to DISTRO_FEATURES_append in oe-selinux.confPhilip Tricca
The lack of leading whitespace was causing two values in the DISTRO_FEATURES variable to be combined. This was causing 'sysvinit' from DISTRO_FEATURES_BACKFILL and 'pam' (from oe-selinux) to be combined into 'sysvinitpam' thus dropping both from the DISTRO_FEATURES. Signed-off-by: Philip Tricca <flihp@twobit.us> Signed-off-by: Joe MacDonald <joe@deserted.net>
2012-05-18Add distro configuration file for OE-coreMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2012-01-16Add initial layer configurationMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>