Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dpersonality.h19 READ_IMPLIES_EXEC = 0x0400000, enumerator
31 #define PER_CLEAR_ON_SETID (READ_IMPLIES_EXEC | \
/linux-6.1.9/arch/loongarch/include/asm/
Dpage.h106 ((current->personality & READ_IMPLIES_EXEC) ? VM_EXEC : 0) | \
/linux-6.1.9/Documentation/ABI/obsolete/
Dsysfs-selinux-checkreqprot11 for the READ_IMPLIES_EXEC personality flag. However, if set to
/linux-6.1.9/arch/arm64/include/asm/
Delf.h164 current->personality &= ~READ_IMPLIES_EXEC; \
/linux-6.1.9/arch/x86/kernel/
Dprocess_64.c680 current->personality &= ~READ_IMPLIES_EXEC; in set_personality_64bit()
689 current->personality &= ~READ_IMPLIES_EXEC; in __set_personality_x32()
/linux-6.1.9/arch/mips/include/asm/
Delf.h397 current->personality &= ~READ_IMPLIES_EXEC; \
/linux-6.1.9/arch/x86/mm/
Dinit_64.c126 force_personality32 &= ~READ_IMPLIES_EXEC; in nonx32_setup()
128 force_personality32 |= READ_IMPLIES_EXEC; in nonx32_setup()
/linux-6.1.9/mm/
Dnommu.c850 if (current->personality & READ_IMPLIES_EXEC) { in validate_mmap_request()
869 (current->personality & READ_IMPLIES_EXEC)) in validate_mmap_request()
Dmprotect.c678 const bool rier = (current->personality & READ_IMPLIES_EXEC) && in do_mprotect_pkey()
Dmmap.c1260 if ((prot & PROT_READ) && (current->personality & READ_IMPLIES_EXEC)) in do_mmap()
/linux-6.1.9/arch/x86/kernel/cpu/sgx/
Dencl.c521 if (current->personality & READ_IMPLIES_EXEC) in sgx_encl_may_map()
/linux-6.1.9/fs/
Dbinfmt_elf_fdpic.c353 current->personality |= READ_IMPLIES_EXEC; in load_elf_fdpic_binary()
Dbinfmt_elf.c1010 current->personality |= READ_IMPLIES_EXEC; in load_elf_binary()
/linux-6.1.9/include/linux/
Dmm.h377 #define TASK_EXEC ((current->personality & READ_IMPLIES_EXEC) ? VM_EXEC : 0)
/linux-6.1.9/security/
Dsecurity.c1566 if (!(current->personality & READ_IMPLIES_EXEC)) in mmap_prot()