Uploaded image for project: 'Grouper'
  1. Grouper
  2. GRP-3945

dont make all files executable, only dirs

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Unresolved
    • Minor
    • 2.6.9
    • None
    • None
    • None

    Description

      Tames McTigue  3 hours ago
      In my opinion it should be fixed. If someone found a way to replace one of those images or other files with a binary or script it would be one less step for them.
      :+1:
      1

       

       

      Tames McTigue  3 hours ago
      Something like this may be enough: https://tecadmin.net/set-all-directories-to-755-and-all-files-to-644/
      find . -type d -exec chmod 0755 {} \; 
      find . -type f -exec chmod 0644 {} \; 
      TecAdminTecAdmin
      How to Set all directories to 755 And all files to 644
      Security always comes first. It is recommended to keep your files secure on your systems. No one liked that anyone misused their hard work due to silly mistakes. Many of fresher set file permissions to 777 on production servers to avoid any permission issue. But they are doing big mistakes by setting world writable permissions.
      Written by
      Rahul
      Est. reading time
      2 minutes
      Dec 14th, 2020

      Tames McTigue  2 hours ago
      @mchyzer Forgot to tag you.

      Attachments

        Activity

          People

            chris.hyzer@at.internet2.edu Chris Hyzer (upenn.edu)
            chris.hyzer@at.internet2.edu Chris Hyzer (upenn.edu)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: