diff options
| author | Eric Paris <eparis@redhat.com> | 2009-03-05 13:43:35 -0500 | 
|---|---|---|
| committer | James Morris <jmorris@namei.org> | 2009-03-06 08:50:21 +1100 | 
| commit | dd34b5d75a0405814a3de83f02a44ac297e81629 (patch) | |
| tree | f24939a7b7f6b33c44939ee4022d7e95b3f670b6 /security/selinux/include/av_perm_to_string.h | |
| parent | 6a25b27d602aac24f3c642722377ba5d778417ec (diff) | |
| download | olio-linux-3.10-dd34b5d75a0405814a3de83f02a44ac297e81629.tar.xz olio-linux-3.10-dd34b5d75a0405814a3de83f02a44ac297e81629.zip  | |
SELinux: new permission between tty audit and audit socket
New selinux permission to separate the ability to turn on tty auditing from
the ability to set audit rules.
Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by:  Stephen Smalley <sds@tycho.nsa.gov>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security/selinux/include/av_perm_to_string.h')
| -rw-r--r-- | security/selinux/include/av_perm_to_string.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/security/selinux/include/av_perm_to_string.h b/security/selinux/include/av_perm_to_string.h index c7531ee9c7b..31df1d7c1ae 100644 --- a/security/selinux/include/av_perm_to_string.h +++ b/security/selinux/include/av_perm_to_string.h @@ -153,6 +153,7 @@     S_(SECCLASS_NETLINK_AUDIT_SOCKET, NETLINK_AUDIT_SOCKET__NLMSG_WRITE, "nlmsg_write")     S_(SECCLASS_NETLINK_AUDIT_SOCKET, NETLINK_AUDIT_SOCKET__NLMSG_RELAY, "nlmsg_relay")     S_(SECCLASS_NETLINK_AUDIT_SOCKET, NETLINK_AUDIT_SOCKET__NLMSG_READPRIV, "nlmsg_readpriv") +   S_(SECCLASS_NETLINK_AUDIT_SOCKET, NETLINK_AUDIT_SOCKET__NLMSG_TTY_AUDIT, "nlmsg_tty_audit")     S_(SECCLASS_NETLINK_IP6FW_SOCKET, NETLINK_IP6FW_SOCKET__NLMSG_READ, "nlmsg_read")     S_(SECCLASS_NETLINK_IP6FW_SOCKET, NETLINK_IP6FW_SOCKET__NLMSG_WRITE, "nlmsg_write")     S_(SECCLASS_ASSOCIATION, ASSOCIATION__SENDTO, "sendto")  |