Fix: permission on /etc/sssd
All checks were successful
Build package / build-package (push) Successful in 7s
All checks were successful
Build package / build-package (push) Successful in 7s
This commit is contained in:
3
PKGBUILD
3
PKGBUILD
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user