Searched defs:tomoyo_create_entry (Results 1 - 1 of 1) sorted by relevance

/security/tomoyo/
H A Dsecurityfs_if.c218 * tomoyo_create_entry - Create interface files under /sys/kernel/security/tomoyo/ directory.
227 static void __init tomoyo_create_entry(const char *name, const umode_t mode, function
248 tomoyo_create_entry("query", 0600, tomoyo_dir,
250 tomoyo_create_entry("domain_policy", 0600, tomoyo_dir,
252 tomoyo_create_entry("exception_policy", 0600, tomoyo_dir,
254 tomoyo_create_entry("audit", 0400, tomoyo_dir,
256 tomoyo_create_entry(".process_status", 0600, tomoyo_dir,
258 tomoyo_create_entry("stat", 0644, tomoyo_dir,
260 tomoyo_create_entry("profile", 0600, tomoyo_dir,
262 tomoyo_create_entry("manage
[all...]

Completed in 58 milliseconds