blob: 912e7c75bb9dc3fda62f553713735bd70e390fc5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- unix/povray.conf.orig 2018-05-27 09:54:06 UTC
+++ unix/povray.conf
@@ -89,8 +89,8 @@ forbidden
[Permitted Paths]
;read = "/this/directory/contains space caracters"
read* = %INSTALLDIR%/include
-read* = %INSTALLDIR%/scenes
-read* = %INSTALLDIR%/../../etc
+read* = @@EXAMPLESDIR@@
+read* = @@ETCDIR@@
read* = %HOME%
read+write* = /tmp
read+write = .
|