All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yi Zhao" <yi.zhao@windriver.com>
To: yocto@lists.yoctoproject.org, jpuhlman@mvista.com
Subject: [meta-cgl][PATCH 4/6] cgl_common_security_flags.inc: remove SECURITY_LDFLAGS override for audit
Date: Thu,  5 Aug 2021 15:39:28 +0800	[thread overview]
Message-ID: <20210805073930.382397-4-yi.zhao@windriver.com> (raw)
In-Reply-To: <20210805073930.382397-1-yi.zhao@windriver.com>

Compiling audit with -fstack-protector-strong works well now, so the
override doesn't necessary anymore.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 .../conf/distro/include/cgl_common_security_flags.inc           | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta-cgl-common/conf/distro/include/cgl_common_security_flags.inc b/meta-cgl-common/conf/distro/include/cgl_common_security_flags.inc
index 126352b..ef3f296 100644
--- a/meta-cgl-common/conf/distro/include/cgl_common_security_flags.inc
+++ b/meta-cgl-common/conf/distro/include/cgl_common_security_flags.inc
@@ -1,5 +1,3 @@
-SECURITY_LDFLAGS:remove:pn-audit = "-fstack-protector-strong"
-
 SECURITY_CFLAGS:pn-ocfs2-tools = "${SECURITY_NOPIE_CFLAGS}"
 SECURITY_LDFLAGS:pn-ocfs2-tools = ""
 
-- 
2.25.1


  parent reply	other threads:[~2021-08-05  7:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-05  7:39 [meta-cgl][PATCH 1/6] meta-cgl: convert to new override syntax Yi Zhao
2021-08-05  7:39 ` [meta-cgl][PATCH 2/6] layer.conf: add honister to LAYERSERIES_COMPAT Yi Zhao
2021-08-05  7:39 ` [meta-cgl][PATCH 3/6] packagegroup-cgl-middleware: replace dhcp-client/dhcp-server with dhcpcd/kea Yi Zhao
2021-08-05  7:39 ` Yi Zhao [this message]
2021-08-05  7:39 ` [meta-cgl][PATCH 5/6] README: update Yi Zhao
2021-08-05  7:39 ` [meta-cgl][PATCH 6/6] crmsh: upgrade 4.2.0 -> 4.3.1 Yi Zhao
2021-08-05 15:56 ` [meta-cgl][PATCH 1/6] meta-cgl: convert to new override syntax Jeremy Puhlman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210805073930.382397-4-yi.zhao@windriver.com \
    --to=yi.zhao@windriver.com \
    --cc=jpuhlman@mvista.com \
    --cc=yocto@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.