Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dpersonality.h19 READ_IMPLIES_EXEC = 0x0400000, enumerator
31 #define PER_CLEAR_ON_SETID (READ_IMPLIES_EXEC | \
/linux-5.19.10/arch/loongarch/include/asm/
Dpage.h108 ((current->personality & READ_IMPLIES_EXEC) ? VM_EXEC : 0) | \
/linux-5.19.10/Documentation/ABI/obsolete/
Dsysfs-selinux-checkreqprot11 for the READ_IMPLIES_EXEC personality flag. However, if set to
/linux-5.19.10/arch/arm64/include/asm/
Delf.h164 current->personality &= ~READ_IMPLIES_EXEC; \
/linux-5.19.10/arch/x86/kernel/
Dprocess_64.c679 current->personality &= ~READ_IMPLIES_EXEC; in set_personality_64bit()
688 current->personality &= ~READ_IMPLIES_EXEC; in __set_personality_x32()
/linux-5.19.10/arch/mips/include/asm/
Delf.h397 current->personality &= ~READ_IMPLIES_EXEC; \
/linux-5.19.10/mm/
Dnommu.c867 if (current->personality & READ_IMPLIES_EXEC) { in validate_mmap_request()
886 (current->personality & READ_IMPLIES_EXEC)) in validate_mmap_request()
Dmprotect.c622 const bool rier = (current->personality & READ_IMPLIES_EXEC) && in do_mprotect_pkey()
Dmmap.c1436 if ((prot & PROT_READ) && (current->personality & READ_IMPLIES_EXEC)) in do_mmap()
/linux-5.19.10/arch/x86/mm/
Dinit_64.c120 force_personality32 &= ~READ_IMPLIES_EXEC; in nonx32_setup()
122 force_personality32 |= READ_IMPLIES_EXEC; in nonx32_setup()
/linux-5.19.10/arch/x86/kernel/cpu/sgx/
Dencl.c374 if (current->personality & READ_IMPLIES_EXEC) in sgx_encl_may_map()
/linux-5.19.10/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-5.19.10/security/
Dsecurity.c1563 if (!(current->personality & READ_IMPLIES_EXEC)) in mmap_prot()
/linux-5.19.10/include/linux/
Dmm.h373 #define TASK_EXEC ((current->personality & READ_IMPLIES_EXEC) ? VM_EXEC : 0)