diff options
Diffstat (limited to 'security/tomoyo/securityfs_if.c')
-rw-r--r-- | security/tomoyo/securityfs_if.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/tomoyo/securityfs_if.c b/security/tomoyo/securityfs_if.c index e056609b422b..b509e2cd2ab1 100644 --- a/security/tomoyo/securityfs_if.c +++ b/security/tomoyo/securityfs_if.c | |||
@@ -143,8 +143,8 @@ static int __init tomoyo_initerface_init(void) | |||
143 | TOMOYO_DOMAIN_STATUS); | 143 | TOMOYO_DOMAIN_STATUS); |
144 | tomoyo_create_entry(".process_status", 0600, tomoyo_dir, | 144 | tomoyo_create_entry(".process_status", 0600, tomoyo_dir, |
145 | TOMOYO_PROCESS_STATUS); | 145 | TOMOYO_PROCESS_STATUS); |
146 | tomoyo_create_entry("meminfo", 0600, tomoyo_dir, | 146 | tomoyo_create_entry("stat", 0644, tomoyo_dir, |
147 | TOMOYO_MEMINFO); | 147 | TOMOYO_STAT); |
148 | tomoyo_create_entry("profile", 0600, tomoyo_dir, | 148 | tomoyo_create_entry("profile", 0600, tomoyo_dir, |
149 | TOMOYO_PROFILE); | 149 | TOMOYO_PROFILE); |
150 | tomoyo_create_entry("manager", 0600, tomoyo_dir, | 150 | tomoyo_create_entry("manager", 0600, tomoyo_dir, |