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

/linux-4.4.14/security/tomoyo/
H A Dmount.c11 static const char * const tomoyo_mounts[TOMOYO_MAX_SPECIAL_MOUNT] = { variable
110 if (type == tomoyo_mounts[TOMOYO_MOUNT_REMOUNT]) { tomoyo_mount_acl()
112 } else if (type == tomoyo_mounts[TOMOYO_MOUNT_MAKE_UNBINDABLE] || tomoyo_mount_acl()
113 type == tomoyo_mounts[TOMOYO_MOUNT_MAKE_PRIVATE] || tomoyo_mount_acl()
114 type == tomoyo_mounts[TOMOYO_MOUNT_MAKE_SLAVE] || tomoyo_mount_acl()
115 type == tomoyo_mounts[TOMOYO_MOUNT_MAKE_SHARED]) { tomoyo_mount_acl()
117 } else if (type == tomoyo_mounts[TOMOYO_MOUNT_BIND] || tomoyo_mount_acl()
118 type == tomoyo_mounts[TOMOYO_MOUNT_MOVE]) { tomoyo_mount_acl()
201 type = tomoyo_mounts[TOMOYO_MOUNT_REMOUNT]; tomoyo_mount_permission()
204 type = tomoyo_mounts[TOMOYO_MOUNT_BIND]; tomoyo_mount_permission()
209 type = tomoyo_mounts[TOMOYO_MOUNT_MAKE_SHARED]; tomoyo_mount_permission()
214 type = tomoyo_mounts[TOMOYO_MOUNT_MAKE_PRIVATE]; tomoyo_mount_permission()
219 type = tomoyo_mounts[TOMOYO_MOUNT_MAKE_SLAVE]; tomoyo_mount_permission()
224 type = tomoyo_mounts[TOMOYO_MOUNT_MAKE_UNBINDABLE]; tomoyo_mount_permission()
227 type = tomoyo_mounts[TOMOYO_MOUNT_MOVE]; tomoyo_mount_permission()

Completed in 57 milliseconds