Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
compat_audit.c
Go to the documentation of this file.
1 #define __32bit_syscall_numbers__
2 #include <asm/unistd.h>
3 
4 unsigned sparc32_dir_class[] = {
6 ~0U
7 };
8 
9 unsigned sparc32_chattr_class[] = {
11 ~0U
12 };
13 
14 unsigned sparc32_write_class[] = {
16 ~0U
17 };
18 
19 unsigned sparc32_read_class[] = {
20 #include <asm-generic/audit_read.h>
21 ~0U
22 };
23 
24 unsigned sparc32_signal_class[] = {
26 ~0U
27 };
28 
30 {
31  switch(syscall) {
32  case __NR_open:
33  return 2;
34  case __NR_openat:
35  return 3;
36  case __NR_socketcall:
37  return 4;
38  case __NR_execve:
39  return 5;
40  default:
41  return 1;
42  }
43 }