Home
last modified time | relevance | path

Searched refs:READ_IMPLIES_EXEC (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/ABI/removed/
H A Dsysfs-selinux-checkreqprot14 for the READ_IMPLIES_EXEC personality flag. However, if set to
/linux/arch/mips/include/asm/
H A Delf.h399 current->personality &= ~READ_IMPLIES_EXEC; \
/linux/tools/testing/vma/include/
H A Ddup.h323 #define TASK_EXEC_BIT ((current->personality & READ_IMPLIES_EXEC) ? \
420 READ_IMPLIES_EXEC = 0x0400000, enumerator
/linux/mm/
H A Dnommu.c811 if (current->personality & READ_IMPLIES_EXEC) { in validate_mmap_request()
830 (current->personality & READ_IMPLIES_EXEC)) in validate_mmap_request()
/linux/fs/
H A Dbinfmt_elf_fdpic.c360 current->personality |= READ_IMPLIES_EXEC; in load_elf_fdpic_binary()
/linux/security/
H A Dsecurity.c2542 if (!(current->personality & READ_IMPLIES_EXEC)) in mmap_prot()
/linux/include/linux/
H A Dmm.h552 #define TASK_EXEC_BIT ((current->personality & READ_IMPLIES_EXEC) ? \