Searched refs:tomoyo_create_entry (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/security/tomoyo/ |
| H A D | securityfs_if.c | 223 static void __init tomoyo_create_entry(const char *name, const umode_t mode, in tomoyo_create_entry() function 248 tomoyo_create_entry("query", 0600, tomoyo_dir, in tomoyo_initerface_init() 250 tomoyo_create_entry("domain_policy", 0600, tomoyo_dir, in tomoyo_initerface_init() 252 tomoyo_create_entry("exception_policy", 0600, tomoyo_dir, in tomoyo_initerface_init() 254 tomoyo_create_entry("audit", 0400, tomoyo_dir, in tomoyo_initerface_init() 256 tomoyo_create_entry(".process_status", 0600, tomoyo_dir, in tomoyo_initerface_init() 258 tomoyo_create_entry("stat", 0644, tomoyo_dir, in tomoyo_initerface_init() 260 tomoyo_create_entry("profile", 0600, tomoyo_dir, in tomoyo_initerface_init() 262 tomoyo_create_entry("manager", 0600, tomoyo_dir, in tomoyo_initerface_init() 264 tomoyo_create_entry("version", 0400, tomoyo_dir, in tomoyo_initerface_init()
|