All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle <arnout@mind.be>
To: James Knight <james.d.knight@live.com>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 2/3] package/rpm: explicit audit option
Date: Sat, 11 Sep 2021 22:31:13 +0200	[thread overview]
Message-ID: <a21945ca-9a6e-1993-4cf4-f9848c495747@mind.be> (raw)
In-Reply-To: <DM6PR08MB3993D7A0D181CE64EFFF613BA0D09@DM6PR08MB3993.namprd08.prod.outlook.com>



On 04/09/2021 22:40, James Knight wrote:
> Support for Linux audit has existed [1] since a v4.15 release; manage
> the configuration option explicitly.
> 
> [1]: https://github.com/rpm-software-management/rpm/commit/ad16a04b6e41612cdef6ab8755ad31c8b880a9fd
> 
> Signed-off-by: James Knight <james.d.knight@live.com>

 Applied to master, thanks.

 Regards,
 Arnout

> ---
>  package/rpm/rpm.mk | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/package/rpm/rpm.mk b/package/rpm/rpm.mk
> index 816deceff7..e9d2adf690 100644
> --- a/package/rpm/rpm.mk
> +++ b/package/rpm/rpm.mk
> @@ -38,6 +38,13 @@ else
>  RPM_CONF_OPTS += --without-acl
>  endif
>  
> +ifeq ($(BR2_PACKAGE_AUDIT),y)
> +RPM_DEPENDENCIES += audit
> +RPM_CONF_OPTS += --with-audit
> +else
> +RPM_CONF_OPTS += --without-audit
> +endif
> +
>  ifeq ($(BR2_PACKAGE_DBUS),y)
>  RPM_DEPENDENCIES += dbus
>  RPM_CONF_OPTS += --enable-plugins
> 
_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2021-09-11 20:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20210904204025.15457-1-james.d.knight@live.com>
2021-09-04 20:40 ` [Buildroot] [PATCH 2/3] package/rpm: explicit audit option James Knight
2021-09-11 20:31   ` Arnout Vandecappelle [this message]
2021-09-04 20:40 ` [Buildroot] [PATCH 3/3] package/rpm: introduce rpm2archive option James Knight
2021-09-11 20:33   ` Arnout Vandecappelle
2021-09-11 21:05     ` James Knight

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=a21945ca-9a6e-1993-4cf4-f9848c495747@mind.be \
    --to=arnout@mind.be \
    --cc=buildroot@buildroot.org \
    --cc=james.d.knight@live.com \
    /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.