Skip to content

Commit b288cc3

Browse files
init
Signed-off-by: Yaroslav Borbat <yaroslav.borbat@flant.com>
1 parent 61e8227 commit b288cc3

File tree

1 file changed

+0
-1
lines changed
  • images/virtualization-dra/internal/usb

1 file changed

+0
-1
lines changed

images/virtualization-dra/internal/usb/store.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ func (s *AllocationStore) makeContainerEdits(claimUID string, device *resourceap
283283
Type: "c",
284284
Major: major,
285285
Minor: minor,
286-
FileMode: ptr.To(fs.ModeCharDevice),
287286
Permissions: "mrw",
288287
UID: ptr.To(uint32(107)), // qemu user. TODO: make this configurable
289288
GID: ptr.To(uint32(107)), // qemu group. TODO: make this configurable

0 commit comments

Comments
 (0)