All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] defaultsetup.conf: Enable security flags+pie by default
@ 2018-07-23 19:09 Khem Raj
  2018-07-24  6:42 ` Anuj Mittal
  2018-07-24  7:34 ` ChenQi
  0 siblings, 2 replies; 10+ messages in thread
From: Khem Raj @ 2018-07-23 19:09 UTC (permalink / raw)
  To: openembedded-core

This has been an opt-in for so long, some distributions e.g.
poky-lsb uses it by default however, since most of linux
distros have started to default to these settings for security
enhancements, time has come for OE to make it default too

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/conf/distro/defaultsetup.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/conf/distro/defaultsetup.conf b/meta/conf/distro/defaultsetup.conf
index ca2f9178d2..352e279596 100644
--- a/meta/conf/distro/defaultsetup.conf
+++ b/meta/conf/distro/defaultsetup.conf
@@ -1,6 +1,7 @@
 include conf/distro/include/default-providers.inc
 include conf/distro/include/default-versions.inc
 include conf/distro/include/default-distrovars.inc
+require conf/distro/include/security_flags.inc
 include conf/distro/include/world-broken.inc
 
 TCMODE ?= "default"
-- 
2.18.0



^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-08-02  9:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-23 19:09 [PATCH] defaultsetup.conf: Enable security flags+pie by default Khem Raj
2018-07-24  6:42 ` Anuj Mittal
2018-07-24 14:13   ` Khem Raj
2018-07-24  7:34 ` ChenQi
2018-07-24 14:12   ` Khem Raj
2018-07-27 20:49     ` Peter Kjellerstedt
2018-07-27 21:05       ` Andre McCurdy
2018-07-27 21:26       ` Khem Raj
2018-07-31 21:17         ` Peter Kjellerstedt
2018-08-02  9:26           ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.