diff options
author | Stephen Smalley <sds@tycho.nsa.gov> | 2008-02-07 11:21:04 -0500 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2008-02-11 20:30:02 +1100 |
commit | b68e418c445e8a468634d0a7ca2fb63bbaa74028 (patch) | |
tree | e49b4a94ef28a9288ed6735a994387205b7cc5bd /security/selinux/include/class_to_string.h | |
parent | 19af35546de68c872dcb687613e0902a602cb20e (diff) | |
download | linux-b68e418c445e8a468634d0a7ca2fb63bbaa74028.tar.gz linux-b68e418c445e8a468634d0a7ca2fb63bbaa74028.tar.bz2 linux-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 <sds@tycho.nsa.gov>
Signed-off-by: James Morris <jmorris@namei.org>
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") |