File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
int ia32_classify_syscall (unsigned int syscall );
6
6
7
+ extern unsigned ia32_dir_class [];
8
+ extern unsigned ia32_write_class [];
9
+ extern unsigned ia32_read_class [];
10
+ extern unsigned ia32_chattr_class [];
11
+ extern unsigned ia32_signal_class [];
12
+
13
+
7
14
#endif /* _ASM_X86_AUDIT_H */
Original file line number Diff line number Diff line change @@ -63,11 +63,6 @@ int audit_classify_syscall(int abi, unsigned syscall)
63
63
static int __init audit_classes_init (void )
64
64
{
65
65
#ifdef CONFIG_IA32_EMULATION
66
- extern __u32 ia32_dir_class [];
67
- extern __u32 ia32_write_class [];
68
- extern __u32 ia32_read_class [];
69
- extern __u32 ia32_chattr_class [];
70
- extern __u32 ia32_signal_class [];
71
66
audit_register_class (AUDIT_CLASS_WRITE_32 , ia32_write_class );
72
67
audit_register_class (AUDIT_CLASS_READ_32 , ia32_read_class );
73
68
audit_register_class (AUDIT_CLASS_DIR_WRITE_32 , ia32_dir_class );
You can’t perform that action at this time.
0 commit comments