Home
last modified time | relevance | path

Searched defs:tomoyo_manager (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/security/tomoyo/
Dcommon.h861 struct tomoyo_manager { struct
862 struct tomoyo_acl_head head;
863 bool is_domain; /* True if manager is a domainname. */
865 const struct tomoyo_path_info *manager;
Dcommon.c923 static bool tomoyo_manager(void) in tomoyo_manager() function