Query: generic_permission
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GENERIC_PERMISSION(9) The Linux VFS GENERIC_PERMISSION(9)NAMEgeneric_permission - check for access rights on a Posix-like filesystemSYNOPSISint generic_permission(struct inode * inode, int mask);ARGUMENTSinode inode to check access rights for mask right to check for (MAY_READ, MAY_WRITE, MAY_EXEC, ...)DESCRIPTIONUsed to check for read/write/execute permissions on a file. We use "fsuid" for this, letting us set arbitrary permissions for filesystem access without changing the "normal" uids which are used for other things. generic_permission is rcu-walk aware. It returns -ECHILD in case an rcu-walk request cannot be satisfied (eg. requires blocking or too much complexity). It would then be called again in ref-walk mode.COPYRIGHTKernel Hackers Manual 3.10 June 2014 GENERIC_PERMISSION(9)
Related Man Pages |
---|
tcl_stat(3) - opendarwin |
open(5) - plan9 |
tcl_access(3) - opendarwin |
tcl_access(3) - osx |
clri(8) - osx |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
Docker learning Phase-I |
CentOS 6 ran out of space, need to reclaim it |
Controlling user input |
Please Welcome Dave Munro to the Moderator Team! |