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

Replace chmod 777 with reasonable permissions #58

Open
schrnz opened this issue Apr 20, 2018 · 1 comment
Open

Replace chmod 777 with reasonable permissions #58

schrnz opened this issue Apr 20, 2018 · 1 comment

Comments

@schrnz
Copy link
Member

schrnz commented Apr 20, 2018

chmod'ing everything to 777 is an obsolete and dangerous relic from the early times of the project where it was all about getting things done quickly. Now that we want to use ARTist in production systems, we should take care of assigning proper access rights to executable files, such as the resulting instrumented oat file.

The objective is to either dynamically find the correct access rights or find fixed ones that work on a multitude of devices. While the dynamic way is preferable, #11 has shown that it might not always be possible to implement this (easily).

I would assume this is a good first issue if you want to get started with ARTist since you do not have to understand much about the ARTist ecosystem. It is just about finding a way to assign proper access rights to those files that are currently chmod'ed to 777.

@schrnz
Copy link
Member Author

schrnz commented Jun 7, 2018

Postponed, will not be part of the beta.

@schrnz schrnz removed this from the Beta Launch milestone Jun 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant