Skip to content

Commit

Permalink
chore: introduce failure
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpig committed Sep 14, 2024
1 parent 745d6e4 commit 5a8496d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions internal/filesystem/filesystem.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ var defaultDevices = []specs.LinuxDevice{
UID: &defaultUID,
GID: &defaultGID,
},
{
Type: CharDevice,
Path: "/dev/random",
Major: 1,
Minor: 8,
FileMode: &defaultFileMode,
UID: &defaultUID,
GID: &defaultGID,
},
// {
// Type: CharDevice,
// Path: "/dev/random",
// Major: 1,
// Minor: 8,
// FileMode: &defaultFileMode,
// UID: &defaultUID,
// GID: &defaultGID,
// },
{
Type: CharDevice,
Path: "/dev/urandom",
Expand Down

0 comments on commit 5a8496d

Please sign in to comment.