diff options
| author | David Woodhouse <David.Woodhouse@intel.com> | 2008-10-13 12:13:56 -0400 |
|---|---|---|
| committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-10-13 12:13:56 -0400 |
| commit | e758936e02700ff88a0b08b722a3847b95283ef2 (patch) | |
| tree | 50c919bef1b459a778b85159d5929de95b6c4a01 /security/selinux/include/avc.h | |
| parent | 239cfbde1f5843c4a24199f117d5f67f637d72d5 (diff) | |
| parent | 4480f15b3306f43bbb0310d461142b4e897ca45b (diff) | |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Conflicts:
include/asm-x86/statfs.h
Diffstat (limited to 'security/selinux/include/avc.h')
| -rw-r--r-- | security/selinux/include/avc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/selinux/include/avc.h b/security/selinux/include/avc.h index 7b9769f5e775..d12ff1a9c0aa 100644 --- a/security/selinux/include/avc.h +++ b/security/selinux/include/avc.h | |||
| @@ -12,6 +12,7 @@ | |||
| 12 | #include <linux/kdev_t.h> | 12 | #include <linux/kdev_t.h> |
| 13 | #include <linux/spinlock.h> | 13 | #include <linux/spinlock.h> |
| 14 | #include <linux/init.h> | 14 | #include <linux/init.h> |
| 15 | #include <linux/audit.h> | ||
| 15 | #include <linux/in6.h> | 16 | #include <linux/in6.h> |
| 16 | #include <linux/path.h> | 17 | #include <linux/path.h> |
| 17 | #include <asm/system.h> | 18 | #include <asm/system.h> |
| @@ -126,6 +127,9 @@ int avc_add_callback(int (*callback)(u32 event, u32 ssid, u32 tsid, | |||
| 126 | u32 events, u32 ssid, u32 tsid, | 127 | u32 events, u32 ssid, u32 tsid, |
| 127 | u16 tclass, u32 perms); | 128 | u16 tclass, u32 perms); |
| 128 | 129 | ||
| 130 | /* Shows permission in human readable form */ | ||
| 131 | void avc_dump_av(struct audit_buffer *ab, u16 tclass, u32 av); | ||
| 132 | |||
| 129 | /* Exported to selinuxfs */ | 133 | /* Exported to selinuxfs */ |
| 130 | int avc_get_hash_stats(char *page); | 134 | int avc_get_hash_stats(char *page); |
| 131 | extern unsigned int avc_cache_threshold; | 135 | extern unsigned int avc_cache_threshold; |
