Home
last modified time | relevance | path

Searched refs:tomoyo_domain (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/security/tomoyo/
Dtomoyo.c311 return tomoyo_check_open_permission(tomoyo_domain(), &file->f_path, in tomoyo_file_fcntl()
329 return tomoyo_check_open_permission(tomoyo_domain(), &f->f_path, flags); in tomoyo_file_open()
Dsecurityfs_if.c104 const char *domain = tomoyo_domain()->domainname->name; in tomoyo_read_self()
Ddomain.c548 const struct tomoyo_domain_info *domain = tomoyo_domain(); in tomoyo_assign_domain()
681 struct tomoyo_domain_info *old_domain = tomoyo_domain(); in tomoyo_find_next_domain()
Dcommon.h1204 static inline struct tomoyo_domain_info *tomoyo_domain(void) in tomoyo_domain() function
1274 return tomoyo_domain()->ns; in tomoyo_current_namespace()
Dutil.c990 domain = tomoyo_domain(); in tomoyo_init_request_info()
Dcommon.c924 const struct tomoyo_path_info *domainname = tomoyo_domain()->domainname; in tomoyo_manager()