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

Check image file location #5

Closed
GoogleCodeExporter opened this issue May 7, 2015 · 2 comments
Closed

Check image file location #5

GoogleCodeExporter opened this issue May 7, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Currently, the user-mode tool can choose the location of the image file. We 
need some mechanism to avoid this - there should be a fixed location, so that 
attackers can't overwrite arbitrary files.

Original issue reported on code.google.com by sebastian.poeplau on 29 Jun 2012 at 9:08

@GoogleCodeExporter
Copy link
Author

Implemented a twofold solution: At compile time, the user can choose whether 
the image file name is stored in the registry or hard-compiled into the code. 
The former allows to change the image location with certain privileges while 
the latter makes it completely static.

Original comment by sebastian.poeplau on 2 Aug 2012 at 12:48

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Verified during mid-term evaluation of HP summer of code.

Original comment by sebastian.poeplau on 2 Aug 2012 at 12:50

  • Changed state: Verified

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