Skip to content

Commit ac39544

Browse files
committed
overlay sys-apps/systemd: Drop selinux-related modifications
Signed-off-by: Krzesimir Nowak <[email protected]>
1 parent 4cf8546 commit ac39544

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-256.9-r1.ebuild renamed to sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-256.9-r2.ebuild

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,6 @@ PEFILE_DEPEND='dev-python/pefile[${PYTHON_USEDEP}]'
9999

100100
# baselayout-2.2 has /run
101101
#
102-
# Flatcar: Drop sec-policy/selinux-ntp from deps (under selinux use
103-
# flag). The image stage fails with "Failed to resolve
104-
# typeattributeset statement at
105-
# /var/lib/selinux/mcs/tmp/modules/400/ntp/cil:120"
106-
#
107102
# Flatcar: Added a dep on sys-apps/kbd. It provides a loadkeys binary
108103
# needed by dracut's systemd-vconsole-setup module.
109104
RDEPEND="${COMMON_DEPEND}
@@ -141,6 +136,7 @@ RDEPEND="${COMMON_DEPEND}
141136
)
142137
selinux? (
143138
sec-policy/selinux-base-policy[systemd]
139+
sec-policy/selinux-ntp
144140
)
145141
sysv-utils? (
146142
!sys-apps/openrc[sysv-utils(-)]
@@ -262,7 +258,6 @@ src_prepare() {
262258
"${FILESDIR}/0001-wait-online-set-any-by-default.patch"
263259
"${FILESDIR}/0003-needs-update-don-t-require-strictly-newer-usr.patch"
264260
"${FILESDIR}/0004-core-use-max-for-DefaultTasksMax.patch"
265-
"${FILESDIR}/0005-systemd-Disable-SELinux-permissions-checks.patch"
266261
"${FILESDIR}/0006-Revert-getty-Pass-tty-to-use-by-agetty-via-stdin.patch"
267262
"${FILESDIR}/0007-units-Keep-using-old-journal-file-format.patch"
268263
"${FILESDIR}/0009-initrd-parse-etc.service.patch"

0 commit comments

Comments
 (0)