Skip to content

Commit

Permalink
fix: unionfs nobrowse (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
akitaSummer authored Dec 20, 2023
1 parent 2afe2f0 commit 7372db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/lib/nydusd/fuse_mode.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ ${nodeModulesDir}`);
if (os.type() === 'Darwin') {
shScript = `${unionfs} \
-o cow,max_files=32768 \
-o allow_other,use_ino,suid,dev \
-o allow_other,use_ino,suid,dev,nobrowse \
${upper}=RW:${mnt}=RO \
${nodeModulesDir}`;
}
Expand Down

0 comments on commit 7372db5

Please sign in to comment.