Function report |
Source Code:security\selinux\hooks.c |
Create Date:2022-07-28 18:58:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:selinux_task_kill
Proto:static int selinux_task_kill(struct task_struct *p, struct kernel_siginfo *info, int sig, const struct cred *cred)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | p | |
struct kernel_siginfo * | info | |
int | sig | |
const struct cred * | cred |
4157 | If Not sig Then perm = PROCESS__SIGNULL |
4159 | Else perm = Convert a Linux signal to an access vector. |
4161 | If Not cred Then secid = get the subjective security ID of the current task |
4163 | Else secid = get the security ID of a set of credentials |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |