diff options
| author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-07-03 13:49:45 -0400 |
|---|---|---|
| committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-07-03 13:49:45 -0400 |
| commit | 026477c1141b67e98e3bd8bdedb7d4b88a3ecd09 (patch) | |
| tree | 2624a44924c625c367f3cebf937853b9da2de282 /include/asm-generic/audit_dir_write.h | |
| parent | 9f2fa466383ce100b90fe52cb4489d7a26bf72a9 (diff) | |
| parent | 29454dde27d8e340bb1987bad9aa504af7081eba (diff) | |
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
Diffstat (limited to 'include/asm-generic/audit_dir_write.h')
| -rw-r--r-- | include/asm-generic/audit_dir_write.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/asm-generic/audit_dir_write.h b/include/asm-generic/audit_dir_write.h new file mode 100644 index 000000000000..161a7a58fbab --- /dev/null +++ b/include/asm-generic/audit_dir_write.h | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | __NR_rename, | ||
| 2 | __NR_mkdir, | ||
| 3 | __NR_rmdir, | ||
| 4 | __NR_creat, | ||
| 5 | __NR_link, | ||
| 6 | __NR_unlink, | ||
| 7 | __NR_symlink, | ||
| 8 | __NR_mknod, | ||
| 9 | __NR_mkdirat, | ||
| 10 | __NR_mknodat, | ||
| 11 | __NR_unlinkat, | ||
| 12 | __NR_renameat, | ||
| 13 | __NR_linkat, | ||
| 14 | __NR_symlinkat, | ||
