Skip to main content

Use a custom umask when running buildout.

Project description

Introduction

This extension allows better control over the initial permissions of files created by buildout by allowing the umask used by the buildout script to be specified in the configuration file.

Because of bug 180705 of zc.buildout, this doesn’t work for scripts installed by buildout.

This doesn’t affect the umask of other scripts in the buildout, unless they set their own the umask of the user running them will be used, e.g.: ZEO/Zope might still make var/filestore/Datafile.fs world readable if your umask is 022.

Usage

[buildout]
extensions = buildout.umask
umask = 027

The umask parameter can be specified using any of Python conventions for numeric literals of binary, octal, decimal or hexadecimal radix. If any of them is used and a 0 is the first digit, octal is assumed as well.

Questions

The code is quite simple, take a glimpse.

Bugs

https://bugs.launchpad.net/buildout.umask

Changelog

0.5.2 (2010-12-02)

  • Documentation fixes.

0.5.1 (2010-12-02)

  • Fix packaging by using setuptools_bzr.

0.5 (2010-12-01)

  • First public release

0.1 (unreleased)

  • Initial version.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

buildout.umask-0.5.2.tar.gz (2.7 kB view details)

Uploaded Source

File details

Details for the file buildout.umask-0.5.2.tar.gz.

File metadata

File hashes

Hashes for buildout.umask-0.5.2.tar.gz
Algorithm Hash digest
SHA256 eb2b342ee3f204406a7473d6953cf524bbe652040892f2e427ce1e2e4a101c71
MD5 ce6e3abe04a4f112a7e393194571e377
BLAKE2b-256 034f80a1540ce603234e10c10fe9ee34ce2437f3ad6e0136c476132f0fc52236

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page