Skip to content

Commit

Permalink
bluetooth: Remove redundant mapping
Browse files Browse the repository at this point in the history
Signed-off-by: Paulo Gomes <[email protected]>
  • Loading branch information
pjbgf committed Jul 12, 2024
1 parent a844bb9 commit c6adf19
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/docker/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,6 @@ func Run(ew types.EffectiveWorkload) error {
// Set hostname to be the same as the container name
args = append(args, "-h", ew.Name)

if wl.Bluetooth {
args = append(args, "-v=/sys/class/bluetooth:/sys/class/bluetooth:ro")
}

if wl.Network != "" {
args = append(args, fmt.Sprintf("--network=%s", wl.Network))
}
Expand Down

0 comments on commit c6adf19

Please sign in to comment.