This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / personality.h
index 7efc05e..14b9122 100644 (file)
@@ -30,8 +30,6 @@ extern int abi_fake_utsname;
  */
 enum {
        MMAP_PAGE_ZERO =        0x0100000,
-       ADDR_COMPAT_LAYOUT =    0x0200000,
-       READ_IMPLIES_EXEC =     0x0400000,
        ADDR_LIMIT_32BIT =      0x0800000,
        SHORT_INODE =           0x1000000,
        WHOLE_SECONDS =         0x2000000,
@@ -39,12 +37,6 @@ enum {
        ADDR_LIMIT_3GB =        0x8000000,
 };
 
-/*
- * Security-relevant compatibility flags that must be
- * cleared upon setuid or setgid exec:
- */
-#define PER_CLEAR_ON_SETID (READ_IMPLIES_EXEC)
-
 /*
  * Personality types.
  *