You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Michael Park (JIRA)" <ji...@apache.org> on 2015/01/22 00:58:36 UTC

[jira] [Closed] (MESOS-2240) Narrow down file permissions on os::open

     [ https://issues.apache.org/jira/browse/MESOS-2240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Park closed MESOS-2240.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 0.22.0

> Narrow down file permissions on os::open
> ----------------------------------------
>
>                 Key: MESOS-2240
>                 URL: https://issues.apache.org/jira/browse/MESOS-2240
>             Project: Mesos
>          Issue Type: Task
>            Reporter: Michael Park
>            Assignee: Michael Park
>             Fix For: 0.22.0
>
>
> 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}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)