You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when using the plan to install PE on a server it copies the installation files to /tmp by default and it appears that at this time this is not configurable. This is a bad idea as many installs have the /tmp directory configured as a separate partition with no exec in the /etc/fstab . Having the context directory configurable aids security posture.
If I modify the params file and add a uploaddr and stagingdir still results in the precheck failing as it seems to copy the precheck.sh to /tmp meaning the installation fails when the /tmp mount settings and permissions are unchanged.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Currently when using the plan to install PE on a server it copies the installation files to /tmp by default and it appears that at this time this is not configurable. This is a bad idea as many installs have the /tmp directory configured as a separate partition with no exec in the /etc/fstab . Having the context directory configurable aids security posture.
If I modify the params file and add a uploaddr and stagingdir still results in the precheck failing as it seems to copy the precheck.sh to /tmp meaning the installation fails when the /tmp mount settings and permissions are unchanged.
The text was updated successfully, but these errors were encountered: