TOMOYO: Add auditing interface.
[deliverable/linux.git] / security / tomoyo / securityfs_if.c
index 6410868c8a3d7406d36d7efc1c54dd4538e5ac18..e056609b422bc75609c1b267a48f089522d25fa8 100644 (file)
@@ -135,6 +135,8 @@ static int __init tomoyo_initerface_init(void)
                            TOMOYO_DOMAINPOLICY);
        tomoyo_create_entry("exception_policy", 0600, tomoyo_dir,
                            TOMOYO_EXCEPTIONPOLICY);
+       tomoyo_create_entry("audit",            0400, tomoyo_dir,
+                           TOMOYO_AUDIT);
        tomoyo_create_entry("self_domain",      0400, tomoyo_dir,
                            TOMOYO_SELFDOMAIN);
        tomoyo_create_entry(".domain_status",   0600, tomoyo_dir,
This page took 0.024103 seconds and 5 git commands to generate.