<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">May we did not described it as clear as
      possible.<br>
      I did some screen shoots to show.<br>
      <br>
      Regards:<br>
      Istvan<br>
      <div class="moz-signature"><br>
        <br>
      </div>
      2014.08.27. 13:48 keltezéssel, Alan Lord (News) írta:<br>
    </div>
    <blockquote cite="mid:ltkgj5$rtk$1@ger.gmane.org" type="cite">On
      27/08/14 12:33, Uma S wrote:
      <br>
      <blockquote type="cite">Hi Istvan,
        <br>
        <br>
        I would like to dig in deep with this issue, where file
        permission in
        <br>
        installation package in haphazard way.
        <br>
      </blockquote>
      <br>
      This has been raised (by me at least) a zillion times before...
      <br>
      <br>
      On a Linux (POSIX) system there are no files in the vtiger
      directory that EVER need to be executable. Some are actually set
      as 777 (rwxrwxrwx) which is a big security issue and just bad
      practice.
      <br>
      <br>
      The config file(s) should probably be 640 (rw-r-----) so it is not
      readable by anyone other than the web server process or root and
      only writeable by the web server or root.
      <br>
      <br>
      Your module installer *always* installs all files as 777. I've
      raised this numerous times in the past.
      <br>
      <br>
      HTH
      <br>
      <br>
      Al
      <br>
      <br>
      <br>
      <br>
      <blockquote type="cite">
        <br>
        /sudo find /home/*user*/public_html/ -type f -exec chmod 644 {}
        \;
        <br>
        sudo find /home/*user*/public_html/ -type d -exec chmod 755 {}
        \;
        <br>
        sudo chown www-data:www-data -R /home/*user*/public_html/
        <br>
        <br>
        (if this adjustment was not done I had got server error 500 due
        to
        <br>
        important files with chmod 777 )
        <br>
        <br>
        In my case the user was the ubuntu user.
        <br>
        <br>
        /
        <br>
        /By the way, in the vtiger install zip and in the SVN the file
        access
        <br>
        setup in full confusion. Some of files in chmod 644, some of
        files in
        <br>
        chmod 777 and the directories are also in different and
        illogical mix. /
        <br>
        <br>
        Could you please elaborate on this issue. So which will shed
        more light
        <br>
        on this. While installing how are you configuring permission for
        files?
        <br>
        And what's your expectation about permissions.
        <br>
        <br>
        --
        <br>
        With
        <br>
        Best Regards
        <br>
        Uma.S
        <br>
        Vtiger Team
        <br>
        <br>
        <br>
        _______________________________________________
        <br>
        <a class="moz-txt-link-freetext" href="http://www.vtiger.com/">http://www.vtiger.com/</a>
        <br>
        <br>
      </blockquote>
      <br>
      <br>
    </blockquote>
    <br>
  </body>
</html>