Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.6.25-git3 /kernel/audit.h

Filename:/kernel/audit.h
Lines Added:0
Lines Deleted:25
Also changed in: (Previous) 2.6.25-git2  2.6.24  2.6.24-rc8  2.6.24-rc7  2.6.24-rc6  2.6.24-rc5 
(Following) 2.6.25-git4  2.6.25-git5  2.6.25-git6  2.6.25-git7  2.6.25-git8  2.6.25-git9 

Location
[  2.6.25-git3
  [  kernel
     o  audit.h

Patch

diff --git a/kernel/audit.h b/kernel/audit.h
index 2554bd5..3cfc54e 100644
--- a/kernel/audit.h
+++ b/kernel/audit.h
@@ -65,34 +65,9 @@ struct audit_watch {
    struct list_head   rules;   /* associated rules */
 };
 
-struct audit_field {
-   u32            type;
-   u32            val;
-   u32            op;
-   char            *se_str;
-   struct selinux_audit_rule   *se_rule;
-};
-
 struct audit_tree;
 struct audit_chunk;
 
-struct audit_krule {
-   int         vers_ops;
-   u32         flags;
-   u32         listnr;
-   u32         action;
-   u32         mask[AUDIT_BITMASK_SIZE];
-   u32         buflen; /* for data alloc on list rules */
-   u32         field_count;
-   char         *filterkey; /* ties events to rules */
-   struct audit_field   *fields;
-   struct audit_field   *arch_f; /* quick access to arch field */
-   struct audit_field   *inode_f; /* quick access to an inode field */
-   struct audit_watch   *watch;   /* associated watch */
-   struct audit_tree   *tree;   /* associated watched tree */
-   struct list_head   rlist;   /* entry in audit_{watch,tree}.rules list */
-};
-
 struct audit_entry {
    struct list_head   list;
    struct rcu_head      rcu;


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.