suse man page for file_permission

Query: file_permission

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

FILE_PERMISSION(9)						   The Linux VFS						FILE_PERMISSION(9)

NAME
file_permission - check for additional access rights to a given file
SYNOPSIS
int file_permission(struct file * file, int mask);
ARGUMENTS
file file to check access rights for mask right to check for (MAY_READ, MAY_WRITE, MAY_EXEC)
DESCRIPTION
Used to check for read/write/execute permissions on an already opened file.
NOTE
Do not use this function in new code. All access checks should be done using inode_permission.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 FILE_PERMISSION(9)
Related Man Pages
vop_access(9) - debian
vop_access(9) - opensolaris
vop_access(9) - minix
vop_access(9) - linux
vop_access(9) - hpux
Similar Topics in the Unix Linux Community
Re-apply the file permission
secure file permissions!
Check for file permission
Need a script to create file permission change restriction
What is wrong with file permission?