Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dpersonality.h19 READ_IMPLIES_EXEC = 0x0400000, enumerator
31 #define PER_CLEAR_ON_SETID (READ_IMPLIES_EXEC | \
/linux/Documentation/ABI/removed/
H A Dsysfs-selinux-checkreqprot14 for the READ_IMPLIES_EXEC personality flag. However, if set to
/linux/tools/testing/vma/
H A Dvma_internal.h285 #define TASK_EXEC ((current->personality & READ_IMPLIES_EXEC) ? VM_EXEC : 0)
324 #define TASK_EXEC ((current->personality & READ_IMPLIES_EXEC) ? VM_EXEC : 0)
457 READ_IMPLIES_EXEC = 0x0400000, enumerator
/linux/arch/mips/include/asm/
H A Delf.h397 current->personality &= ~READ_IMPLIES_EXEC; \
/linux/arch/x86/mm/
H A Dinit_64.c126 force_personality32 &= ~READ_IMPLIES_EXEC; in nonx32_setup()
128 force_personality32 |= READ_IMPLIES_EXEC; in nonx32_setup()
/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()
H A Dmprotect.c808 const bool rier = (current->personality & READ_IMPLIES_EXEC) && in do_mprotect_pkey()
H A Dmmap.c356 if ((prot & PROT_READ) && (current->personality & READ_IMPLIES_EXEC)) in do_mmap()
/linux/fs/
H A Dbinfmt_elf_fdpic.c352 current->personality |= READ_IMPLIES_EXEC; in load_elf_fdpic_binary()
/linux/security/
H A Dsecurity.c2465 if (!(current->personality & READ_IMPLIES_EXEC)) in mmap_prot()
/linux/include/linux/
H A Dmm.h512 #define TASK_EXEC ((current->personality & READ_IMPLIES_EXEC) ? VM_EXEC : 0)