diff options
author | Paul Moore <[email protected]> | 2008-01-29 08:38:21 -0500 |
---|---|---|
committer | James Morris <[email protected]> | 2008-01-30 08:17:24 +1100 |
commit | f67f4f315f31e7907779adb3296fb6682e755342 (patch) | |
tree | 237a41ae93b73bf4e98761a4b6d30d7a5a54b896 /security/selinux/include/class_to_string.h | |
parent | 3bb56b25dbe0a4b44bd2ebceab6736d068e85068 (diff) |
SELinux: Add a new peer class and permissions to the Flask definitions
Add additional Flask definitions to support the new "peer" object class and
additional permissions to the netif, node, and packet object classes. Also,
bring the kernel Flask definitions up to date with the Fedora SELinux policies
by adding the "flow_in" and "flow_out" permissions to the "packet" class.
Signed-off-by: Paul Moore <[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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/security/selinux/include/class_to_string.h b/security/selinux/include/class_to_string.h index e77de0e62ea0..b1b0d1d8f950 100644 --- a/security/selinux/include/class_to_string.h +++ b/security/selinux/include/class_to_string.h @@ -64,3 +64,10 @@ S_(NULL) S_("dccp_socket") S_("memprotect") + S_(NULL) + S_(NULL) + S_(NULL) + S_(NULL) + S_(NULL) + S_(NULL) + S_("peer") |