Skip to content
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

[FIX] Python library permissions #35

Closed
wants to merge 1 commit into from

Conversation

lasley
Copy link
Contributor

@lasley lasley commented Jun 19, 2017

  • Fix inability for odoo user to access python libraries due to no read/execute

The odoo user is unable to import odoobaselib due to no read/execute on the file. This adds read/execute to all .py* files in the system libraries & is confirmed to work on what was a previously broken build.

This does admittedly change some files that we did not copy over, but I also don't know of a solid way to determine which libs we need to update specifically.

* Fix inability for odoo user to access python libraries due to no read/execute
@yajo yajo closed this in fa65f0b Jun 20, 2017
@lasley lasley deleted the bugfix/lib-permissions branch June 20, 2017 14:17
lasley added a commit to LasLabs/docker-odoo-base that referenced this pull request Jun 20, 2017
* Reapply execute and read permissions for Python libraries (regression of Tecnativa#35)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant