I’m want to allow users to be able to mount an encrypted directory in their home directory. Unfortunately, this requires allowing normal users to transition into mount_t via a mount executable, which I think would be wise to avoid. Is there a good way to allow users to mount only a certain type, say user_home_t (or in my case, crypt_home_t)? Thanks!