mirror of
https://github.com/openwrt/packages.git
synced 2025-07-13 07:54:49 +00:00
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>
2 lines
38 B
Plaintext
2 lines
38 B
Plaintext
# /mnt *(ro,all_squash,insecure,sync)
|