0
0
mirror of https://github.com/openwrt/packages.git synced 2025-07-12 23:44:50 +00:00
Files
packages/net/nfs-kernel-server/files/nfsd.exports
Yangyu Chen c3232005cb nfs-kernel-server: do not export /mnt by default
Currently, the nfs-kernel-server package exports /mnt by default after
it is installed. This is not a good default behavior, as it may expose
sensitive data to the network if a user mounts something on /mnt. This
commit commented out the line that exports /mnt, so the user has to
enable it explicitly.

Signed-off-by: Yangyu Chen <cyy@cyyself.name>
2024-06-23 11:10:59 -07:00

2 lines
38 B
Plaintext

# /mnt *(ro,all_squash,insecure,sync)