Home
last modified time | relevance | path

Searched refs:READ_IMPLIES_EXEC (Results 1 – 8 of 8) 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/arch/mips/include/asm/
H A Delf.h399 current->personality &= ~READ_IMPLIES_EXEC; \
/linux/tools/testing/vma/include/
H A Ddup.h319 #define TASK_EXEC_BIT ((current->personality & READ_IMPLIES_EXEC) ? \
416 READ_IMPLIES_EXEC = 0x0400000, enumerator
/linux/fs/
H A Dbinfmt_elf_fdpic.c352 current->personality |= READ_IMPLIES_EXEC; in load_elf_fdpic_binary()
H A Dbinfmt_elf.c1018 current->personality |= READ_IMPLIES_EXEC; in load_elf_binary()
/linux/security/
H A Dsecurity.c2542 if (!(current->personality & READ_IMPLIES_EXEC)) in mmap_prot()
/linux/include/linux/
H A Dmm.h517 #define TASK_EXEC_BIT ((current->personality & READ_IMPLIES_EXEC) ? \