Fix: permission on /etc/sssd
All checks were successful
Build package / build-package (push) Successful in 7s

This commit is contained in:
2025-07-28 10:26:04 +08:00
parent cebde7d2fa
commit cbf548eaf8

View File

@@ -1,7 +1,7 @@
# Maintainer: Yi-Ting Shih <ytshih@konchin.com>
pkgname=hl-ldap-env
pkgver=0.0.3
pkgrel=1
pkgrel=2
pkgdesc="LDAP and NFS environment for konchin.com homelab"
arch=(any)
url="https://gitea.konchin.com/package/hl-ldap-env"
@@ -41,6 +41,7 @@ package() {
done
install -Dm644 net-home.mount "$pkgdir/etc/systemd/system/net-home.mount"
install -Dm750 -d "$pkgdir/etc/sssd/conf.d"
install -Dm644 60-sssd.conf "$pkgdir/etc/sssd/conf.d/60-sssd.conf"
install -Dm644 "61-$pkgname.hook" "$pkgdir/etc/pacman.d/hooks/61-$pkgname.hook"
}