Lines Matching refs:tomoyo_dir
239 struct dentry *tomoyo_dir; in tomoyo_interface_init() local
248 tomoyo_dir = securityfs_create_dir("tomoyo", NULL); in tomoyo_interface_init()
249 tomoyo_create_entry("query", 0600, tomoyo_dir, in tomoyo_interface_init()
251 tomoyo_create_entry("domain_policy", 0600, tomoyo_dir, in tomoyo_interface_init()
253 tomoyo_create_entry("exception_policy", 0600, tomoyo_dir, in tomoyo_interface_init()
255 tomoyo_create_entry("audit", 0400, tomoyo_dir, in tomoyo_interface_init()
257 tomoyo_create_entry(".process_status", 0600, tomoyo_dir, in tomoyo_interface_init()
259 tomoyo_create_entry("stat", 0644, tomoyo_dir, in tomoyo_interface_init()
261 tomoyo_create_entry("profile", 0600, tomoyo_dir, in tomoyo_interface_init()
263 tomoyo_create_entry("manager", 0600, tomoyo_dir, in tomoyo_interface_init()
265 tomoyo_create_entry("version", 0400, tomoyo_dir, in tomoyo_interface_init()
267 securityfs_create_file("self_domain", 0666, tomoyo_dir, NULL, in tomoyo_interface_init()