vfs_permission — check for access rights to a given path
lookup result that describes the path
right to check for (MAY_READ, MAY_WRITE, MAY_EXEC)
Used to check for read/write/execute permissions on a path. We use “fsuid” for this, letting us set arbitrary permissions for filesystem access without changing the “normal” uids which are used for other things.