Fix: sssd drop-in conf permisssion
All checks were successful
Build package / build-package (push) Successful in 6s
All checks were successful
Build package / build-package (push) Successful in 6s
This commit is contained in:
4
PKGBUILD
4
PKGBUILD
@@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Yi-Ting Shih <ytshih@konchin.com>
|
# Maintainer: Yi-Ting Shih <ytshih@konchin.com>
|
||||||
pkgname=hl-ldap-env
|
pkgname=hl-ldap-env
|
||||||
pkgver=0.0.6
|
pkgver=0.0.7
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="LDAP and NFS environment for konchin.com homelab"
|
pkgdesc="LDAP and NFS environment for konchin.com homelab"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
@@ -41,7 +41,7 @@ package() {
|
|||||||
|
|
||||||
install -Dm644 net-home.mount "$pkgdir/etc/systemd/system/net-home.mount"
|
install -Dm644 net-home.mount "$pkgdir/etc/systemd/system/net-home.mount"
|
||||||
install -Dm750 -d "$pkgdir/etc/sssd" "$pkgdir/etc/sssd/conf.d"
|
install -Dm750 -d "$pkgdir/etc/sssd" "$pkgdir/etc/sssd/conf.d"
|
||||||
install -Dm644 60-sssd.conf "$pkgdir/etc/sssd/conf.d/60-sssd.conf"
|
install -Dm640 60-sssd.conf "$pkgdir/etc/sssd/conf.d/60-sssd.conf"
|
||||||
install -Dm644 "61-$pkgname.hook" "$pkgdir/etc/pacman.d/hooks/61-$pkgname.hook"
|
install -Dm644 "61-$pkgname.hook" "$pkgdir/etc/pacman.d/hooks/61-$pkgname.hook"
|
||||||
}
|
}
|
||||||
sha256sums=('14935c05b62680f9e3932df456b126404545d621e767cfea3a662755ba43c54b'
|
sha256sums=('14935c05b62680f9e3932df456b126404545d621e767cfea3a662755ba43c54b'
|
||||||
|
|||||||
Reference in New Issue
Block a user