函数逻辑报告 |
Source Code:fs\inode.c |
Create Date:2022-07-29 10:38:09 |
Last Modify:2020-03-18 19:19:59 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:de_owner_or_capable - check current task permissions to inode*@inode: inode being checked* Return true if current either has CAP_FOWNER in a namespace with the* inode owner uid mapped, or owns the file.
函数原型:bool inode_owner_or_capable(const struct inode *inode)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct inode * | inode |
2082 | 如果uid_eq(current_fsuid(), i_uid)则返回:true |
2085 | ns等于current_user_ns() |
2088 | 返回:false |
名称 | 描述 |
---|---|
can_do_pageout | |
selinux_inode_setxattr | |
may_open | |
setfl | |
setattr_prepare | setattr_prepare - check if attribute changes to a dentry are allowed*@dentry: dentry to check*@attr: attributes to change* Check if we are allowed to change the attributes contained in @attr* in the given dentry |
notify_change | y_change - modify attributes of a filesytem object*@dentry: object affected*@attr: new attributes*@delegated_inode: returns inode, if the inode is delegated* The caller must hold the i_mutex on the affected object |
xattr_permission | Check permissions for extended attribute access. This is a bit complicated* because different namespaces have very different rules. |
fscrypt_ioctl_set_policy | |
set_posix_acl | |
can_do_mincore |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |