Lines Matching +full:touch +full:- +full:keys
21 if [ `$SYSCTL_N security.jail.mount_allowed` -eq 1 ]; then
22 zfs mount -a
28 zfs mount -va
29 zfs share -a
30 if [ ! -r /etc/zfs/exports ]; then
31 touch /etc/zfs/exports
37 if [ `$SYSCTL_N security.jail.jailed` -eq 1 ]; then
46 # Some of the keys to decrypt datasets are potentially stored on ZFS
47 # datasets that just got mounted. Let's try to load those keys and
57 if [ `$SYSCTL_N security.jail.mount_allowed` -eq 1 ]; then
58 zfs unmount -a
64 zfs unshare -a
65 zfs unmount -a
70 if [ `$SYSCTL_N security.jail.jailed` -eq 1 ]; then