-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add secure mount function #15
Conversation
leonjia0112
commented
Nov 15, 2018
- contains unsafe libc function
Added secure mount function in a separated secure mount file. Test passed, ready for a review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Without looking at the python implementation, I have no idea what this code is for or why we want to mount a tmpfs. A good commit messages says why.
5ff8f1f
to
0efd5cf
Compare
Test passed, ready for a review. Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Per earlier review, I still have no idea what this change is for / why we're doing it.
834d117
to
2aecc96
Compare
Changed based on the request. Test passed, and ready for another review. Thanks. I changed the commit message and added some inline comments for the code. Hope these could make it clearer about what the change is used for. |
b1ed54b
to
c2b83a3
Compare
Implemented requested changes. Test passed. Ready for a review. Thanks. |
[[email protected]: rewrote commit message]
c2b83a3
to
6da1c06
Compare
Change merged. Please take a look at the rewritten commit message. |