#!/bin/sh set -e LIBDIR=/usr/libexec/sssd case "$1" in configure) chmod 0750 $LIBDIR/krb5_child $LIBDIR/ldap_child ;; esac #DEBHELPER#