diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 15:20:36 -0700 | 
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 15:20:36 -0700 | 
| commit | 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (patch) | |
| tree | 0bba044c4ce775e45a88a51686b5d9f90697ea9d /security/selinux/include/common_perm_to_string.h | |
| download | olio-linux-3.10-1da177e4c3f41524e886b7f1b8a0c1fc7321cac2.tar.xz olio-linux-3.10-1da177e4c3f41524e886b7f1b8a0c1fc7321cac2.zip  | |
Linux-2.6.12-rc2
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
Diffstat (limited to 'security/selinux/include/common_perm_to_string.h')
| -rw-r--r-- | security/selinux/include/common_perm_to_string.h | 58 | 
1 files changed, 58 insertions, 0 deletions
diff --git a/security/selinux/include/common_perm_to_string.h b/security/selinux/include/common_perm_to_string.h new file mode 100644 index 00000000000..ce5b6e2fe9d --- /dev/null +++ b/security/selinux/include/common_perm_to_string.h @@ -0,0 +1,58 @@ +/* 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) +  |