Merge pull request #2259 from mischief/sssd-perms

sys-auth/sssd: move config permissions into tmpfiles
This commit is contained in:
Nick Owens 2016-10-31 11:14:08 -07:00 committed by GitHub
commit df974ce059
2 changed files with 1 additions and 2 deletions

View File

@ -1,2 +1,2 @@
d /etc/sssd 0700 root root - -
C /etc/sssd/sssd.conf - - - - /usr/share/sssd/sssd-example.conf
C /etc/sssd/sssd.conf 0600 root root - /usr/share/sssd/sssd-example.conf

View File

@ -182,7 +182,6 @@ multilib_src_install_all() {
prune_libtool_files --all
insinto /usr/share/sssd
insopts -m600
doins "${S}"/src/examples/sssd-example.conf
systemd_dounit "${FILESDIR}/${PN}.service"