| Function report | 
| Source Code: security\smack\smack_lsm.c | Create Date:2022-07-28 19:21:32 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:smack_file_send_sigiotask - Smack on sigio*@tsk: The target task*@fown: the object the signal come from*@signum: unused* Allow a privileged task to get signals even if it shouldn't* Returns 0 if a subject with the object's smack could
Proto:static int smack_file_send_sigiotask(struct task_struct *tsk, struct fown_struct *fown, int signum)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct task_struct * | tsk | |
| struct fown_struct * | fown | |
| int | signum | 
| 1799 | blob = smack_file(file) | 
| 1801 | rc = smk_access(skp, tkp, Signal delivery requires write , NULL) | 
| 1802 | rc = smk_bu_note("sigiotask", skp, tkp, Signal delivery requires write , rc) | 
| 1811 | smk_ad_setfield_u_tsk( & ad, tsk) | 
| 1813 | Return rc | 
| 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 |