Re: [VOTE] Release Apache Mesos 1.3.2 (rc1)

2017-12-14 Thread Benjamin Mahler
+1 (binding)

make check passes on macOS 10.13.2 with Apple LLVM version 9.0.0
(clang-900.0.39.2)

On Thu, Dec 7, 2017 at 2:44 PM, Michael Park  wrote:

> Hi all,
>
> Please vote on releasing the following candidate as Apache Mesos 1.3.2.
>
> The CHANGELOG for the release is available at:
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_
> plain;f=CHANGELOG;hb=1.3.2-rc1
> 
> 
>
> The candidate for Mesos 1.3.2 release is available at:
> https://dist.apache.org/repos/dist/dev/mesos/1.3.2-rc1/mesos-1.3.2.tar.gz
>
> The tag to be voted on is 1.3.2-rc1:
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=1.3.2-rc1
>
> The MD5 checksum of the tarball can be found at:
> https://dist.apache.org/repos/dist/dev/mesos/1.3.2-rc1/
> mesos-1.3.2.tar.gz.md5
>
> The signature of the tarball can be found at:
> https://dist.apache.org/repos/dist/dev/mesos/1.3.2-rc1/
> mesos-1.3.2.tar.gz.asc
>
> The PGP key used to sign the release is here:
> https://dist.apache.org/repos/dist/release/mesos/KEYS
>
> The JAR is up in Maven in a staging repository here:
> https://repository.apache.org/content/repositories/orgapachemesos-1220
>
> Please vote on releasing this package as Apache Mesos 1.3.2!
>
> The vote is open until Wed, Dec 13 and passes if a majority of at least 3
> +1 PMC votes are cast.
>
> [ ] +1 Release this package as Apache Mesos 1.3.2
> [ ] -1 Do not release this package because ...
>
> Thanks,
>
> MPark
>


narrowing task sandbox permissions

2017-12-14 Thread James Peach
Hi all,

In https://issues.apache.org/jira/browse/MESOS-8332, I'm proposing a change to 
narrow the permissions used for the task sandbox directory from 0755 to 0750. 
Note that this change also makes failure to chown this directory into a hard 
failure.

I expect this is a safe change for well-behaved configurations, but please let 
me know if you have any compatibility concerns.

thanks,
James