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

/security/selinux/
H A Dhooks.c2263 /* Check for shared state */
3328 static int file_map_prot_check(struct file *file, unsigned long prot, int shared) argument
3334 (prot & PROT_EXEC) && (!file || (!shared && (prot & PROT_WRITE)))) {
3349 /* write access only matters if the mapping is shared */
3350 if (shared && (prot & PROT_WRITE))

Completed in 117 milliseconds