Searched refs:tomoyo_mount_acl (Results 1 – 5 of 5) sorted by relevance
| /linux/security/tomoyo/ |
| H A D | mount.c | 51 const struct tomoyo_mount_acl *acl = in tomoyo_check_mount_acl() 66 * tomoyo_mount_acl - Check permission for mount() operation. 78 static int tomoyo_mount_acl(struct tomoyo_request_info *r, in tomoyo_mount_acl() 239 error = tomoyo_mount_acl(&r, dev_name, path, type, flags); in tomoyo_mount_permission() 77 static int tomoyo_mount_acl(struct tomoyo_request_info *r, tomoyo_mount_acl() function
|
| H A D | file.c | 960 * tomoyo_same_mount_acl - Check for duplicated "struct tomoyo_mount_acl" entry. 970 const struct tomoyo_mount_acl *p1 = container_of(a, typeof(*p1), head); in tomoyo_same_mount_acl() 971 const struct tomoyo_mount_acl *p2 = container_of(b, typeof(*p2), head); in tomoyo_same_mount_acl() 980 * tomoyo_update_mount_acl - Write "struct tomoyo_mount_acl" list. 990 struct tomoyo_mount_acl e = { .head.type = TOMOYO_TYPE_MOUNT_ACL }; in tomoyo_update_mount_acl()
|
| H A D | gc.c | 197 struct tomoyo_mount_acl *entry in tomoyo_del_acl()
|
| H A D | common.h | 748 struct tomoyo_mount_acl { struct
|
| H A D | common.c | 1570 struct tomoyo_mount_acl *ptr = in tomoyo_print_entry()
|