From: John Ferlan Date: Thu, 17 Jan 2019 20:50:41 +0000 (-0500) Subject: docs: Add news mention of default fs/netfs storage pool mount options X-Git-Tag: v5.1.0-rc1~331 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f06e94af07cd0749e56ded6d2d41a34889163f54;p=thirdparty%2Flibvirt.git docs: Add news mention of default fs/netfs storage pool mount options Signed-off-by: John Ferlan Reviewed-by: Daniel P. Berrangé --- diff --git a/docs/news.xml b/docs/news.xml index 5759a9e178..2aa4ed25d6 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -50,6 +50,17 @@
+ + + storage: Add default mount options for fs/netfs storage pools + + + Altered the command line generation for fs/netfs storage pools to + add some default options. For Linux based systems, the options + added are "nodev, nosuid, noexec". For FreeBSD based systems, + the options added are "nosuid, noexec". + +