Browse Source

arm64: elf.h: Correct comment about READ_IMPLIES_EXEC propagation

Process personality always propagates across a fork(), but can change
at an execve().

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Ben Hutchings 7 years ago
parent
commit
0c3039ffc0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      arch/arm64/include/asm/elf.h

+ 2 - 2
arch/arm64/include/asm/elf.h

@@ -188,8 +188,8 @@ typedef compat_elf_greg_t		compat_elf_gregset_t[COMPAT_ELF_NGREG];
 
 
 #define compat_start_thread		compat_start_thread
 #define compat_start_thread		compat_start_thread
 /*
 /*
- * Unlike the native SET_PERSONALITY macro, the compat version inherits
- * READ_IMPLIES_EXEC across a fork() since this is the behaviour on
+ * Unlike the native SET_PERSONALITY macro, the compat version maintains
+ * READ_IMPLIES_EXEC across an execve() since this is the behaviour on
  * arch/arm/.
  * arch/arm/.
  */
  */
 #define COMPAT_SET_PERSONALITY(ex)					\
 #define COMPAT_SET_PERSONALITY(ex)					\