diff options
| author | Stephen Smalley <[email protected]> | 2008-02-07 16:21:04 +0000 |
|---|---|---|
| committer | James Morris <[email protected]> | 2008-02-11 09:30:02 +0000 |
| commit | b68e418c445e8a468634d0a7ca2fb63bbaa74028 (patch) | |
| tree | e49b4a94ef28a9288ed6735a994387205b7cc5bd /security/selinux/include/class_to_string.h | |
| parent | Linux 2.6.25-rc1 (diff) | |
| download | kernel-b68e418c445e8a468634d0a7ca2fb63bbaa74028.tar.gz kernel-b68e418c445e8a468634d0a7ca2fb63bbaa74028.zip | |
selinux: support 64-bit capabilities
Fix SELinux to handle 64-bit capabilities correctly, and to catch
future extensions of capabilities beyond 64 bits to ensure that SELinux
is properly updated.
Signed-off-by: Stephen Smalley <[email protected]>
Signed-off-by: James Morris <[email protected]>
Diffstat (limited to 'security/selinux/include/class_to_string.h')
| -rw-r--r-- | security/selinux/include/class_to_string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/selinux/include/class_to_string.h b/security/selinux/include/class_to_string.h index b1b0d1d8f950..bd813c366e34 100644 --- a/security/selinux/include/class_to_string.h +++ b/security/selinux/include/class_to_string.h @@ -71,3 +71,4 @@ S_(NULL) S_(NULL) S_("peer") + S_("capability2") |
