函数逻辑报告 |
Source Code:fs\exec.c |
Create Date:2022-07-29 10:33:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:bprm_fill_uid
函数原型:static void bprm_fill_uid(struct linux_binprm *bprm)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct linux_binprm * | bprm |
1526 | euid等于current_euid() |
1527 | egid等于current_egid() |
1529 | 如果非mnt_may_suid(mnt)则返回 |
1532 | 如果task_no_new_privs(当前进程)则返回 |
1541 | inode_lock(inode) |
1547 | inode_unlock(inode) |
1550 | 如果非kuid_has_mapping(user_ns, uid)或非kgid_has_mapping(user_ns, gid)则返回 |
名称 | 描述 |
---|---|
prepare_binprm | Fill the binprm structure from the inode.* Check permissions, then read the first BINPRM_BUF_SIZE bytes* This may be called multiple times for binary chains (scripts for example). |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |