table of contents
other versions
- stretch 4.9.168-1
IPCPERMS(9) | Kernel IPC facilities | IPCPERMS(9) |
NAME¶
ipcperms - check ipc permissionsSYNOPSIS¶
int ipcperms(struct ipc_namespace * ns, struct kern_ipc_perm * ipcp, short flag);
ARGUMENTS¶
nsipc namespace
ipcp
ipc permission set
flag
desired permission set
DESCRIPTION¶
Check user, group, other permissions for access to ipc resources. return 0 if allowedflag will most probably be 0 or S_...UGO from <linux/stat.h>
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |