TOMOYO: Rename meminfo to stat and show more statistics.
[platform/kernel/linux-exynos.git] / security / tomoyo / securityfs_if.c
index e056609..b509e2c 100644 (file)
@@ -143,8 +143,8 @@ static int __init tomoyo_initerface_init(void)
                            TOMOYO_DOMAIN_STATUS);
        tomoyo_create_entry(".process_status",  0600, tomoyo_dir,
                            TOMOYO_PROCESS_STATUS);
-       tomoyo_create_entry("meminfo",          0600, tomoyo_dir,
-                           TOMOYO_MEMINFO);
+       tomoyo_create_entry("stat",             0644, tomoyo_dir,
+                           TOMOYO_STAT);
        tomoyo_create_entry("profile",          0600, tomoyo_dir,
                            TOMOYO_PROFILE);
        tomoyo_create_entry("manager",          0600, tomoyo_dir,