From 97be78448a48f4b5138dffb238718e6163b0a72b Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 4 Mar 2008 19:34:52 +0000 Subject: [PATCH] Fixed export of /install and /tftpboot git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@664 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/xCAT.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/xCAT.spec b/xCAT/xCAT.spec index 2a60019ce..a7470ff43 100644 --- a/xCAT/xCAT.spec +++ b/xCAT/xCAT.spec @@ -105,7 +105,7 @@ if [ "$1" = "1" ]; then #Only if installing for the fist 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 *(rw,no_root_squash,sync)' >> /etc/exports #SECURITY: this has potential for sharing private host/user keys fi if ! grep /install /etc/exports; then echo '/install *(rw,no_root_squash,sync)' >> /etc/exports #SECURITY: this has potential for sharing private host/user keys