|
@@ -197,8 +197,6 @@ void __init avc_init(void)
|
|
avc_xperms_data_cachep = kmem_cache_create("avc_xperms_data",
|
|
avc_xperms_data_cachep = kmem_cache_create("avc_xperms_data",
|
|
sizeof(struct extended_perms_data),
|
|
sizeof(struct extended_perms_data),
|
|
0, SLAB_PANIC, NULL);
|
|
0, SLAB_PANIC, NULL);
|
|
-
|
|
|
|
- audit_log(current->audit_context, GFP_KERNEL, AUDIT_KERNEL, "AVC INITIALIZED\n");
|
|
|
|
}
|
|
}
|
|
|
|
|
|
int avc_get_hash_stats(char *page)
|
|
int avc_get_hash_stats(char *page)
|