2006-09-01 03:05:56 +04:00
|
|
|
#include <asm-generic/audit_dir_write.h>
|
|
|
|
__NR_acct,
|
2008-11-18 10:03:49 +03:00
|
|
|
#ifdef __NR_swapon
|
2006-09-01 03:05:56 +04:00
|
|
|
__NR_swapon,
|
2008-11-18 10:03:49 +03:00
|
|
|
#endif
|
2006-09-01 03:05:56 +04:00
|
|
|
__NR_quotactl,
|
2011-05-03 00:52:19 +04:00
|
|
|
#ifdef __NR_truncate
|
2006-09-01 03:05:56 +04:00
|
|
|
__NR_truncate,
|
2011-05-03 00:52:19 +04:00
|
|
|
#endif
|
2006-09-01 03:05:56 +04:00
|
|
|
#ifdef __NR_truncate64
|
|
|
|
__NR_truncate64,
|
|
|
|
#endif
|
2014-01-17 12:05:03 +04:00
|
|
|
#ifdef __NR_ftruncate
|
|
|
|
__NR_ftruncate,
|
|
|
|
#endif
|
|
|
|
#ifdef __NR_ftruncate64
|
|
|
|
__NR_ftruncate64,
|
|
|
|
#endif
|
2006-09-01 03:05:56 +04:00
|
|
|
#ifdef __NR_bind
|
|
|
|
__NR_bind, /* bind can affect fs object only in one way... */
|
|
|
|
#endif
|