/* typetab.h -- * Copyright 2007 Red Hat Inc., Durham, North Carolina. * All Rights Reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * Authors: * Steve Grubb <sgrubb@redhat.com> */ _S(T_UID, "auid" ) _S(T_UID, "uid" ) _S(T_UID, "euid" ) _S(T_UID, "suid" ) _S(T_UID, "fsuid" ) _S(T_UID, "ouid" ) _S(T_UID, "iuid" ) _S(T_UID, "id" ) _S(T_UID, "inode_uid" ) _S(T_GID, "gid" ) _S(T_GID, "egid" ) _S(T_GID, "sgid" ) _S(T_GID, "fsgid" ) _S(T_GID, "ogid" ) _S(T_GID, "igid" ) _S(T_GID, "inode_gid" ) _S(T_SYSCALL, "syscall" ) _S(T_ARCH, "arch" ) _S(T_EXIT, "exit" ) _S(T_ESCAPED, "path" ) _S(T_ESCAPED, "comm" ) _S(T_ESCAPED, "exe" ) _S(T_ESCAPED, "file" ) _S(T_ESCAPED, "name" ) _S(T_ESCAPED, "watch" ) _S(T_ESCAPED, "cwd" ) _S(T_ESCAPED, "cmd" ) _S(T_ESCAPED, "acct" ) _S(T_PERM, "perm" ) _S(T_PERM, "perm_mask" ) _S(T_MODE, "mode" ) _S(T_SOCKADDR, "saddr" ) _S(T_FLAGS, "flags" ) _S(T_PROMISC, "prom" ) _S(T_PROMISC, "old_prom" ) _S(T_CAPABILITY, "capability" ) _S(T_SUCCESS, "res" ) _S(T_SUCCESS, "result" ) _S(T_A0, "a0" ) _S(T_A1, "a1" ) _S(T_A2, "a2" ) _S(T_SIGNAL, "sig" )