]> Git Repo - linux.git/blobdiff - include/net/cipso_ipv4.h
[NetLabel]: add audit support for configuration changes
[linux.git] / include / net / cipso_ipv4.h
index 2d72496c20294a4890d414415167d5c1455ecb3a..5d6ae1b2b196b69e4ceb34421df355cbb4eb47cb 100644 (file)
@@ -128,7 +128,9 @@ extern int cipso_v4_rbm_strictvalid;
 
 #ifdef CONFIG_NETLABEL
 int cipso_v4_doi_add(struct cipso_v4_doi *doi_def);
-int cipso_v4_doi_remove(u32 doi, void (*callback) (struct rcu_head * head));
+int cipso_v4_doi_remove(u32 doi,
+                       u32 audit_secid,
+                       void (*callback) (struct rcu_head * head));
 struct cipso_v4_doi *cipso_v4_doi_getdef(u32 doi);
 int cipso_v4_doi_walk(u32 *skip_cnt,
                     int (*callback) (struct cipso_v4_doi *doi_def, void *arg),
@@ -143,6 +145,7 @@ static inline int cipso_v4_doi_add(struct cipso_v4_doi *doi_def)
 }
 
 static inline int cipso_v4_doi_remove(u32 doi,
+                                   u32 audit_secid,
                                    void (*callback) (struct rcu_head * head))
 {
        return 0;
This page took 0.031128 seconds and 4 git commands to generate.