SystemDは強化/SELinuxには表示できません。

SystemDは強化/SELinuxには表示できません。

私はhardened/linux/amd64/selinux最近、Gentoo amd64の3段階プロファイルを見ています。

SystemDをインストールしようとしていますが、次のようになります。

> emerge -aq sys-apps/
The following mask changes are necessary to proceed:
 ( see "package.unmask" in the portage(5) man page for more details)
# required by sys-apps/systemd (argument)
# /usr/portage/profiles/features/selinux/package.mask
# Jason Zaman<[email protected]> (27 Jun 2015)
# SystemD has no support in the SELinux policy at the moment.
# Please see: https://wiki.gentoo.org/wiki/SELinux/FAQ#Can_I_use_SELinux_with_SystemD.3F
=sys-apps/systemd-228-r1

Would you like to add these changes to your config files? [Yes/No]

私はそう答え、次を見ました。

Autounmask changes successfully written.

!!! All ebuilds that could satisfy ">=sys-apps/dbus-1.6.8-r1:0[systemd]" have been masked.
!!! One of the following masked packages is required to complete your request:
- sys-apps/dbus-1.10.6::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask
# Mike Gilbert <[email protected]> (06 Dec 2015)
# Masked for testing.

(dependency required by "sys-apps/systemd-228-r1::gentoo" [ebuild])
(dependency required by "sys-apps/systemd" [argument])
For more information, see the MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook.

ちなみに、私の/etc/portage/make.confは次のようになります:

CFLAGS="-march=native -O2 -pipe"
CXXFLAGS="${CFLAGS}"
CHOST="x86_64-pc-linux-gnu"
USE="bindist mmx sse sse2 systemd -consolekit"
PORTDIR="/usr/portage"
DISTDIR="${PORTDIR}/distfiles"
PKGDIR="${PORTDIR}/packages"
ACCEPT_KEYWORDS="~amd64"

私が訪れるなら上記のURL、次の内容が表示されます。

ここに画像の説明を入力してください。

重要な要約:SystemDはSELinuxで使用できますが、バグレポートを参照してください。

私はGentooのコツを学びようとしています。私がここで何か間違っているのでしょうか?インストールを続行できるようにSystemDをインストールしたいと思います。


編集:明らかにまだベータ版のDBUSバージョン1.10.6が必要です。ただし、その要件を満たすことができるDBUSパッケージがまだあります。要求されており、>=sys-apps/dbus-1.6.8-r1:0[systemd]要件を満たす必要がある信頼できるバージョンには1.8.16があります。 DBUSを手動でインストールしてUSEフラグに追加しましたが、dbusまだわかりません。 DBUSの要件が満たされていることを確認できないのはなぜですか?

編集2:もっと遠く進むことができましたが、状況が自ら衝突するようです。

ここに画像の説明を入力してください。

ベストアンサー1

おすすめ記事