Skip to content

Commit

Permalink
add noswap to secretdir tmpfs
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckyz committed Dec 10, 2024
1 parent abde793 commit 4cba81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/concepts/filesystem.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ $ mount
...
/dev/mapper/root on /alloc type ext4 (rw,relatime,errors=remount-ro,data=ordered)
tmpfs on /private type tmpfs (rw,noexec,relatime,size=1024k)
tmpfs on /secrets type tmpfs (rw,noexec,relatime,size=1024k)
tmpfs on /secrets type tmpfs (rw,noexec,relatime,size=1024k,noswap)
...
```

Expand Down

0 comments on commit 4cba81d

Please sign in to comment.