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