Lines Matching refs:tomoyo_mounts
12 static const char * const tomoyo_mounts[TOMOYO_MAX_SPECIAL_MOUNT] = { variable
111 if (type == tomoyo_mounts[TOMOYO_MOUNT_REMOUNT]) { in tomoyo_mount_acl()
113 } else if (type == tomoyo_mounts[TOMOYO_MOUNT_MAKE_UNBINDABLE] || in tomoyo_mount_acl()
114 type == tomoyo_mounts[TOMOYO_MOUNT_MAKE_PRIVATE] || in tomoyo_mount_acl()
115 type == tomoyo_mounts[TOMOYO_MOUNT_MAKE_SLAVE] || in tomoyo_mount_acl()
116 type == tomoyo_mounts[TOMOYO_MOUNT_MAKE_SHARED]) { in tomoyo_mount_acl()
118 } else if (type == tomoyo_mounts[TOMOYO_MOUNT_BIND] || in tomoyo_mount_acl()
119 type == tomoyo_mounts[TOMOYO_MOUNT_MOVE]) { in tomoyo_mount_acl()
202 type = tomoyo_mounts[TOMOYO_MOUNT_REMOUNT]; in tomoyo_mount_permission()
205 type = tomoyo_mounts[TOMOYO_MOUNT_BIND]; in tomoyo_mount_permission()
210 type = tomoyo_mounts[TOMOYO_MOUNT_MAKE_SHARED]; in tomoyo_mount_permission()
215 type = tomoyo_mounts[TOMOYO_MOUNT_MAKE_PRIVATE]; in tomoyo_mount_permission()
220 type = tomoyo_mounts[TOMOYO_MOUNT_MAKE_SLAVE]; in tomoyo_mount_permission()
225 type = tomoyo_mounts[TOMOYO_MOUNT_MAKE_UNBINDABLE]; in tomoyo_mount_permission()
228 type = tomoyo_mounts[TOMOYO_MOUNT_MOVE]; in tomoyo_mount_permission()