Blame view

include/asm-generic/audit_write.h 461 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  /* SPDX-License-Identifier: GPL-2.0 */
dc104fb32   Al Viro   [PATCH] audit: mo...
2
3
  #include <asm-generic/audit_dir_write.h>
  __NR_acct,
0b0c940a9   Mike Frysinger   [PATCH] asm/gener...
4
  #ifdef __NR_swapon
dc104fb32   Al Viro   [PATCH] audit: mo...
5
  __NR_swapon,
0b0c940a9   Mike Frysinger   [PATCH] asm/gener...
6
  #endif
dc104fb32   Al Viro   [PATCH] audit: mo...
7
  __NR_quotactl,
aaeb012fe   Chris Metcalf   audit: support th...
8
  #ifdef __NR_truncate
dc104fb32   Al Viro   [PATCH] audit: mo...
9
  __NR_truncate,
aaeb012fe   Chris Metcalf   audit: support th...
10
  #endif
dc104fb32   Al Viro   [PATCH] audit: mo...
11
12
13
  #ifdef __NR_truncate64
  __NR_truncate64,
  #endif
262fd3aad   AKASHI Takahiro   audit: Modify a s...
14
15
16
17
18
19
  #ifdef __NR_ftruncate
  __NR_ftruncate,
  #endif
  #ifdef __NR_ftruncate64
  __NR_ftruncate64,
  #endif
dc104fb32   Al Viro   [PATCH] audit: mo...
20
21
22
  #ifdef __NR_bind
  __NR_bind,		/* bind can affect fs object only in one way... */
  #endif
6e66ec3ca   Steve Grubb   audit: Add new sy...
23
24
25
  #ifdef __NR_fallocate
  __NR_fallocate,
  #endif