* [meta-selinux][PATCH 0/3] Small dependency clean up.
@ 2013-10-31 0:33 Philip Tricca
2013-10-31 0:33 ` [meta-selinux][PATCH 1/3] Add RDEPENDS to selinux-config recipe Philip Tricca
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Philip Tricca @ 2013-10-31 0:33 UTC (permalink / raw)
To: yocto
This series adds the necessary run-time dependencies to the
selinux-config package. Some clean up follows removing the selinux
lib* packages from the packagegroups as they get pulled in by the
utilities anyways.
Philip Tricca (3):
Add RDEPENDS to selinux-config recipe.
Remove unnecessary dependencies from minimal packagegroup.
Remove unnecessary packages from packagegroup-core-selinux.
recipes-security/packagegroups/packagegroup-core-selinux.bb | 7 -------
recipes-security/packagegroups/packagegroup-selinux-minimal.bb | 8 --------
recipes-security/selinux/selinux-config_0.1.bb | 8 ++++++++
3 files changed, 8 insertions(+), 15 deletions(-)
--
1.7.10.4
^ permalink raw reply [flat|nested] 6+ messages in thread
* [meta-selinux][PATCH 1/3] Add RDEPENDS to selinux-config recipe.
2013-10-31 0:33 [meta-selinux][PATCH 0/3] Small dependency clean up Philip Tricca
@ 2013-10-31 0:33 ` Philip Tricca
2013-10-31 0:33 ` [meta-selinux][PATCH 2/3] Remove unnecessary dependencies from minimal packagegroup Philip Tricca
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: Philip Tricca @ 2013-10-31 0:33 UTC (permalink / raw)
To: yocto
These dependencies contain the utilities required for the selinux init
script to function properly.
Signed-off-by: Philip Tricca <flihp@twobit.us>
---
recipes-security/selinux/selinux-config_0.1.bb | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/recipes-security/selinux/selinux-config_0.1.bb b/recipes-security/selinux/selinux-config_0.1.bb
index 6af9c54..27d9995 100644
--- a/recipes-security/selinux/selinux-config_0.1.bb
+++ b/recipes-security/selinux/selinux-config_0.1.bb
@@ -12,6 +12,14 @@ PR = "r3"
SRC_URI = "file://selinux-init.sh"
+RDEPENDS_${PN} = " \
+ coreutils \
+ libselinux-bin \
+ policycoreutils-fixfiles \
+ policycoreutils-secon \
+ policycoreutils-setfiles \
+"
+
inherit update-rc.d
INITSCRIPT_NAME = "0selinux-init"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [meta-selinux][PATCH 2/3] Remove unnecessary dependencies from minimal packagegroup.
2013-10-31 0:33 [meta-selinux][PATCH 0/3] Small dependency clean up Philip Tricca
2013-10-31 0:33 ` [meta-selinux][PATCH 1/3] Add RDEPENDS to selinux-config recipe Philip Tricca
@ 2013-10-31 0:33 ` Philip Tricca
2013-10-31 0:33 ` [meta-selinux][PATCH 3/3] Remove unnecessary packages from packagegroup-core-selinux Philip Tricca
2013-11-06 15:39 ` [meta-selinux][PATCH 0/3] Small dependency clean up Philip Tricca
3 siblings, 0 replies; 6+ messages in thread
From: Philip Tricca @ 2013-10-31 0:33 UTC (permalink / raw)
To: yocto
Signed-off-by: Philip Tricca <flihp@twobit.us>
---
recipes-security/packagegroups/packagegroup-selinux-minimal.bb | 8 --------
1 file changed, 8 deletions(-)
diff --git a/recipes-security/packagegroups/packagegroup-selinux-minimal.bb b/recipes-security/packagegroups/packagegroup-selinux-minimal.bb
index bae15ea..072320d 100644
--- a/recipes-security/packagegroups/packagegroup-selinux-minimal.bb
+++ b/recipes-security/packagegroups/packagegroup-selinux-minimal.bb
@@ -11,16 +11,8 @@ PACKAGES = "\
ALLOW_EMPTY_${PN} = "1"
RDEPENDS_${PN} = "\
- coreutils \
- libsepol \
- libselinux \
- libselinux-bin \
- libsemanage \
- policycoreutils-fixfiles \
- policycoreutils-secon \
policycoreutils-semodule \
policycoreutils-sestatus \
- policycoreutils-setfiles \
selinux-config \
refpolicy-mls \
"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [meta-selinux][PATCH 3/3] Remove unnecessary packages from packagegroup-core-selinux.
2013-10-31 0:33 [meta-selinux][PATCH 0/3] Small dependency clean up Philip Tricca
2013-10-31 0:33 ` [meta-selinux][PATCH 1/3] Add RDEPENDS to selinux-config recipe Philip Tricca
2013-10-31 0:33 ` [meta-selinux][PATCH 2/3] Remove unnecessary dependencies from minimal packagegroup Philip Tricca
@ 2013-10-31 0:33 ` Philip Tricca
2013-11-06 15:39 ` [meta-selinux][PATCH 0/3] Small dependency clean up Philip Tricca
3 siblings, 0 replies; 6+ messages in thread
From: Philip Tricca @ 2013-10-31 0:33 UTC (permalink / raw)
To: yocto
The libraries are pulled in by dependencies and it doesn't make much
sense to have the compiler in an image.
Signed-off-by: Philip Tricca <flihp@twobit.us>
---
recipes-security/packagegroups/packagegroup-core-selinux.bb | 7 -------
1 file changed, 7 deletions(-)
diff --git a/recipes-security/packagegroups/packagegroup-core-selinux.bb b/recipes-security/packagegroups/packagegroup-core-selinux.bb
index 76863b0..6f01af9 100644
--- a/recipes-security/packagegroups/packagegroup-core-selinux.bb
+++ b/recipes-security/packagegroups/packagegroup-core-selinux.bb
@@ -11,13 +11,6 @@ PACKAGES = "\
ALLOW_EMPTY_${PN} = "1"
RDEPENDS_${PN} = " \
- ustr \
- libsepol \
- libsepol-bin \
- libselinux \
- libselinux-bin \
- libsemanage \
- checkpolicy \
sepolgen \
packagegroup-selinux-policycoreutils \
setools \
--
1.7.10.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [meta-selinux][PATCH 0/3] Small dependency clean up.
2013-10-31 0:33 [meta-selinux][PATCH 0/3] Small dependency clean up Philip Tricca
` (2 preceding siblings ...)
2013-10-31 0:33 ` [meta-selinux][PATCH 3/3] Remove unnecessary packages from packagegroup-core-selinux Philip Tricca
@ 2013-11-06 15:39 ` Philip Tricca
2013-11-06 15:49 ` Joe MacDonald
3 siblings, 1 reply; 6+ messages in thread
From: Philip Tricca @ 2013-11-06 15:39 UTC (permalink / raw)
To: Joe MacDonald; +Cc: yocto@yoctoproject.org
Hey Joe,
Have you had a chance to look at this one yet?
Thanks,
- Philip
On 10/30/2013 08:33 PM, Philip Tricca wrote:
> This series adds the necessary run-time dependencies to the
> selinux-config package. Some clean up follows removing the selinux
> lib* packages from the packagegroups as they get pulled in by the
> utilities anyways.
>
> Philip Tricca (3):
> Add RDEPENDS to selinux-config recipe.
> Remove unnecessary dependencies from minimal packagegroup.
> Remove unnecessary packages from packagegroup-core-selinux.
>
> recipes-security/packagegroups/packagegroup-core-selinux.bb | 7 -------
> recipes-security/packagegroups/packagegroup-selinux-minimal.bb | 8 --------
> recipes-security/selinux/selinux-config_0.1.bb | 8 ++++++++
> 3 files changed, 8 insertions(+), 15 deletions(-)
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [meta-selinux][PATCH 0/3] Small dependency clean up.
2013-11-06 15:39 ` [meta-selinux][PATCH 0/3] Small dependency clean up Philip Tricca
@ 2013-11-06 15:49 ` Joe MacDonald
0 siblings, 0 replies; 6+ messages in thread
From: Joe MacDonald @ 2013-11-06 15:49 UTC (permalink / raw)
To: Philip Tricca; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 1172 bytes --]
Hey Phil,
[Re: [meta-selinux][PATCH 0/3] Small dependency clean up.] On 13.11.06 (Wed 10:39) Philip Tricca wrote:
> Hey Joe,
>
> Have you had a chance to look at this one yet?
Not yet, no. I'm just getting through the backlog of meta-selinux and
meta-networking stuff now.
-J.
>
> Thanks,
> - Philip
>
> On 10/30/2013 08:33 PM, Philip Tricca wrote:
> > This series adds the necessary run-time dependencies to the
> > selinux-config package. Some clean up follows removing the selinux
> > lib* packages from the packagegroups as they get pulled in by the
> > utilities anyways.
> >
> > Philip Tricca (3):
> > Add RDEPENDS to selinux-config recipe.
> > Remove unnecessary dependencies from minimal packagegroup.
> > Remove unnecessary packages from packagegroup-core-selinux.
> >
> > recipes-security/packagegroups/packagegroup-core-selinux.bb | 7 -------
> > recipes-security/packagegroups/packagegroup-selinux-minimal.bb | 8 --------
> > recipes-security/selinux/selinux-config_0.1.bb | 8 ++++++++
> > 3 files changed, 8 insertions(+), 15 deletions(-)
> >
>
--
-Joe MacDonald.
:wq
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-11-06 15:49 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-31 0:33 [meta-selinux][PATCH 0/3] Small dependency clean up Philip Tricca
2013-10-31 0:33 ` [meta-selinux][PATCH 1/3] Add RDEPENDS to selinux-config recipe Philip Tricca
2013-10-31 0:33 ` [meta-selinux][PATCH 2/3] Remove unnecessary dependencies from minimal packagegroup Philip Tricca
2013-10-31 0:33 ` [meta-selinux][PATCH 3/3] Remove unnecessary packages from packagegroup-core-selinux Philip Tricca
2013-11-06 15:39 ` [meta-selinux][PATCH 0/3] Small dependency clean up Philip Tricca
2013-11-06 15:49 ` Joe MacDonald
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.