Subversion Repositories wimsdev

Rev

Blame | Last modification | View Log | RSS feed

!set p_=!word 1 of $wims_read_parm
!bound p_ within none,header,source,html default none
!goto $p_
:none
!exit
:header
!set m_subject=Executability of module files
!set m_date=20030228
!set m_time=17:34:37
!set m_from=Gang XIAO
!set m_sender_ip=127.0.0.1
!set m_sender_id=
!set m_sender_class=
!set m_email=xiao@unice.fr
!set m_to=
!set m_prec=O200302/1
!set m_exists=yes
!exit
:source
<pre>
Starting from the next public version (probably 3.28), WIMS will adopt
a new preventive security measure&#58; it will refuse to read executable files.

The distribution of WIMS will be checked to be clean for this&#58; all module files that should be read by WIMS will not be executable. On the other hand, if you have a local installation with local modules, please verify that all files that need not be executable are having their exec bit cleaned.</pre>
!exit
:html
Starting from the next public version (probably 3.28), WIMS will adopt
a new preventive security measure&#58; it will refuse to read executable files.
<p>
The distribution of WIMS will be checked to be clean for this&#58; all module files that should be read by WIMS will not be executable. On the other hand, if you have a local installation with local modules, please verify that all files that need not be executable are having their exec bit cleaned.