Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157309
b: refs/heads/master
c: b3a633c
h: refs/heads/master
i:
  157307: c3f11a2
v: v3
  • Loading branch information
Julien Tinnes authored and James Morris committed Jul 12, 2009
1 parent c7e2e61 commit 2a9b19b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8113a8d80f4c6a3dc3724b39b470f3fee9c426b6
refs/heads/master: b3a633c8527ef155b1a4e22e8f5abc58f7af54c9
6 changes: 5 additions & 1 deletion trunk/include/linux/personality.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ enum {
* Security-relevant compatibility flags that must be
* cleared upon setuid or setgid exec:
*/
#define PER_CLEAR_ON_SETID (READ_IMPLIES_EXEC|ADDR_NO_RANDOMIZE)
#define PER_CLEAR_ON_SETID \
(READ_IMPLIES_EXEC | \
ADDR_NO_RANDOMIZE | \
ADDR_COMPAT_LAYOUT | \
MMAP_PAGE_ZERO)

/*
* Personality types.
Expand Down

0 comments on commit 2a9b19b

Please sign in to comment.