diff options
Diffstat (limited to 'move/move.pm')
-rw-r--r-- | move/move.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/move/move.pm b/move/move.pm index f349c20f2..a3bc1cf0b 100644 --- a/move/move.pm +++ b/move/move.pm @@ -141,6 +141,8 @@ sub init { #- to write a file, leading to obscure unexpected failures -d $_ or mkdir_p $_ foreach chomp_(cat_('/image/move/directories-to-create')); + chmod 01777, '/tmp', '/var/tmp'; #- /var/tmp -> badly needed for printing from OOo + #- remaining non existent /etc files are symlinked from the RO volume, #- better to have them RO than non existent. #- PB: problems arise when programs try to open then in O_WRONLY |