Searched refs:tomoyo_create_entry (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | securityfs_if.c | 214 * tomoyo_create_entry - Create interface files under /sys/kernel/security/tomoyo/ directory. 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("manage in tomoyo_initerface_init() [all...] |
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | securityfs_if.c | 215 * tomoyo_create_entry - Create interface files under /sys/kernel/security/tomoyo/ directory. 224 static void __init tomoyo_create_entry(const char *name, const umode_t mode, in tomoyo_create_entry() function 249 tomoyo_create_entry("query", 0600, tomoyo_dir, in tomoyo_initerface_init() 251 tomoyo_create_entry("domain_policy", 0600, tomoyo_dir, in tomoyo_initerface_init() 253 tomoyo_create_entry("exception_policy", 0600, tomoyo_dir, in tomoyo_initerface_init() 255 tomoyo_create_entry("audit", 0400, tomoyo_dir, in tomoyo_initerface_init() 257 tomoyo_create_entry(".process_status", 0600, tomoyo_dir, in tomoyo_initerface_init() 259 tomoyo_create_entry("stat", 0644, tomoyo_dir, in tomoyo_initerface_init() 261 tomoyo_create_entry("profile", 0600, tomoyo_dir, in tomoyo_initerface_init() 263 tomoyo_create_entry("manage in tomoyo_initerface_init() [all...] |
Completed in 1 milliseconds