]> git.pld-linux.org Git - packages/kernel.git/blob - linux-vcontext-selinux.patch
- release 4
[packages/kernel.git] / linux-vcontext-selinux.patch
1 --- linux-2.6.16/security/selinux/include/av_perm_to_string.h~  2006-03-20 05:53:29.000000000 +0000
2 +++ linux-2.6.16/security/selinux/include/av_perm_to_string.h   2007-01-12 02:06:17.278580000 +0000
3 @@ -122,6 +122,7 @@
4     S_(SECCLASS_CAPABILITY, CAPABILITY__LEASE, "lease")
5     S_(SECCLASS_CAPABILITY, CAPABILITY__AUDIT_WRITE, "audit_write")
6     S_(SECCLASS_CAPABILITY, CAPABILITY__AUDIT_CONTROL, "audit_control")
7 +   S_(SECCLASS_CAPABILITY, CAPABILITY__CONTEXT, "vserver_context")
8     S_(SECCLASS_PASSWD, PASSWD__PASSWD, "passwd")
9     S_(SECCLASS_PASSWD, PASSWD__CHFN, "chfn")
10     S_(SECCLASS_PASSWD, PASSWD__CHSH, "chsh")
11 --- linux-2.6.16/security/selinux/include/av_permissions.h~     2006-03-20 05:53:29.000000000 +0000
12 +++ linux-2.6.16/security/selinux/include/av_permissions.h      2007-01-12 02:07:24.624890000 +0000
13 @@ -563,6 +563,7 @@
14  #define CAPABILITY__LEASE                         0x10000000UL
15  #define CAPABILITY__AUDIT_WRITE                   0x20000000UL
16  #define CAPABILITY__AUDIT_CONTROL                 0x40000000UL
17 +#define CAPABILITY__CONTEXT                       0x80000000UL
18  
19  #define PASSWD__PASSWD                            0x00000001UL
20  #define PASSWD__CHFN                              0x00000002UL
This page took 0.210793 seconds and 3 git commands to generate.