Function report |
Source Code:security\smack\smack_lsm.c |
Create Date:2022-07-28 19:22:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:smack_of_ipc - the smack pointer for the ipc*@isp: the object* Returns a pointer to the smack value
Proto:static struct smack_known *smack_of_ipc(struct kern_ipc_perm *isp)
Type:struct smack_known
Parameter:
Type | Parameter | Name |
---|---|---|
struct kern_ipc_perm * | isp |
2914 | Return blob |
Name | Describe |
---|---|
smk_curacc_shm | smk_curacc_shm : check if current has access on shm*@isp : the object*@access : access requested* Returns 0 if current has the requested access, error code otherwise |
smk_curacc_sem | smk_curacc_sem : check if current has access on sem*@isp : the object*@access : access requested* Returns 0 if current has the requested access, error code otherwise |
smk_curacc_msq | smk_curacc_msq : helper to check if current has access on msq*@isp : the msq*@access : access requested* return 0 if current has access, error otherwise |
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 |