]> git.pld-linux.org Git - packages/kernel.git/blob - kernel-grsec-caps.patch
- backported security patches from 2.6.16.57-rc1 (resolves
[packages/kernel.git] / kernel-grsec-caps.patch
1 --- linux-2.6.16/grsecurity/gracl_cap.c~        2006-12-21 21:26:52.000000000 +0100
2 +++ linux-2.6.16/grsecurity/gracl_cap.c 2006-12-21 22:08:38.202000750 +0100
3 @@ -35,7 +35,10 @@ static const char *captab_log[] = {
4         "CAP_SYS_TIME",
5         "CAP_SYS_TTY_CONFIG",
6         "CAP_MKNOD",
7 -       "CAP_LEASE"
8 +       "CAP_LEASE",
9 +       "CAP_AUDIT_WRITE",
10 +       "CAP_AUDIT_CONTROL",
11 +       "CAP_CONTEXT"
12  };
13  
14  EXPORT_SYMBOL(gr_task_is_capable);
This page took 0.024686 seconds and 3 git commands to generate.