2006-08-31 23:05:56 +00:00
|
|
|
#include <asm-generic/audit_dir_write.h>
|
|
|
|
__NR_acct,
|
2008-11-18 07:03:49 +00:00
|
|
|
#ifdef __NR_swapon
|
2006-08-31 23:05:56 +00:00
|
|
|
__NR_swapon,
|
2008-11-18 07:03:49 +00:00
|
|
|
#endif
|
2006-08-31 23:05:56 +00:00
|
|
|
__NR_quotactl,
|
2011-05-02 20:52:19 +00:00
|
|
|
#ifdef __NR_truncate
|
2006-08-31 23:05:56 +00:00
|
|
|
__NR_truncate,
|
2011-05-02 20:52:19 +00:00
|
|
|
#endif
|
2006-08-31 23:05:56 +00:00
|
|
|
#ifdef __NR_truncate64
|
|
|
|
__NR_truncate64,
|
|
|
|
#endif
|
|
|
|
#ifdef __NR_bind
|
|
|
|
__NR_bind, /* bind can affect fs object only in one way... */
|
|
|
|
#endif
|