#!/bin/sh

. /etc/control.d/functions

CONFIG="${CONFIG:-/etc/security/pam_pkcs11/pam_pkcs11.conf}"
PARAM_SET_DIR="${PARAM_SET_DIR:-/etc/security/pam_pkcs11/param-set.d}"

export PROFILES_DIR="$PARAM_SET_DIR"
export SUMMARY="${SUMMARY:-PKCS11 parameter set selector}"
"${0%/*}/pam-pkcs11-profile" "$@"
