Fix DR_OVERRIDDEN use-after-free race in dbuf_sync_leaf
[zfs.git] / contrib / debian / openzfs-libpam-zfs.postinst
blob03893454eee9ce0e242afd52c83ce0d8c1f51aa3
1 #!/bin/sh
2 set -e
4 if ! $(ldd "/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)/security/pam_zfs_key.so" | grep -q "libasan") ; then
5 pam-auth-update --package
6 fi
8 #DEBHELPER#