-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
file permissions issue #30
Comments
I'm the one who created the package, and my |
I don't know the exact process how you create these, but I hope you call a script or python setup target. Can you add a umask call somewhere there? |
Good idea, an |
Changing the |
To clarify, permissions are fine in git, they're just wrong in my local copy. |
2.4 release with correct permissions uploaded to PyPI. |
hm this umask changes resulted in python setup.py install creating the /usr/lib/python2.7/site-packages/ directory with permissions |
Why not use the proper umask (octal 022) instead, then? |
sigh, you're right I should have used 022, matching the |
well, fair enough... it think that will work 😸 |
With the 2.3 tarball from pypi, the file permissions of the files in site-packages/libarchive_c-2.3-py3.5.egg-info/* are incorrect (600), which breaks installation of packages which want to use this but are not run by root.
I'm not sure where these permissions come from.
It was the same with 2.2.
The text was updated successfully, but these errors were encountered: