#include <linux/init.h> #include <linux/types.h> #include <linux/audit.h> #include <asm/unistd.h> static unsigned dir_class[] = { #include <asm-generic/audit_dir_write.h> ~0U }; static unsigned read_class[] = { #include <asm-generic/audit_read.h> ~0U }; static unsigned write_class[] = { #include <asm-generic/audit_write.h> ~0U }; static unsigned chattr_class[] = { #include <asm-generic/audit_change_attr.h> ~0U }; static unsigned signal_class[] = { #include <asm-generic/audit_signal.h> ~0U };
int audit_classify_arch(int arch) { return 0; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Amy Griffis | 11 | 100.00% | 1 | 100.00% |
Total | 11 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Al Viro | 39 | 100.00% | 1 | 100.00% |
Total | 39 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Al Viro | 40 | 85.11% | 2 | 66.67% |
Amy Griffis | 7 | 14.89% | 1 | 33.33% |
Total | 47 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Al Viro | 148 | 82.68% | 3 | 60.00% |
Amy Griffis | 31 | 17.32% | 2 | 40.00% |
Total | 179 | 100.00% | 5 | 100.00% |