[BACK]Return to common_perm_to_string.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / security / selinux / include

File: [Development] / linux-2.6-xfs / security / selinux / include / common_perm_to_string.h (download)

Revision 1.2, Fri Mar 4 14:41:21 2005 UTC (12 years, 7 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +54 -61 lines

Merge up to 2.6.11
Merge of 2.6.x-xfs-melb:linux:21721a by kenmcd.

/* This file is automatically generated.  Do not edit. */
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)

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)

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)