zfs: add runtime filetrans for dirs

Needed by zfs recv.

Signed-off-by: Kenton Groombridge <me@concord.sh>
This commit is contained in:
Kenton Groombridge 2023-03-05 18:03:34 -05:00
parent 18c1eeb654
commit 011aadef16

View File

@ -85,7 +85,7 @@ read_files_pattern(zfs_t, zfs_config_t, zfs_config_t)
read_lnk_files_pattern(zfs_t, zfs_config_t, zfs_config_t)
manage_files_pattern(zfs_t, zfs_runtime_t, zfs_runtime_t)
files_runtime_filetrans(zfs_t, zfs_runtime_t, file)
files_runtime_filetrans(zfs_t, zfs_runtime_t, { dir file })
# to execute scripts in /usr/libexec/zfs
corecmd_exec_bin(zfs_t)