coreos-base/coreos: Add sssd and realmd to the build

Pull sssd and realmd into the build
This commit is contained in:
Matthew Garrett 2016-04-05 22:04:43 -07:00
parent 10ca7a9467
commit 7477216fa1
4 changed files with 9 additions and 0 deletions

View File

@ -154,6 +154,8 @@ RDEPEND="${RDEPEND}
sys-apps/util-linux
sys-apps/which
sys-block/open-iscsi
sys-auth/realmd
sys-auth/sssd
sys-fs/btrfs-progs
sys-fs/e2fsprogs
sys-fs/mdadm

View File

@ -0,0 +1,2 @@
d /var/lib/cache/realmd 755 root root - -
d /var/lib/lib/realmd 755 root root - -

View File

@ -38,3 +38,8 @@ src_configure() {
--with-distro=defaults \
--disable-doc
}
src_install() {
systemd_dotmpfilesd "${FILESDIR}/tmpfiles.d/${PN}.conf"
autotools-utils_src_install DBUS_POLICY_DIR=/usr/share/dbus-1/system.d
}