Admin user home directory mounted noexec / moving admin home directory

admin@truenas[~]$ code tunnel
zsh: permission denied: code
admin@truenas[~]$ df ~
Filesystem                    1K-blocks   Used Available Use% Mounted on
boot-pool/ROOT/25.10.2.1/home 419129728 723456 418406272   1% /home
admin@truenas[~]$ mount | grep ' /home'
boot-pool/ROOT/25.10.2.1/home on /home type zfs (rw,nosuid,nodev,noexec,relatime,xattr,noacl,casesensitive)

It seems after updating TrueNAS Scale to 25.10 binaries in admin user’s home directory no longer work because the home directory is in a boot dataset which is mounted noexec?

I was thinking maybe I can move admin’s home to another dataset but it seems Edit User > Additional Details > Home Directory is read only for the admin user.

Not sure what’s the intended way of adding custom binaries for the admin user?

RTFM :sweat_smile: