Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
coreos-base: add selinux dependencies to the SDK
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
  • Loading branch information
tormath1 committed Nov 23, 2022
1 parent 8d7b7a8 commit f9a9943
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions coreos-base/hard-host-depends/hard-host-depends-0.0.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,8 @@ RDEPEND="${RDEPEND}
RDEPEND="${RDEPEND}
!coreos-base/google-breakpad
"

# required for squashFS relabelling
RDEPEND="${RDEPEND}
sys-fs/squashfs-tools-ng
"
3 changes: 3 additions & 0 deletions profiles/coreos/targets/sdk/package.use
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ x11-libs/pixman static-libs

# Enable gssapi for SDK
net-dns/bind-tools gssapi

# Enable SELinux for relabelling with gensquashfs
sys-fs/squashfs-tools-ng selinux

0 comments on commit f9a9943

Please sign in to comment.