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

/linux-4.4.14/security/tomoyo/
H A Dmount.c48 const struct tomoyo_mount_acl *acl = tomoyo_check_mount_acl()
62 * tomoyo_mount_acl - Check permission for mount() operation.
74 static int tomoyo_mount_acl(struct tomoyo_request_info *r, tomoyo_mount_acl() function
233 error = tomoyo_mount_acl(&r, dev_name, path, type, flags); tomoyo_mount_permission()
H A Dfile.c937 * tomoyo_same_mount_acl - Check for duplicated "struct tomoyo_mount_acl" entry.
947 const struct tomoyo_mount_acl *p1 = container_of(a, typeof(*p1), head); tomoyo_same_mount_acl()
948 const struct tomoyo_mount_acl *p2 = container_of(b, typeof(*p2), head); tomoyo_same_mount_acl()
956 * tomoyo_update_mount_acl - Write "struct tomoyo_mount_acl" list.
966 struct tomoyo_mount_acl e = { .head.type = TOMOYO_TYPE_MOUNT_ACL }; tomoyo_update_mount_acl()
H A Dgc.c191 struct tomoyo_mount_acl *entry tomoyo_del_acl()
H A Dcommon.h743 struct tomoyo_mount_acl { struct
H A Dcommon.c1519 struct tomoyo_mount_acl *ptr = tomoyo_print_entry()

Completed in 113 milliseconds