Skip to content

Commit

Permalink
tbs: removed explicit "ro" from FUSEMount()
Browse files Browse the repository at this point in the history
  • Loading branch information
Omer Preminger committed Sep 18, 2023
1 parent 6a10175 commit b67f8e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/pkg/util/fs/squashfs/squashfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ func FUSEMount(ctx context.Context, offset uint64, path, mountPath string) (*fus
Readonly: true,
SourcePath: filepath.Clean(path),
ExtraOpts: []string{
"ro",
fmt.Sprintf("offset=%d", offset),
fmt.Sprintf("uid=%d", os.Getuid()),
fmt.Sprintf("gid=%d", os.Getgid()),
Expand Down

0 comments on commit b67f8e8

Please sign in to comment.