X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=security%2Fselinux%2Finclude%2Fcommon_perm_to_string.h;h=ce5b6e2fe9dd10e4944378cea07f65acbb2c23a8;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=3e18d401c9171925ed7bf60e5cbc3b764c647fcf;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/security/selinux/include/common_perm_to_string.h b/security/selinux/include/common_perm_to_string.h index 3e18d401c..ce5b6e2fe 100644 --- a/security/selinux/include/common_perm_to_string.h +++ b/security/selinux/include/common_perm_to_string.h @@ -1,65 +1,58 @@ /* This file is automatically generated. Do not edit. */ -/* FLASK */ +TB_(common_file_perm_to_string) + S_("ioctl") + S_("read") + S_("write") + S_("create") + S_("getattr") + S_("setattr") + S_("lock") + S_("relabelfrom") + S_("relabelto") + S_("append") + S_("unlink") + S_("link") + S_("rename") + S_("execute") + S_("swapon") + S_("quotaon") + S_("mounton") +TE_(common_file_perm_to_string) -static char *common_file_perm_to_string[] = -{ - "ioctl", - "read", - "write", - "create", - "getattr", - "setattr", - "lock", - "relabelfrom", - "relabelto", - "append", - "unlink", - "link", - "rename", - "execute", - "swapon", - "quotaon", - "mounton", -}; +TB_(common_socket_perm_to_string) + S_("ioctl") + S_("read") + S_("write") + S_("create") + S_("getattr") + S_("setattr") + S_("lock") + S_("relabelfrom") + S_("relabelto") + S_("append") + S_("bind") + S_("connect") + S_("listen") + S_("accept") + S_("getopt") + S_("setopt") + S_("shutdown") + S_("recvfrom") + S_("sendto") + S_("recv_msg") + S_("send_msg") + S_("name_bind") +TE_(common_socket_perm_to_string) -static char *common_socket_perm_to_string[] = -{ - "ioctl", - "read", - "write", - "create", - "getattr", - "setattr", - "lock", - "relabelfrom", - "relabelto", - "append", - "bind", - "connect", - "listen", - "accept", - "getopt", - "setopt", - "shutdown", - "recvfrom", - "sendto", - "recv_msg", - "send_msg", - "name_bind", -}; +TB_(common_ipc_perm_to_string) + S_("create") + S_("destroy") + S_("getattr") + S_("setattr") + S_("read") + S_("write") + S_("associate") + S_("unix_read") + S_("unix_write") +TE_(common_ipc_perm_to_string) -static char *common_ipc_perm_to_string[] = -{ - "create", - "destroy", - "getattr", - "setattr", - "read", - "write", - "associate", - "unix_read", - "unix_write", -}; - - -/* FLASK */