POV-Ray : Newsgroups : povray.general : interactive Povray website? : Re: interactive Povray website? Server Time
7 Aug 2024 23:22:10 EDT (-0400)
  Re: interactive Povray website?  
From: Warp
Date: 2 May 2001 07:20:10
Message: <3aefed6a@news.povray.org>
Ryan Constantine <rcc### [at] ucdavisedu> wrote:
: so it might be better to run something like this on a linux box?

  Yes, because you can set more protection in Linux.
  However, you have to do some work for this. You have to create a separate
account for running povray and set the home directory of this account to
an empty directory. If Linux generates automatically .login files etc to
the home directory of the account, write-protect them (chmod a-w files).
Don't just delete them (because the script could create them again) but
just write-protect them. Never log in as the POV-Ray user, but edit the
contents of the POV-Ray home directory as someone else (you can set
write permission to the directories to a group where you are).
  Don't give the account permission to write anywhere else but its own
directory. Make POV-Ray and all its ini files with another account and
read-only. Set the ini files so that POV-Ray always writes the images
to a certain images directory.

  This to make sure.

-- 
#local D=array[6]{11117333955,7382340,3358,3900569407,970,4254934330}
#local I=0;#macro M()<mod(D[I],13)-6,mod(div(D[I],13),8)-3,10>#end
blob{#while(I<6)cylinder{M()#local D[I]=div(D[I],104);M().5,2
pigment{rgb M()}}#local I=(D[I]>99?I:I+1);#end}               /*- Warp -*/


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.