// SPDX-License-Identifier: GPL-2.0 #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.22% | 3 | 50.00% |
Amy Griffis | 31 | 17.22% | 2 | 33.33% |
Greg Kroah-Hartman | 1 | 0.56% | 1 | 16.67% |
Total | 180 | 100.00% | 6 | 100.00% |