Skip to content

Commit

Permalink
libvirt: Fix accidental /sys mount
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiand committed Jan 9, 2017
1 parent c52fe65 commit cc23f62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions images/libvirtd/libvirtd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ mkdir /dev.container && {
[[ -e /dev.container/kvm ]] && keep kvm
}

mount --rbind /host/sys /sys

# We create the network on a file basis to not
# have to wait for libvirtd to come up
if [[ -n "$LIBVIRTD_DEFAULT_NETWORK_DEVICE" ]]; then
Expand Down

0 comments on commit cc23f62

Please sign in to comment.