file_permission — check for additional access rights to a given file
file to check access rights for
right to check for (MAY_READ, MAY_WRITE, MAY_EXEC)
Used to check for read/write/execute permissions on an already opened file.
Do not use this function in new code. All access checks should be done using vfs_permission.