diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-04-26 19:11:01 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-04-26 19:11:01 -0400 |
commit | f001e47f83db18a9f202f25c0255b4d11ebe468b (patch) | |
tree | 0d459fdb2dce2d21f5739619210bcd4b679a49f2 /include/linux/audit.h | |
parent | 62c4f0a2d5a188f73a94f2cb8ea0dba3e7cf0a7f (diff) |
Sanitise linux/audit.h for userspace consumption, split elf-em.h from elf.h
Don't include <linux/sched.h> outside __KERNEL__, and split the EM_xxx
definitions out of elf.h into elf-em.h so that audit.h can include just
that and not pollute the namespace any further than it needs to.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/linux/audit.h')
-rw-r--r-- | include/linux/audit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/audit.h b/include/linux/audit.h index 1c47c59058c1..319975532943 100644 --- a/include/linux/audit.h +++ b/include/linux/audit.h | |||
@@ -24,8 +24,7 @@ | |||
24 | #ifndef _LINUX_AUDIT_H_ | 24 | #ifndef _LINUX_AUDIT_H_ |
25 | #define _LINUX_AUDIT_H_ | 25 | #define _LINUX_AUDIT_H_ |
26 | 26 | ||
27 | #include <linux/sched.h> | 27 | #include <linux/elf-em.h> |
28 | #include <linux/elf.h> | ||
29 | 28 | ||
30 | /* The netlink messages for the audit system is divided into blocks: | 29 | /* The netlink messages for the audit system is divided into blocks: |
31 | * 1000 - 1099 are for commanding the audit system | 30 | * 1000 - 1099 are for commanding the audit system |
@@ -267,6 +266,7 @@ struct audit_rule { /* for AUDIT_LIST, AUDIT_ADD, and AUDIT_DEL */ | |||
267 | }; | 266 | }; |
268 | 267 | ||
269 | #ifdef __KERNEL__ | 268 | #ifdef __KERNEL__ |
269 | #include <linux/sched.h> | ||
270 | 270 | ||
271 | struct audit_sig_info { | 271 | struct audit_sig_info { |
272 | uid_t uid; | 272 | uid_t uid; |