When I mount my EFS to a user directory, the directory policy becomes system_u:object_r:nfs_t:s0
, which is too restrictive - I need it to behave more like a typical user directory, which is unconfined_u:object_r:user_home_dir_t:s0
.
How do I change this?