]> git.pld-linux.org Git - packages/kernel.git/blob - kernel-grsec-caps.patch
- always dereference symlinks when copying .config file
[packages/kernel.git] / kernel-grsec-caps.patch
1 --- linux-3.0/grsecurity/grsec_exec.c~  2011-09-16 15:24:46.000000000 +0200
2 +++ linux-3.0/grsecurity/grsec_exec.c   2011-09-16 15:26:29.350213716 +0200
3 @@ -114,7 +114,8 @@
4         "CAP_MAC_OVERRIDE",
5         "CAP_MAC_ADMIN",
6         "CAP_SYSLOG",
7 -       "CAP_WAKE_ALARM"
8 +       "CAP_WAKE_ALARM",
9 +       "CAP_CONTEXT"
10  };
11  
12  int captab_log_entries = sizeof(captab_log)/sizeof(captab_log[0]);
13
This page took 0.021699 seconds and 3 git commands to generate.