From 21a299a1cf0a6a8b127889021e86156abf195f9c Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 4 Mar 2008 19:37:22 +0000 Subject: [PATCH] Fix exports of /install and /tftpboot git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@667 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCATsn/xCATsn.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCATsn/xCATsn.spec b/xCATsn/xCATsn.spec index be7fdf87d..bb74e7138 100644 --- a/xCATsn/xCATsn.spec +++ b/xCATsn/xCATsn.spec @@ -48,7 +48,7 @@ if [ "$1" = "1" ]; then #Only if installing for the first time.. mkdir -p /var/log/consoles if ! grep /tftpboot /etc/exports; then - echo '/tftpboot *(rw,root_squash,sync)' >> /etc/exports #SECURITY: this has potential for sharing private host/user keys + echo '/tftpboot *(ro,root_squash,sync)' >> /etc/exports #SECURITY: this has potential for sharing private host/user keys fi if ! grep /install /etc/exports; then echo '/install *(ro,no_root_squash,sync)' >> /etc/exports #SECURITY: this has potential for sharing private host/user keys