All of lore.kernel.org
 help / color / mirror / Atom feed
From: akuster <akuster@mvista.com>
To: Saul Wold <sgw@linux.intel.com>, yocto@yoctoproject.org
Subject: Re: [meta-security][PATCH 1/3] packagegroup: Add initial set of package groups
Date: Thu, 10 Jul 2014 08:52:18 -0700	[thread overview]
Message-ID: <53BEB6B2.7040109@mvista.com> (raw)
In-Reply-To: <53BEAC13.5000208@linux.intel.com>

will fix in V2 .

thanks,
Armin

On 07/10/2014 08:06 AM, Saul Wold wrote:
> On 07/10/2014 07:30 AM, Armin Kuster wrote:
>> Signed-off-by: Armin Kuster <akuster@mvista.com>
>> ---
>>   .../packagegroup/packagegroup-core-security.bb     | 45 
>> ++++++++++++++++++++++
>>   1 file changed, 45 insertions(+)
>>   create mode 100644 
>> recipes-security/packagegroup/packagegroup-core-security.bb
>>
>> diff --git 
>> a/recipes-security/packagegroup/packagegroup-core-security.bb 
>> b/recipes-security/packagegroup/packagegroup-core-security.bb
>> new file mode 100644
>> index 0000000..1acc4a9
>> --- /dev/null
>> +++ b/recipes-security/packagegroup/packagegroup-core-security.bb
>> @@ -0,0 +1,45 @@
>> +DESCRIPTION = "Security packagegroup for Poky"
>> +LICENSE = "MIT"
>> +LIC_FILES_CHKSUM = 
>> "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
>> + 
>> file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
>> +
>> +PR = "r0"
>> +
> You can drop the PR as they are un-needed now with the PR Server
>
>> +inherit packagegroup
>> +
>> +PACKAGES = "\
>> +    packagegroup-core-security \
>> +    packagegroup-security-utils \
>> +    packagegroup-security-scanners \
>> +    "
>> +
>> +RDEPENDS_packagegroup-core-security = "\
>> +    packagegroup-security-utils \
>> +    packagegroup-security-scanners \
>> +    "
>> +
>> +SUMMARY_packagegroup-security-utils = "Security utilities"
>> +RDEPENDS_packagegroup-security-utils = "\
>> +    nmap \
>> +    libseccomp \
>> +    pinentry \
>> +    ${@bb.utils.contains("DISTRO_FEATURES", "pax", "pax-utils", 
>> "",d)} \
>> +    "
>> +
>> +SUMMARY_packagegroup-security-scanners = "Security scanners"
>> +RDEPENDS_packagegroup-security-scanners = "\
>> +    nikto \
>> +    checksecurity \
>> +    "
>> +
>> +SUMMARY_packagegroup-security-audit = "Security Audit tools "
>> +RDEPENDS_packagegroup-security-audit = " \
>> +    buck-security \
>> +    redhat-security \
>> +    "
>> +
>> +SUMMARY_packagegroup-security-hardening = "Security Hardening tools"
>> +RDEPENDS_packagegroup-security-hardening = " \
>> +    bastille \
>> +    "
>> +
>>



  reply	other threads:[~2014-07-10 15:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-10 14:30 [meta-security][PATCH 0/3] Add image, packagegroups and ditro Armin Kuster
2014-07-10 14:30 ` [meta-security][PATCH 1/3] packagegroup: Add initial set of package groups Armin Kuster
2014-07-10 15:06   ` Saul Wold
2014-07-10 15:52     ` akuster [this message]
2014-07-10 14:30 ` [meta-security][PATCH 2/3] images: Add initial image Armin Kuster
2014-07-10 14:30 ` [meta-security][PATCH 3/3] distro: Add distro Armin Kuster
2014-07-14 11:31   ` Paul Eggleton
2014-07-14 19:20     ` akuster

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=53BEB6B2.7040109@mvista.com \
    --to=akuster@mvista.com \
    --cc=sgw@linux.intel.com \
    --cc=yocto@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.