Searched refs:security_sem_semop (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dsecurity.h490 int security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops,
1397 static inline int security_sem_semop(struct kern_ipc_perm *sma, function
/linux-master/ipc/
H A Dsem.c2066 error = security_sem_semop(&sma->sem_perm, sops, nsops, alter);
/linux-master/security/
H A Dsecurity.c3887 * security_sem_semop() - Check if a sysv semaphore operation is allowed
3898 int security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, function

Completed in 120 milliseconds