Home
last modified time | relevance | path

Searched refs:tomoyo_mount_acl (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/security/tomoyo/
H A Dmount.c50 const struct tomoyo_mount_acl *acl = in tomoyo_check_mount_acl()
65 * tomoyo_mount_acl - Check permission for mount() operation.
77 static int tomoyo_mount_acl(struct tomoyo_request_info *r, in tomoyo_mount_acl() function
237 error = tomoyo_mount_acl(&r, dev_name, path, type, flags); in tomoyo_mount_permission()
H A Dfile.c955 * tomoyo_same_mount_acl - Check for duplicated "struct tomoyo_mount_acl" entry.
965 const struct tomoyo_mount_acl *p1 = container_of(a, typeof(*p1), head); in tomoyo_same_mount_acl()
966 const struct tomoyo_mount_acl *p2 = container_of(b, typeof(*p2), head); in tomoyo_same_mount_acl()
975 * tomoyo_update_mount_acl - Write "struct tomoyo_mount_acl" list.
985 struct tomoyo_mount_acl e = { .head.type = TOMOYO_TYPE_MOUNT_ACL }; in tomoyo_update_mount_acl()
H A Dgc.c198 struct tomoyo_mount_acl *entry in tomoyo_del_acl()
H A Dcommon.h748 struct tomoyo_mount_acl { struct
H A Dcommon.c1557 struct tomoyo_mount_acl *ptr = in tomoyo_print_entry()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dmount.c50 const struct tomoyo_mount_acl *acl = in tomoyo_check_mount_acl()
65 * tomoyo_mount_acl - Check permission for mount() operation.
77 static int tomoyo_mount_acl(struct tomoyo_request_info *r, in tomoyo_mount_acl() function
237 error = tomoyo_mount_acl(&r, dev_name, path, type, flags); in tomoyo_mount_permission()
H A Dfile.c955 * tomoyo_same_mount_acl - Check for duplicated "struct tomoyo_mount_acl" entry.
965 const struct tomoyo_mount_acl *p1 = container_of(a, typeof(*p1), head); in tomoyo_same_mount_acl()
966 const struct tomoyo_mount_acl *p2 = container_of(b, typeof(*p2), head); in tomoyo_same_mount_acl()
975 * tomoyo_update_mount_acl - Write "struct tomoyo_mount_acl" list.
985 struct tomoyo_mount_acl e = { .head.type = TOMOYO_TYPE_MOUNT_ACL }; in tomoyo_update_mount_acl()
H A Dgc.c198 struct tomoyo_mount_acl *entry in tomoyo_del_acl()
H A Dcommon.h748 struct tomoyo_mount_acl { struct
H A Dcommon.c1549 struct tomoyo_mount_acl *ptr = in tomoyo_print_entry()

Completed in 17 milliseconds