Blame view

include/asm-generic/audit_write.h 283 Bytes
dc104fb32   Al Viro   [PATCH] audit: mo...
1
2
  #include <asm-generic/audit_dir_write.h>
  __NR_acct,
0b0c940a9   Mike Frysinger   [PATCH] asm/gener...
3
  #ifdef __NR_swapon
dc104fb32   Al Viro   [PATCH] audit: mo...
4
  __NR_swapon,
0b0c940a9   Mike Frysinger   [PATCH] asm/gener...
5
  #endif
dc104fb32   Al Viro   [PATCH] audit: mo...
6
  __NR_quotactl,
aaeb012fe   Chris Metcalf   audit: support th...
7
  #ifdef __NR_truncate
dc104fb32   Al Viro   [PATCH] audit: mo...
8
  __NR_truncate,
aaeb012fe   Chris Metcalf   audit: support th...
9
  #endif
dc104fb32   Al Viro   [PATCH] audit: mo...
10
11
12
13
14
15
  #ifdef __NR_truncate64
  __NR_truncate64,
  #endif
  #ifdef __NR_bind
  __NR_bind,		/* bind can affect fs object only in one way... */
  #endif