Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-2240

Narrow down file permissions on os::open

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.22.0
    • None
    • None

    Description

      The file permissions set when creating a file via os::open should be narrowed down. Currently a common pattern is S_IRUSR | S_IWUSR | S_IRGRP | S_IRWXO. This should be fixed to S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH.

      Attachments

        Activity

          People

            mcypark Michael Park
            mcypark Michael Park
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: