Release 4.10 arch/sparc/kernel/compat_audit.c
#define __32bit_syscall_numbers__
#include <asm/unistd.h>
#include "kernel.h"
unsigned int sparc32_dir_class[] = {
#include <asm-generic/audit_dir_write.h>
~0U
};
unsigned int sparc32_chattr_class[] = {
#include <asm-generic/audit_change_attr.h>
~0U
};
unsigned int sparc32_write_class[] = {
#include <asm-generic/audit_write.h>
~0U
};
unsigned int sparc32_read_class[] = {
#include <asm-generic/audit_read.h>
~0U
};
unsigned int sparc32_signal_class[] = {
#include <asm-generic/audit_signal.h>
~0U
};
int sparc32_classify_syscall(unsigned int syscall)
{
switch(syscall) {
case __NR_open:
return 2;
case __NR_openat:
return 3;
case __NR_socketcall:
return 4;
case __NR_execve:
return 5;
default:
return 1;
}
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
al viro | al viro | 42 | 97.67% | 1 | 50.00% |
joe perches | joe perches | 1 | 2.33% | 1 | 50.00% |
| Total | 43 | 100.00% | 2 | 100.00% |
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
al viro | al viro | 92 | 78.63% | 1 | 20.00% |
amy griffis | amy griffis | 12 | 10.26% | 1 | 20.00% |
joe perches | joe perches | 6 | 5.13% | 1 | 20.00% |
stephen rothwell | stephen rothwell | 4 | 3.42% | 1 | 20.00% |
sam ravnborg | sam ravnborg | 3 | 2.56% | 1 | 20.00% |
| Total | 117 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.